summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-04-14 22:50:32 -0500
committerChris Buechler <cmb@pfsense.org>2015-04-14 22:51:38 -0500
commit457e7e34c844cd1fe07b428fa8dde42626880d96 (patch)
tree41ed0d0a06fa67fcd580d44c1d6c3a9418253b01 /etc
parentdecb0b1112a646befbc43c4c3d9fb668f4c81e5f (diff)
downloadpfsense-457e7e34c844cd1fe07b428fa8dde42626880d96.zip
pfsense-457e7e34c844cd1fe07b428fa8dde42626880d96.tar.gz
Re-enable verification for selfhost since their chain issue is resolved. Ticket #4545
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/dyndns.class1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/inc/dyndns.class b/etc/inc/dyndns.class
index 7471100..686d8f2 100644
--- a/etc/inc/dyndns.class
+++ b/etc/inc/dyndns.class
@@ -571,7 +571,6 @@
$this->_dnsWildcard = "ON";
}
curl_setopt($ch, CURLOPT_USERPWD, $this->_dnsUser.':'.$this->_dnsPass);
- curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
$server = "https://carol.selfhost.de/nic/update";
$port = "";
if ($this->_dnsServer) {
OpenPOWER on IntegriCloud