ERRO SOCKET

Ivan 8 years ago

after installing the SSL certificate on the boot, the message (Soket Error) is appearing at all times .. how to solve?

Anton Tananaev 8 years ago

I'm assuming that you are using SSL proxy? If you get this error, it means that your proxy is not configured properly to allow WebSocket connection.

Ivan 8 years ago

yes, aton Could you tell me the best way to perform this procedure with complete success?

follows the example below:

            ProxyPass / api / socket ws: // localhost: 8082 / api / socket
            ProxyPassReverse / api / socket ws: // localhost: 8082 / api / socket
            ProxyPass / http: // localhost: 8082 /
            ProxyPassReverse / http: // localhost: 8082 /

grato! ivanTech-Brasil