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,086 Apr-08-2022, 02:38 PM
Last Post: snippsat
  Python Rest API Public/Secret Keys Authentication Nonce dn237 1 2,874 Oct-31-2019, 02:07 AM
Last Post: dn237

Forum Jump:

User Panel Messages

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