postcode-nl / PostcodeNl_Api_MagentoPlugin

A Magento plugin 1.9 that implements the Postcode.nl API for Dutch addresses
BSD 2-Clause "Simplified" License
21 stars 12 forks source link

cURL error 35: SSL connect error #25

Closed Roywcm closed 8 years ago

Roywcm commented 9 years ago

I'm getting this error when searching a postcode. I've got a valid key. What to do?

DaanBroekhof commented 9 years ago

Hmm that sounds like your server has an outdated cURL version which is not capable of connecting using the more secure SSLv3 that our services use. The usual solution is to update your cURL version on your server.

You can get more information by executing 'curl -v https://api.postcode.nl' on the commandline - this should give you more details on why the connection does not work.

Other potential problems to consider: