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

Add certificate for auth and RPC calls. #152

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add certificate for auth and RPC calls. #152

wants to merge 1 commit into from

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