diff options
Diffstat (limited to 'modules/aselect/lib/Auth/Source/aselect.php')
-rw-r--r-- | modules/aselect/lib/Auth/Source/aselect.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/aselect/lib/Auth/Source/aselect.php b/modules/aselect/lib/Auth/Source/aselect.php index 2cba464..ba1743b 100644 --- a/modules/aselect/lib/Auth/Source/aselect.php +++ b/modules/aselect/lib/Auth/Source/aselect.php @@ -66,7 +66,6 @@ class sspmod_aselect_Auth_Source_aselect extends SimpleSAML_Auth_Source { // helper function for sending a non-browser request to a remote server function as_call($url) { $ch = curl_init(); - curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_URL, $url); $result = curl_exec($ch); |