Local site testing with BrowserStack and self-signed certificates

Shlomi Király picture Shlomi Király · Jun 14, 2015 · Viewed 7.9k times · Source

I have started looking into testing our site with BrowserStack. However, I'm having issues with live-testing (as opposed to automated testing with Selenium, which mostly works fine) a site we're developing as we're serving it with a self-signed certificate.

Manually approving the certificate doesn't bother me as much as the fact that some Ajax request are failing (at least on IE10) due to security issues and this makes it impossible to actually manually test the site.

An acceptable solution would be to somehow add our self-signed cert. into the list of trusted root CAs. However, I haven't found out how to upload files into the BrowserStack test environment (not sure if that's even possible, really).

Any ideas ?

Answer

Shlomi Király picture Shlomi Király · Jun 15, 2015

I contacted BrowserStack about this issue, and their formal response is: "We currently do not support installing client certificates on the remote machines. However, this is on our list, and we’ll keep you posted."

Hopefully this issues will be resolved soon and I'll post a different answer here.