How to ignore cert errors within Hijack Requests? #988
Unanswered
CyberStryk
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Opening issue to track. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Are you able to ignore certificate errors inside HijackRequest? I am unable to ignore certificate errors while hijacking requests with both browser.HijackRequests() and page.HijackRequests()
I set my browser to IgnoreCertErrors and I am able to properly navigate normally without any issues.When I try to navigate using hijack I get Panic certificate errors.
Error:
I have also tried modifying every function in hijack.go to set browser to IgnoreCertErrors, but that did not seem to work.
Is it an issue with my MustAdd context? Or is this an upstream issue with Chrome?
Beta Was this translation helpful? Give feedback.
All reactions