Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
murdock
Posts : 1
Join date : 2009-09-09

How to handle untrusted certificates with Google Chrome Empty How to handle untrusted certificates with Google Chrome

Wed Mar 03, 2010 9:11 am
Hi,

I want to run my automated tests against Google Chrome (currently on Windows XP, Chrome v4) however I run into an untrusted certificate page each time I visit our test environment's login page as you are redirected from "http" to "https". My tests predominantly start via the login page to authenticate to the test environment with different test user accounts.

Scenarios I've tried using selenium server v2.0a2 with java version 1.6.0:

Running the selenium server like so: java -jar selenium-server.jar
Running the selenium driver like so in C#: new DefaultSelenium("[TEST_ENV_IP]", 4444, "*googlechrome", "https://mytestenv.com/");

  • Started selenium server using the "-trustAllSSLCertificates" flag
  • Started selenium server using the "-proxyInjectionMode -userContentTransformation https http" flag
  • From the 'untrusted certificate' page displayed on Google Chrome, I saved and imported this certificate into the "trusted root certificate" and "trusted publisher" tabs
  • I also had Google Chrome allow the certificate, however, this is only good for the initial session regardless if I started my selenium server using the "-browserSessionReuse" flag
The above trials all failed.

NOTE: Running the same automated tests against IE or FF run without problems.


Any stellar minds out there that can help out either with any workarounds|solutions to the above situation?

Thanks


Last edited by murdock on Thu Mar 04, 2010 3:52 am; edited 1 time in total (Reason for editing : provide more information)
Back to top
Permissions in this forum:
You cannot reply to topics in this forum