Error Code: DLG_FLAGS_INVALID_CA
DLG_FLAGS_SEC_CERT_CN_INVALID
Applied on IE
There’s any way that we can jump this Cert validation?
Error Code: DLG_FLAGS_INVALID_CA
DLG_FLAGS_SEC_CERT_CN_INVALID
Applied on IE
There’s any way that we can jump this Cert validation?
I also have this issue. Any solutions?
I don’t know as I only use chrome with my automation. However if this is the site you are testing through could you add it to your trusted site list in IE?
Thanks for the suggestion BL. However, the message is still showing even if I have added the url under Trusted Sites list.
If you manually access the site do you still get this? Or only through automation?
Getting it even in manual. I saw some code patches to handle this in scripting but it will be tedious to add it in all the present scripts and it is just happening in IE…
driver.get(“URL for which certificate error is coming”);
driver.navigate().to(“javascript:document.getElementById(‘overridelink’).click()”);
Ok so at least we know it’s not Katalon…
Hmmm question. Do you have to use IE? Are you able to use firefox or chrome?
If you do have to use IE one solution I found via the googles is this:
https://answers.microsoft.com/en-us/ie/forum/ie11-iewindows_10/this-site-is-not-secure-how-to-bypass/0cf92485-71c4-42fd-9954-ddc0a88f3dff
The problem I see with this, is it might create some security concerns. So updating IE like this will have to be your call.
Regardless of the solution you choose I would dig into why it popup manually, eliminate that and then run the automation again.