Questions tagged [sslv3]

SSLV3 is the Secure Sockets Layer ([tag:SSL]) Version 3, are cryptographic protocols that provide communication security over the Internet. SSL V3 has reached end of life and has been deprecated in favor of Transport Layer Security ([tag:TLS]).

SSLV3 is the Secure Sockets Layer () Version 3, are cryptographic protocols that provide communication security over the Internet. SSL V3 has reached end of life and has been deprecated in favor of Transport Layer Security ().

109 questions
-1
votes
1 answer

requests.exceptions.SSLError: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:590)

I have a script that's made in python as below #!/bin/env python2.7 # Run around 1059 as early as 1055. # Polling times vary pick something nice. # Ghost checkout timer can be changed by # adjusting for loop range near bottom. # Fill out personal…
-1
votes
1 answer

In openssh is it possible edit ssh/ssh_config or sshd_config files ciphers wise?

In openssh is it possible edit ssh_config or sshd_config files to enable only TLS 1.2 supporting ciphers and disable tls1.1 and below, sslv3 and below so that the SSH connection uses only TLS 1.2 ??? I could achieve something similar to lighttpd by…
hack
  • 9
  • 1
  • 3
-1
votes
1 answer

sonarqube disable weak sslv3 cipher

I am running Sonarqube 4.0 over SSL. I would like to disable the vulnerable SSLv3 protocol and only allow TLSv1 or higher. Is this possible? If so, what setting needs to change?
-1
votes
2 answers

Can SSLv3 and TLS (v1, v1.1 or v1.2) work together

I tried to set the client and server with different protocols, and send some bytes between them. It seems like they work just fine. Can anybody give me some links about what happen inside when they realize the difference? Something like a protocol…
1 2 3 4 5 6 7
8