You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I too had the same issue and came up with the following work around. The problem is that when you use browsermobproxy (bmp), any https requests go through the MITM with LittleProxy. This uses its own self signed certificate which is not trusted by your browser. So what I did was:
Created a profile that I can utilize
Opened up firefox using that profile and added the certificate as an authority by going to: Tools->Options->Advanced->Certificates->View Certificates button. Under Authorities tab, hit Import and find the: ca-certificate-rsa.cer file which can be found in your browsermob directory under ssl-support. Once you install the authority, any secure site you visit using the proxy will be fine.
I run selenium hub with firefox and proxy browsermob by
bwowk/browsermob-proxy
docker-compose.yml
filepip install selenium browsermob-proxy
and linkhub
andproxy
in debug i see that var
caps
have are proxy key and in proxy server i see that new proxy is registeredResult
But firefox does not use this proxy address. That is why i can not get logs.
proxyClient.har['log']['entries']
is null []in docker image
The text was updated successfully, but these errors were encountered: