python-eel / Eel

A little Python library for making simple Electron-like HTML/JS GUI apps
MIT License
6.44k stars 587 forks source link

ERR_SSL_PROTOCOL_ERROR problem. #512

Open EKOzkan opened 3 years ago

EKOzkan commented 3 years ago

Eel-0.14.0

When I try to run example codes, the window opens and I get an ERR_SSL_PROTOCOL_ERROR screen. I couldn't be able to find any workaround on this problem. Btw electron example doesn't give me this error.

Screenshots If applicable, add screenshots to help explain your problem.

ChrisKnott commented 3 years ago

I think this must be some local configuration problem. Maybe Windows Firewall is interfering? Unfortunately I think this will be almost impossible to debug from here...

NamanJain1902 commented 3 years ago

Hi @EKOzkan ! There are possible solutions for your issue here..