Project

General

Profile

« Previous | Next » 

Revision 3dac50ab

Added by Chris Buechler over 10 years ago

disable SSL validation for selfhost since it fails. Ticket #4545

View differences:

etc/inc/dyndns.class
571 571
						$this->_dnsWildcard = "ON";
572 572
					}
573 573
					curl_setopt($ch, CURLOPT_USERPWD, $this->_dnsUser.':'.$this->_dnsPass);
574
					curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
574 575
					$server = "https://carol.selfhost.de/nic/update";
575 576
					$port = "";
576 577
					if ($this->_dnsServer) {

Also available in: Unified diff