From: Teryl T. <ter...@gm...> - 2015-11-03 15:34:34
|
I should note, that from the proxy, I want to be able to decrypt the https and analyze it before forwarding it on... On Tue, Nov 3, 2015 at 10:25 AM, Teryl Taylor <ter...@gm...> wrote: > Hi guys, > > Does anyone have any experience using HTMLUnit with a proxy? I wrote a > custom proxy server to an HTMLUnit content on a single IP address/port > pair. This works great for HTTP based websites. But I have a few > instances where the requests made are https intermingled with http. And > these https request don't seem to be going to the custom proxy, but are > getting a 404 response. I haven't been able to figure out yet whether the > requests are going to the proxy, or are just going to the internet and > getting a 404 back. > > My question is, how should I set this up? Do I need to open another port > on the proxy that specifically handles https? And if so, how do I direct > HTMLUnit https to go there, while http goes to the other proxy? > > Thanks for any information you can provide, > > Cheers, > > Teryl > > |