[users@httpd] SSL Proxy Tunnel to Tomcat SSL WebSocket

2013-04-10 Thread Jamie Johnson
I had originally sent this to the dev list but it has seemed to stall there, perhaps it is more appropriate on this list. Should proxying requests from wss:// to an apache tomcat server using wss:// work? From the logs (included below) it appears that the ws proxy tunnel is picking up and making

RE: [users@httpd] SSL-Proxy

2005-05-22 Thread Axel-Stéphane SMORGRAV
That's a tall question to answer. Your configuration seems OK to me. Set "LogLevel debug" and look in your error.log. Maybe it is xgm.de that returns the error. -ascs -Original Message- From: Florian Lindner [mailto:[EMAIL PROTECTED] Sent: Friday, May 20, 2005 9:38 PM To: users@httpd.

[users@httpd] SSL-Proxy

2005-05-20 Thread Florian Lindner
Hello, since only SSL on the default vhost is possible I want to create a proxy for the other vhosts: ServerName centershock.net SSLEngine On SSLCertificateFile /etc/apache2/conf/ssl/server.crt SSLCertificateKeyFile /etc/apache2/conf/ssl/server.key