FredyH / GWSockets

WebSockets for GLua
MIT License
87 stars 7 forks source link

Recompiled libssl under older version of ubuntu #11

Closed FredyH closed 5 years ago

sgtbrococli commented 4 years ago

Getting issues since the latest GWSockets update. The addon author told me to write here. Error: Discord -> Reconnecting with WebSocket...

Discord -> WebSocket errored: Unable to find matching SSL root certificate locally.

Discord -> WebSocket disconnected. Any ideas why this is happening?

On a linux machine. Has worked before.

FredyH commented 4 years ago

I think this is happening because libssl changed how to find certificates or something between Ubuntu releases. I will try and find a version that will work for Ubuntu 16+, ETA tomorrow.

For now you can also fix this by just compiling the library yourself I think.

sgtbrococli commented 4 years ago

Will try to figure out how to do just that haha.