Skip to content

Add support for proxy and client certificates (mTLS) #140

@macEar

Description

@macEar

Hi there,

It'd be helpful if this tool supports proxies and client certificates (mTLS). As I can see it should be added somewhere here:

def create_session(self):

  1. Add support for proxies:
proxies = {
  'http': '...',
  'https': '...',
}
session.proxies.update(proxies)
  1. Add support for client certificates (mTLS):
cert = './xxx.pem'
privkey = '/./xxx.key'
session.cert = (cert, privkey)

Metadata

Metadata

Assignees

No one assigned

    Labels

    awaiting replyAwaiting reply from issue ownerenhancementNew feature or request

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions