-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
MITM https problem #63
Comments
Hi, Did you add the root certificate of goproxy to your operating system, or
|
Do you mean ca.pem in client computer? |
Yes. On Sun, Oct 5, 2014 at 7:10 AM, tsgan notifications@github.com wrote:
|
Testing in Firefox on Mac OS X Mavericks |
Did you add the certificate to Firefox?
|
Yes, I added ca.pem to Firefox and it seems working now. Thanks. Is it the only solution in this case? |
Yes. The browser is a preventing you from browsing to websites with bad Look for certificate of certificate pinning.
|
I'm using code from #9
When I try to access https://www.yahoo.com, browser only shows "Get me out of here" button.
Log says:
...
2014/10/04 23:39:16 [012] INFO: Running 1 CONNECT handlers
2014/10/04 23:39:16 [012] INFO: handler: &{2 } www.yahoo.com:443
2014/10/04 23:39:16 [012] INFO: Assuming CONNECT is TLS, mitm proxying it
...
For other sites like hotmail.com browser shows "I understand the risks" and let me Add exception and go further.
How to solve above problem when accessing https://www.yahoo.com?
Please let me know.
thanks,
The text was updated successfully, but these errors were encountered: