Skip to content

Add certificate for auth and RPC calls.#152

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

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

Conversation

@panvid

@panvid panvid commented Jul 30, 2016

Copy link
Copy Markdown

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

globeriz commented Aug 2, 2016

Copy link
Copy Markdown
Contributor

Does this ignore untrusted CA errors?

@panvid

panvid commented Aug 2, 2016

Copy link
Copy Markdown
Author

@globeriz Not yet I think.

@panvid

panvid commented Feb 12, 2017

Copy link
Copy Markdown
Author

@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