browsermob-proxy
browsermob-proxy copied to clipboard
Certificate issue with BrowserMobProxy
We are using Selenium/BrowserMobProxy and chrome to run a test against an application which is having a CA Signed certificate. When we go via BrowserMobProxy we see MITM certificate which is self signed displayed on browser instead of signed certificate from my application.
Due to this the static resources which was suppose to be cached is not getting cached in chrome browser as chrome doest cache data from SelfSigned certificates.
Can we have BrowserMobProxy render the CA signed certificate to the Browser instead of MITM certificate?
Please let us know if we have any way to see CA Signed certificate on Browser instead of MITM certificate.
Thanks, AJjay
Did you try importing ca-certificate-rsa.cer into your browser's trusted root certification authorities? After importing browser will trust and allow you caching the static resources.