GateOne icon indicating copy to clipboard operation
GateOne copied to clipboard

Websocket issue ?

Open ericxuo opened this issue 8 years ago • 0 comments

Hi,

I have been using gateone for a few months without any problem. But since I've upgraded my Linux server from Mageia 5 to Mageia 6, I (almost) can't connect any more. I have the following message (this is not an error message) :

An SSL certificate must be accepted by your browser to continue. Please click here to be redirected. Attempting to connect to the Gate One server...

And I can't do anything.

My http conf file for gateone :

/etc/httpd/conf/sites.d 244 # more gateone.conf Alias /gateone /var/www/html/gateone

SSLProxyEngine on ProxyRequests Off RequestHeader unset Accept-Encoding Order allow,deny Allow from all

ProxyPass /gateone ws://192.168.0.14:4042/gateone ProxyPassReverse /gateone ws://192.168.0.14:4042/gateone ProxyPass /gateone wss://192.168.0.14:4042/gateone ProxyPassReverse /gateone wss://192.168.0.14:/4042/gateone ProxyPass /gateone http://192.168.0.14:4042/gateone ProxyPassReverse /gateone http://192.168.0.14:4042/gateone </IfModule>

If I comment out the lines in the file /etc/httpd/conf/sites.d/gateone.conf and set : "disable_ssl": true in the file 10server.conf then I can connect using : 1 ) xuo_domain.fr:4042/gateone => it works.

With the file /etc/httpd/conf/sites.d/gateone.conf, 2 ) xuo_domain.fr/gateone => was working. But does not any more.

3 ) gateone.xuo_domain.fr => has never worked (and I'd like it does).

1 ) is a workaround and is better than nothing. I'd like 2 ) to be working again. And 3 ) would be a kind of nirvana.

Any help will be welcome.

Regards.

Xuo.

ericxuo avatar Sep 12 '17 17:09 ericxuo