Re: Tomcat as https proxy

2011-12-15 Thread Alessandro Novarini
On 15/12/2011 16:46, Christopher Schultz wrote: Okay... just not when the client is making an HTTPS request because of the non-HTTPS CONNECT request? Exactly What we have done at the moment is to switch the https connection to the http one, and that works fine But it doesn't produce the desi

Re: Tomcat as https proxy

2011-12-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alessandro, On 12/15/11 11:37 AM, Alessandro Novarini wrote: > On Thu, Dec 15, 2011 at 4:15 PM, Christopher Schultz > wrote: > >> No, when I said "server" I meant "server". If you are writing a >> proxy, you really ought to understand these terms:

Re: Tomcat as https proxy

2011-12-15 Thread Alessandro Novarini
Chris, On Thu, Dec 15, 2011 at 4:15 PM, Christopher Schultz wrote: > No, when I said "server" I meant "server". If you are writing a proxy, > you really ought to understand these terms: > > 1. User Agent - the ultimate client -- the one making the HTTP request > > 2. Proxy Server - the server yo

Re: Tomcat as https proxy

2011-12-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alessandro, On 12/15/11 10:56 AM, Alessandro Novarini wrote: > On Thu, Dec 15, 2011 at 3:07 PM, Christopher Schultz > wrote: >> Is the Origin server also running Tomcat, or is this exclusively >> a problem with the proxy? > > If with Origin server

Re: Tomcat as https proxy

2011-12-15 Thread Alessandro Novarini
Hi Chris, On Thu, Dec 15, 2011 at 3:07 PM, Christopher Schultz wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Alessandro, > > On 12/14/11 6:02 PM, Alessandro Novarini wrote: > > My current client has web application deployed on tomcat that acts > > as an http proxy recording all t

Re: Tomcat as https proxy

2011-12-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alessandro, On 12/14/11 6:02 PM, Alessandro Novarini wrote: > My current client has web application deployed on tomcat that acts > as an http proxy recording all the responses from remote web > services in order to work "off-line" when needed. Is the

Tomcat as https proxy

2011-12-14 Thread Alessandro Novarini
Hello all, My current client has web application deployed on tomcat that acts as an http proxy recording all the responses from remote web services in order to work "off-line" when needed. The problem they asked me to solve is with a service that uses the https protocol. When I configure the appl