-
-
Notifications
You must be signed in to change notification settings - Fork 444
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug:
set proxy like below it works
return {
'server': f'nimble-{country}.proxy.example.com:xxx',
'username': f'nimble_user_{country}',
'password': 'nimble_password_example'
}
but set the mitm proxy like below not work
return {
'server': 'xxx.xxx.xxx.xxx:1000',
'username': '',
'password': ''
}
Then return the error 'playwright._impl._errors.Error: Page.goto: SEC_ERROR_UNKNOWN_ISSUER'
They are works well on playwright, I guess that's may caused by the cert error for firfox.
But I don't know how to configure it.
By the way can we custom the http header on Connection request?
Screenshots:
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
