Skip to content

Add certificate for auth and RPC calls.#152

Open
panvid wants to merge 1 commit intotejado:masterfrom
panvid:enhancement/Add-certificateable-requests
Open

Add certificate for auth and RPC calls.#152
panvid wants to merge 1 commit intotejado:masterfrom
panvid:enhancement/Add-certificateable-requests

Conversation

@panvid
Copy link

@panvid panvid commented Jul 30, 2016

For my usage I want to log all HTTP calls. This is only possible with a SSL-man-in-the-middle tool (like CharlesProxy).

For this reason I need to log all calls with my own SSL cert to:

  • sso.pokemon.com
  • pgorelease.nianticlabs.com

This commit allows to add a cert attribute to config.json:

{
   "cert": "PathToCert"
}

For more infos: StackOverflow - check Python requests with charles proxy for HTTPS.

@globeriz
Copy link
Contributor

globeriz commented Aug 2, 2016

Does this ignore untrusted CA errors?

@panvid
Copy link
Author

panvid commented Aug 2, 2016

@globeriz Not yet I think.

@panvid
Copy link
Author

panvid commented Feb 12, 2017

@globeriz What will be happen with this PR?

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 this pull request may close these issues.

2 participants