When accessing a website using default browser using emulator in Appium, I get a pop up Security Warning : There are problems with the security certificate for this site. With selection of "Go Back/View certificate/Continue"

When accessing my company produced website using default,
I get a pop up Security Warning : There are problems with the security certificate
for this site. With selection of “Go Back/View certificate/Continue”.

How to Handle that popup warning and proceed ??

2 Likes

Having same issue.

Tried setting capability -

	DesiredCapabilities cap = new DesiredCapabilities();
	cap.setCapability(MobileCapabilityType.ACCEPT_SSL_CERTS, true);

but it’s not working

This is definitely something to do with the system and not the browser (though changing the browser to Chrome or Firefox allows for easier trouble shooting + effective solutions)

Having the same issue… is there a way to disable / bypass this warning?
I am using the latest release of Appium-desktop 1.0.0
Any help would be appreciated :slight_smile: