Python Forum
HTTPS connect with HTTPS proxy in between
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HTTPS connect with HTTPS proxy in between
#1
In my python program I need to send https request to a cloud server. I am using httplib2 package ( httplib2.HTTPSConnectionWithTimeout ). Every thing works fine. Now I have a proxy in between my client and origin server. This proxy port is https port with mutual TLS. So I need to have a mutual TLS between client and proxy. How do I achieve this. Can I get some sample code which can be used to achieve this.

Client -> https proxy ( Mutual TLS ) -> HTTPS server

( I can see proxy_info parameter, but that takes only http proxy details. )

Thanks in advance

~S
Reply


Messages In This Thread
HTTPS connect with HTTPS proxy in between - by sagk - May-31-2017, 10:35 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Server Http and Https JohnnyCoffee 2 1,993 Feb-10-2023, 12:56 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020