FredyH / GWSockets

WebSockets for GLua
MIT License
87 stars 7 forks source link

Again this error, pls help #18

Closed unknown-gd closed 4 years ago

unknown-gd commented 4 years ago

Discord -> GWSockets is successfully installed! Discord -> WebSocket errored: Unable to find matching SSL root certificate locally. Discord -> WebSocket disconnected.

FredyH commented 4 years ago

What OS are you on and what version of GWSockets are you using?

unknown-gd commented 4 years ago

Centos 8

FredyH commented 4 years ago

It might be that the libssl that I linked does not have the correct path for the certificates in Centos. You could try instead using Ubuntu/Debian/Fedora to see if it works there, or alternatively compile the library using Centos' libssl.

unknown-gd commented 4 years ago

I cannot change the server operating system, discord integration on the server requires your library

unknown-gd commented 4 years ago

OpenSSL installed on my system

FredyH commented 4 years ago

Yes compile the library yourself on centos using the compile instructions, but instead use the libssl of your OS.