I am testing a web site which uses both http and https protocols depending on its configuration file.
I am writing my test cases in java. My test cases are working fine for http but in https it generates a untrusted connection error. I know i can avoid this using firefoxprofile manager but problem is that my test cases will be used on many machines to test this website and creating a profile on every machine is not possible Is there any way to avoid getting this error so that my test cases works perfectly for both http and https.