Closed parasarora15 closed 2 years ago
Thank you for reporting this issue. I checked SSL certificates and they are valid for another month.
I am guessing, this was due to increased load on the server. I am thinking of increasing hardware resources and adding a rate-limiter per tunnel in the upcoming versions to avoid such problems in the future.
The problem continues not able to connect to jprq http tunnel at all! same error is there. raise InvalidStatusCode(status_code) websockets.exceptions.InvalidStatusCode: server rejected WebSocket connection: HTTP 403
Can you please help :)
I have found the cause of the issue. This is due to the origin check and it's returning an HTTP 403 error.
The issue: https://github.com/golang/go/issues/23251
I am going to try the suggested solution and let you know to see if it helps.
Still not working tried it on Linux as well issue still not resolved...
error showing on Linux
Traceback (most recent call last):
File "/srv/jp_env/bin/jprq", line 11, in
The error on Linux seems to be a DNS error, it couldn't even reach the server. I am guessing JPRQ could be blocked by your firewall, internet provider?
Regarding the HTTP 403 error on Windows, I will try to replicate it on my side and try to come up with something. Until then, can you give the client binaries a try? Maybe it'll solve the issue on Windows.
Binaries also not working on my PC can there be a firewall issue on Windows side too? getting following error:
jprq-windows-amd64 http 5000 Error Connecting to open.jprq.io: websocket: bad handshake
also tried "ping open.jprq.io" on Linux it is showing as :Name or service not known if that could be a reason for not connecting to tunnel
I started to believe it to be a firewall issue or a block from the internet provider side. I am closing this issue for now. Let me know if anything new comes up.
I started to believe it to be a firewall issue or a block from the internet provider side. I am closing this issue for now. Let me know if anything new comes up.
have the same problem sudo ufw disable - not help
When I try to run jprq http tunnel command following error is generated:
raise InvalidStatusCode(status_code) websockets.exceptions.InvalidStatusCode: server rejected WebSocket connection: HTTP 403
Seems like certificate is expired can you please check this?
Thanks, Paras