Y
Hacker News
new
|
ask
|
show
|
jobs
by
jlhonora
3708 days ago
And also from our experience, it seems that they're only allowing TLS 1.0 and up.
https://github.com/alexreisner/geocoder/issues/1034
2 comments
garrettr_
3708 days ago
This comment seems to imply that you're using a transport layer security mechanism < TLS 1.0, i.e. SSLv2 or SSLv3. I strongly encourage you to upgrade to TLS 1.1 or newer.
link
newman314
3707 days ago
SSLv3 is deprecated, it should not be used.
link