Problems with Security Certificates in different browsers.
Hi Guys,
I'm trying to do an CrossBrowser Test, but I'm having a problem when running the test, because the web site that I'm testing asks for a security certificate, but as we are developing this site yet we do not have this certificate, and I need to do an crossbrowser test, but in each browser (Firefox, Chrome and IE) the screen that asks the confirmation to pass through the certificate is different, so, do you guys have any idea on how can I fix that?
I have already tried to disable the security certificate on those browsers, but IE and Chrome seems to do not accept that.
So, could you guys please help me with that?
Thank you very much!
The reason is due to a lack of a certificate from an recognized issuing authority. As a workaround, if IIS is installed on the machine under test, you can use IIS to create a Self Signed Certificate (IIS > Machine Name > Server Certifcates). Once the self-siigned certifcate is created, you can then 'point' the browser at that when prompted the first time by Chrome which will recognize the certificate as long nothing changes to invalidate the certificate.