RE: SSL/Apache and Proxy

2008-12-08 Thread Charlie Wingate
inking with which we 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,

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 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 >

RE: SSL/Apache and Proxy

2008-12-08 Thread Doctor Khumalo
> > > 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"> > > > SSLCertificateKe

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 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: > > maxSpareThreads="75"

RE: SSL/Apache and Proxy

2008-12-08 Thread Doctor Khumalo
[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, > but your Apache error looks like you configured httpd to> proxy to an HTTPS > port. So e

RE: SSL/Apache and Proxy

2008-12-08 Thread Doctor Khumalo
/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 configura

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?> > > Hijack

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 Rainer Jung
c/ssl-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 +0

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 >> Su

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

RE: SSL/Apache and Proxy

2008-12-05 Thread Doctor Khumalo
local2 local3 ## > 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 se

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 15