allinurl / gwsocket

fast, standalone, language-agnostic WebSocket server RFC6455 compliant
http://gwsocket.io
MIT License
745 stars 67 forks source link

tar.gz download is broken #52

Closed perrinjerome closed 3 months ago

perrinjerome commented 3 months ago

Following download instructions from https://gwsocket.io/download leads to errors when downloading:

$ wget http://tar.gwsocket.io/gwsocket-0.4.tar.gz
--2024-05-17 13:16:00--  http://tar.gwsocket.io/gwsocket-0.4.tar.gz
Resolving tar.gwsocket.io (tar.gwsocket.io)... 172.110.195.161
Connecting to tar.gwsocket.io (tar.gwsocket.io)|172.110.195.161|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://tar.gwsocket.io/gwsocket-0.4.tar.gz [following]
--2024-05-17 13:16:01--  https://tar.gwsocket.io/gwsocket-0.4.tar.gz
Connecting to tar.gwsocket.io (tar.gwsocket.io)|172.110.195.161|:443... connected.
The certificate's owner does not match hostname ‘tar.gwsocket.io’

BTW, it would be good to update the instructions to change the URL to https.

allinurl commented 3 months ago

Thanks for letting me know. I've been working on the servers and completely missed this issue. It's all sorted out now.

perrinjerome commented 3 months ago

Thank you very much ! also for changing to https in the docs ;)

allinurl commented 3 months ago

@perrinjerome no, thank you!