Replies: 1 comment 5 replies
-
As it's a error coming from the chromium network stack I'd suggest trying a newer version. Version 86 is old and unsupported. For testing purposes you can use https://github.com/cefsharp/CefSharp.MinimalExample |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
we are currently facing a strange problem on one computer with our win application. When trying to interact with UI we get the following error:
[0215/150113.099:ERROR:ssl_client_socket_impl.cc(960)] handshake failed; returned -1, SSL error code 1, net_error -101
The application is installed on many computers (Win7, Win8.1, Win10, Win11), but there are few cases with this error, so the application is completely unusable.
I have only this error message in debug.log file. I have checked the certificates (self-signed - SSL communication over localhost) and it seems to be ok.
What else do I have to check? I have no idea what is wrong with these specific cases. In most cases, on Win7 the application works fine.
Chromium version is: 86.
Beta Was this translation helpful? Give feedback.
All reactions