Recently many sites disabled SSLv3 support due to a security vulnerability.
Fine, no problem. I changed my script to use this line:
[pre]http::register https 443 [list ::tls::socket -tls1 1 -ssl2 0 -ssl3 0][/pre]
Which the documents seem to indicate disables sslv3. This works for hours/days, then eventually I start getting errors:
[pre]SSL channel "sock10": error: sslv3 alert handshake failure
error: error reading "sock10": software caused connection abort[/pre]
I restart the script and it works again for a few hours/days, then more errors.
Is this a bug? Am I doing something wrong? Or is there a better way to disable SSLv3?
thanks
Jonathan
extremely amateur TCL programmer
Fine, no problem. I changed my script to use this line:
[pre]http::register https 443 [list ::tls::socket -tls1 1 -ssl2 0 -ssl3 0][/pre]
Which the documents seem to indicate disables sslv3. This works for hours/days, then eventually I start getting errors:
[pre]SSL channel "sock10": error: sslv3 alert handshake failure
error: error reading "sock10": software caused connection abort[/pre]
I restart the script and it works again for a few hours/days, then more errors.
Is this a bug? Am I doing something wrong? Or is there a better way to disable SSLv3?
thanks
Jonathan
extremely amateur TCL programmer