TLS sslv3 hankshake error

vinniyo

I use a Tcl script to pull from several API's and all of a sudden some API's stopped working. eg:

set data [http_call_get https://api.vineapp.com/timelines/popular?page=1&anchor=1]

responds with the error:

SSL Channel "sock624": error: sslv3 alert handshake failure

It's odd that two of the five API's from different sites stopped working within an hour or each other so I feel that something changed with the compatibility of the tls1.6.3.1 tcl package which binding with "::http::register https 443 ::tls::socket"

I've tried on three different machines (2 x Windows and a ubuntu box).

Levi Baber

The sites you are attempting to connect to have probably disabled sslv3 due to the poodle vulnerability.

I would guess your tcl script needs to use TLS instead.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

TLS curl POST resulting in SSLv3 error

From Dev

Android < 4.3 WebView https error: Falling back to SSLv3 because host is TLS intolerant

From Dev

Dropwizard TLS and SSL: deactivate SSLv3

From Dev

Dropwizard TLS and SSL: deactivate SSLv3

From Dev

Mosquitto TLS/SSL SSL3_READ_BYTES: ssl handshake failure, Error: Success and sslv3 alert

From Dev

SSLv3 error with cert generated in OpenSSL

From Dev

Does appengine urllib use SSLv3? TLS?

From Dev

How to tell if boto is using SSLv3 or TLS?

From Dev

Update PHP cURL request from SSLv3 to TLS..?

From Dev

cURL/wget - SSLv3, TLS handshake, CERT hangs

From Dev

Can't wget from github, sslv3 handshake error

From Dev

javax.net.ssl.SSLHandshakeException: Handshake failed on Android 5.0.0 when SSLv2 and SSlv3 are disabled (TLS only) (and greater)

From Dev

C# Enforcing HttpWebRequest to use Tls12 instead of SSLv3

From Dev

PHP Curl (with NSS) is probably using SSLv3 instead of TLS when connecting to https

From Dev

WinRT (Windows Store Apps) enforcing to use Tls12 instead of SSLv3

From Dev

how to solve error SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure

From Dev

davfs - SSL handshake failed: SSL error: sslv3 alert handshake failure

From Dev

MAMP SSL error: "error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure"

From Dev

PayPal IPN OPENSSL error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure

From Dev

php-paypal-error: 14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure

From Dev

Clash Of Clan API | error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure

From Dev

Disable SSLv3 on Nginx

From Dev

Disable SSLv3 In cURL?

From Dev

Facebook SDK for PHP error - CurlException: 35: error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure

From Dev

Google Oauth SSL error - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed

From Dev

How to enable SSLv3 with Apache HttpClient?

From Dev

How to disable SSLv3 fallback with okhttp

From Dev

Patch pyopenssl for sslv3 issue

From Dev

How to disable sslv3 for NSURLconnection or NSURLSession

Related Related

  1. 1

    TLS curl POST resulting in SSLv3 error

  2. 2

    Android < 4.3 WebView https error: Falling back to SSLv3 because host is TLS intolerant

  3. 3

    Dropwizard TLS and SSL: deactivate SSLv3

  4. 4

    Dropwizard TLS and SSL: deactivate SSLv3

  5. 5

    Mosquitto TLS/SSL SSL3_READ_BYTES: ssl handshake failure, Error: Success and sslv3 alert

  6. 6

    SSLv3 error with cert generated in OpenSSL

  7. 7

    Does appengine urllib use SSLv3? TLS?

  8. 8

    How to tell if boto is using SSLv3 or TLS?

  9. 9

    Update PHP cURL request from SSLv3 to TLS..?

  10. 10

    cURL/wget - SSLv3, TLS handshake, CERT hangs

  11. 11

    Can't wget from github, sslv3 handshake error

  12. 12

    javax.net.ssl.SSLHandshakeException: Handshake failed on Android 5.0.0 when SSLv2 and SSlv3 are disabled (TLS only) (and greater)

  13. 13

    C# Enforcing HttpWebRequest to use Tls12 instead of SSLv3

  14. 14

    PHP Curl (with NSS) is probably using SSLv3 instead of TLS when connecting to https

  15. 15

    WinRT (Windows Store Apps) enforcing to use Tls12 instead of SSLv3

  16. 16

    how to solve error SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure

  17. 17

    davfs - SSL handshake failed: SSL error: sslv3 alert handshake failure

  18. 18

    MAMP SSL error: "error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure"

  19. 19

    PayPal IPN OPENSSL error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure

  20. 20

    php-paypal-error: 14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure

  21. 21

    Clash Of Clan API | error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure

  22. 22

    Disable SSLv3 on Nginx

  23. 23

    Disable SSLv3 In cURL?

  24. 24

    Facebook SDK for PHP error - CurlException: 35: error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure

  25. 25

    Google Oauth SSL error - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed

  26. 26

    How to enable SSLv3 with Apache HttpClient?

  27. 27

    How to disable SSLv3 fallback with okhttp

  28. 28

    Patch pyopenssl for sslv3 issue

  29. 29

    How to disable sslv3 for NSURLconnection or NSURLSession

HotTag

Archive