OpenAddressesUK / sorting_office

A Sinatra app that takes an address string and breaks it into its constituent parts
8 stars 5 forks source link

SSL handshake error #46

Closed pmackay closed 9 years ago

pmackay commented 9 years ago

Just tried curl --data "address=62 Effra Court, London SW2 1RB" https://sorting-office.openaddressesuk.org/address and got:

curl: (35) error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure

Anything I'm obviously doing wrong?

pezholio commented 9 years ago

Hmmm, just tried that my end and I get a response. It may be a big with cURL. Can you try updating?

pmackay commented 9 years ago

ok by installing 7.41.0 and using -k to avoid http://stackoverflow.com/questions/3160909/how-do-i-deal-with-certificates-using-curl-while-trying-to-access-an-https-url, I was able to get that to work :) Ta.

pezholio commented 9 years ago

Cool cool :smile: