Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client Side Certs with session #5140

Open
CMLL opened this issue Jul 18, 2019 · 1 comment · May be fixed by #5220
Open

Client Side Certs with session #5140

CMLL opened this issue Jul 18, 2019 · 1 comment · May be fixed by #5220

Comments

@CMLL
Copy link

CMLL commented Jul 18, 2019

Summary.

Trying to get client side certificates to work with session but I'm seeing a difference between the results when making the call with a session and the helper get method.

Expected Result

Calling get with a Session returns the same result as calling requests.get.

Actual Result

Request fails as if the certificate was not passed.

Reproduction Steps

Screen Shot 2019-07-18 at 11 42 00 AM

System Information

$ python -m requests.help
(panopta_env) ➜  ~ python -m requests.help
{
  "chardet": {
    "version": "3.0.4"
  },
  "cryptography": {
    "version": ""
  },
  "idna": {
    "version": "2.8"
  },
  "implementation": {
    "name": "CPython",
    "version": "2.7.16"
  },
  "platform": {
    "release": "18.6.0",
    "system": "Darwin"
  },
  "pyOpenSSL": {
    "openssl_version": "",
    "version": null
  },
  "requests": {
    "version": "2.22.0"
  },
  "system_ssl": {
    "version": "1000212f"
  },
  "urllib3": {
    "version": "1.25.3"
  },
  "using_pyopenssl": false
}
@Overv
Copy link

Overv commented Oct 1, 2019

Looks like this is related to #4325.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants