Solutionunvalidated
The way i fixed this problem temporaly, was disabling the SSL certificates in my python websocket server — when the server is secure. Tension: this is no solution, as i need it to be secure. Outcome: and connecting through ws instead of wss.
a6239bc3-899c-4ed5-9a93-e67f3fc0b05d
The way i fixed this problem temporaly, was disabling the SSL certificates in my python websocket server — when the server is secure. Tension: this is no solution, as i need it to be secure. Outcome: and connecting through ws instead of wss.