Python Forum
Python HTTPs client code with mutual SSL authentication
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python HTTPs client code with mutual SSL authentication
#1
I am trying to write a python code for an HTTPs client to connect to an HTTPS server.

The code will do the following:
1. Connect to an HTTPS server
2. Bind Client certificate and Private key in HTTPS client channel for mutual authentication(2-way SSL).
3. Post data to HTTPs server.

But the problem is how to bind a client private key with the password to a Python HTTPs client code.
Which Python library supports that.

Any help will be really appreciated.

Thanks in Advance.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  saml2 idp sso authentication tiagome 1 2,968 Apr-08-2022, 02:38 PM
Last Post: snippsat
  how to add proxy authentication selenium farhan275 10 19,524 Sep-10-2020, 10:18 PM
Last Post: farhan275
  Unable to get the data from web API using authentication key lokamaba 0 2,725 May-15-2020, 05:07 AM
Last Post: lokamaba
  Python Rest API Public/Secret Keys Authentication Nonce dn237 1 3,950 Oct-31-2019, 02:07 AM
Last Post: dn237
  authentication and os.environ questions jdischler 0 4,003 May-04-2017, 04:25 PM
Last Post: jdischler

Forum Jump:

User Panel Messages

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