Skip to content

Adding user failed in old version Firefox / how to install aRoot certificate #61

Discussion options

You must be logged in to vote

In case anyone else wishes to watch their SSL traffic (http / https request and response traffic), to learn:

1 imported snoop module into kobodl python scripts to learn in context of getting my purchased book, to learn what was going on for a non technical person.

  • Kobodl uses python module REQUESTS, so we need Charles and python to work together.
  • kobodl uses the access, authorization tokens in request header

2 By default, Python on macOS doesn't trust Charles self-signed certificate. As a result, you might encounter SSL Error if you try to intercept HTTPS traffic. If you would like to intercept HTTPS Traffic from your Python script, you have to explicitly tell Python to use the Charles …

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by subdavis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working
2 participants
Converted from issue

This discussion was converted from issue #60 on November 04, 2021 03:19.