Using an external Intercept Proxy for SSL

The current build of Sleuth includes the ability to be used in conjunction with an external HTTPS enabled intercept proxy.

While I am still planning on adding native SSL proxy support soon, this quick hack will at least give you a little more functionality while still letting you work with through the Sleuth Intercept for all http transactions.

(of course you can always just run Sleuth entirely through the external proxy if you don't mind switching windows and are happy with its performance & configuration options)

 This is a brief how-to on setting it up to use a separate proxy for ssl requests.

  1. In the Sleuth Option pane enter the following for "Current Proxy" (where xxxx is the port that your other intercept listens on)
    http=127.0.0.1:5222;https=127.0.0.1:xxxx
  2. Make sure it is checked "Active" & hit the Set button next to it
  3. Start up the HTTPS enabled proxy on port xxxx


The options are now set, the proxy active and all IE windows will begin using these new settings.

Alternatively, you can also set these settings through the standard IE options by
  1. Going to the connections tab
  2. Click on the LAN settings button
  3. Setting Proxy active
  4. Click on the advanced button
  5. Uncheck the "Use the same proxy server for all protocols"
  6. Enter the new https (Secure) host:port
  7. Click ok and exiting the dialog
After making these changes, all HTTPS requests will be routed through the second proxy server, while all standard requests will be routed through the default Sleuth Intercept.

The only real trick with this configuration is that you will have to keep track of when the other proxy is waiting on an edit and manually switch windows.

Copyright Sandsprite.com 2000-2003 All Rights Reserved