Error in Ubuntu - ERROR: ssl_client_socket_impl.cc(962) handshake failed ...
-
okevin last edited by okevin
ssl_client_socket_impl.cc handshake failed
I think this means there is something wrong with the site, right?
There shouldn't be, but there is!I do not have the Opera vpn turned on
Ubuntu 18.04.05 & Opera stable 74.0.3911.218
I also had an error about sandboxing called with multiple threads but that was fixed by calling Opera from the command line this way
$opera --disable-gpu --disable-software-rasterizer --disable-extensions
The handshake error happens when I log in to a secure site, and the login works OK and I think it must be trying to load some other content from a different site maybe when the error occurs.
And this shows the code in a library file where the error is produced but in a different piece of software https://stackoverflow.com/questions/65755603/selenium-ssl-client-socket-impl-cc-handshake-failed
-