RE: SSL/Apache and Proxy

2008-12-08 Thread Doctor Khumalo
Anyone know anything about this or will my post be ignored? From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: RE: SSL/Apache and Proxy Date: Fri, 5 Dec 2008 14:18:12 + Here is my server.xml config. I can see the main localhost but whenever I try to type https

Re: SSL/Apache and Proxy

2008-12-08 Thread Kees de Kooter
Could you post your apache proxy configuration? On Mon, Dec 8, 2008 at 15:38, Doctor Khumalo [EMAIL PROTECTED] wrote: Anyone know anything about this or will my post be ignored? From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: RE: SSL/Apache and Proxy Date: Fri, 5 Dec 2008

Re: SSL/Apache and Proxy

2008-12-08 Thread Rainer Jung
-howto.html Regards, Rainer Doctor Khumalo schrieb: Anyone know anything about this or will my post be ignored? From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: RE: SSL/Apache and Proxy Date: Fri, 5 Dec 2008 14:18:12 + Here is my server.xml config. I can see

Re: SSL/Apache and Proxy

2008-12-08 Thread Markus Schönhaber
Doctor Khumalo: Anyone know anything about this or will my post be ignored? Hijacking unrelated threads is a good way to get ignored. Regards mks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

RE: SSL/Apache and Proxy

2008-12-08 Thread Doctor Khumalo
So is being a d-bag. Date: Mon, 8 Dec 2008 17:23:10 +0100 From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: Re: SSL/Apache and Proxy Doctor Khumalo: Anyone know anything about this or will my post be ignored? Hijacking unrelated threads is a good way to get ignored. Regards

RE: SSL/Apache and Proxy

2008-12-08 Thread Doctor Khumalo
TransferLog logs/local3_ssl_access_log ProxyPass / https://local3:8443/ ProxyPassReverse / https://local3:8443/ Date: Mon, 8 Dec 2008 15:53:38 +0100 From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: Re: SSL/Apache and Proxy Could you post your apache proxy configuration

RE: SSL/Apache and Proxy

2008-12-08 Thread Doctor Khumalo
/local/apache2/conf/ssl.key/server.key clientAuth=false sslProtocol=TLS/ Date: Mon, 8 Dec 2008 15:53:04 +0100 From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: Re: SSL/Apache and Proxy Your configuration doesn't look like you are speaking HTTPS on Tomcat port 8443

Re: SSL/Apache and Proxy

2008-12-08 Thread Rainer Jung
Doctor Khumalo schrieb: OK, thanks. If I remove Tomcat from the equation, I can get HTTPS to work with Apache but when I try to start Tomcat and proxy the HTTPS request to Tomcat, it fails. So, enabling HTTPS on Tomcat 8443 like the following still fails: Connector port=8443

Re: SSL/Apache and Proxy

2008-12-08 Thread Milan Cvejic
You can just use proxy_pass_ajp instead just proxy_pass. This way you don't need tomcat ssl listener. Rainer Jung wrote: Doctor Khumalo schrieb: OK, thanks. If I remove Tomcat from the equation, I can get HTTPS to work with Apache but when I try to start Tomcat and proxy the HTTPS request

RE: SSL/Apache and Proxy

2008-12-08 Thread Doctor Khumalo
Connector port=8443 minSpareThreads=5 maxSpareThreads=75 proxyName=local3 enableLookups=true disableUploadTimeout=true acceptCount=100 maxThreads=200 scheme=https secure=true SSLEnabled=true SSLCertificateFile=/usr/local/apache2/conf/ssl.key/local3.crt

RE: SSL/Apache and Proxy

2008-12-08 Thread Doctor Khumalo
How would I do that? Date: Mon, 8 Dec 2008 18:01:16 +0100 From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: Re: SSL/Apache and Proxy You can just use proxy_pass_ajp instead just proxy_pass. This way you don't need tomcat ssl listener. Rainer Jung wrote: Doctor Khumalo

Re: SSL/Apache and Proxy

2008-12-08 Thread André Warnier
Dear Doctor, With the kind of postings you did previously on this forum, you could consider yourself lucky to get any answers at all. A bit of basic civility would certainly not hurt your future prospects. - To unsubscribe,

RE: SSL/Apache and Proxy

2008-12-08 Thread Charlie Wingate
created them. ~Albert Einstein -Original Message- From: André Warnier [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2008 2:19 PM To: Tomcat Users List Subject: Re: SSL/Apache and Proxy Dear Doctor, With the kind of postings you did previously on this forum, you could consider yourself

RE: SSL/Apache and Proxy

2008-12-05 Thread Doctor Khumalo
## From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: SSL/Apache and Proxy Date: Fri, 5 Dec 2008 02:31:34 + How do I configure server.xml on Tomcat? I have configured SSL through Apache and the proxy part works, however, I get this error

SSL/Apache and Proxy

2008-12-04 Thread Doctor Khumalo
How do I configure server.xml on Tomcat? I have configured SSL through Apache and the proxy part works, however, I get this error in the ssl log [Thu Dec 04 15:06:12 2008] [error] (111)Connection refused: proxy: HTTPS: attempt to connect to 165.112.28.126:8443 (localhost) failed [Thu Dec 04