browsermob-proxy icon indicating copy to clipboard operation
browsermob-proxy copied to clipboard

Certificate issue with BrowserMobProxy

Open njajay opened this issue 8 years ago • 3 comments

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?

njajay avatar Sep 29 '17 04:09 njajay

Please let us know if we have any way to see CA Signed certificate on Browser instead of MITM certificate.

Thanks, AJjay

njajay avatar Oct 03 '17 05:10 njajay

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.

mediga avatar Nov 21 '17 13:11 mediga

Image

deepakmaurya0 avatar May 12 '25 05:05 deepakmaurya0