Hi,
this is not S::R::D:: specific, but i dont know where to ask else...
i have a special firefox profile that i use for testing with Selenium. If i start the browser manually with "firefox -p", select the testing profile and vist for example
https://wob.deutsche-bank.de/trxm/logout/pbc/logout_pbc.html everything is fine. But if i load this page in my test script, it shows me the page saying that the site is not safe because it does not know the issuer of the certificate. Indeed, if i go to about:preferences#advanced and watch the installed certs the issuer of the cert is not present. In the original profile it is!
As selenium and/or geckodriver create a copy of the original profile folder for each run, it seems as if some of the certification authorities are removed in that step. WTF? Does anybody have an idea if this behavior can be stopped? Or what else could i do?