BeSimple / BeSimpleSoapClient

NOT MAINTAINED - [READ-ONLY] Subtree split of the BeSimpleSoap -- clone into BeSimple/SoapClient/ (master at BeSimple/BeSimpleSoap)
http://besim.pl/
57 stars 54 forks source link

Add CURLOPT_SSL_VERIFYHOST as option #22

Open freerk opened 9 years ago

freerk commented 9 years ago

Currently communicating via SSL with a SelfSigned certificatie is troublesome. By adding the CURLOPT_SSL_VERIFYHOST option (set to False), it works as expected.

Should be able to set that option as part of the options in the constructor.