Issue when connecting to bot. write EPROTO 101057795:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:c:\jenkins\workspace\electron-win-x64\vendor\node\deps\openssl\openssl\ssl\s23_clnt.c:794
See original GitHub issueHi, I had previous instances of electron NPM in my system. when I used the new emulator, its says the following
write EPROTO 101057795:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:c:\jenkins\workspace\electron-win-x64\vendor\node\deps\openssl\openssl\ssl\s23_clnt.c:794
I have attached a screenshot for the same.
Please help me out.
Issue Analytics
- State:
- Created 7 years ago
- Comments:13 (6 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Changing “https” to “http” has helped me.
Hi @alokraj68, the screenshot indicates you’re trying to connect to https://localhost:3979/api/messages. Unless you’ve got SSL running on that port AND you have a valid, trusted certificate for CN=localhost, this won’t work.
Have you tried changing “https” to “http”?