Replies: 1 comment 6 replies
-
Can someone confirm that this feature actually works? I don't know if I'm loosing time because of my lack of knowledge of a software bug. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a server in local network that uses self signed SSL certificate. My test shortcut works great if I accept any certificate in advanced technical settings but if I uncheck this option I get error
java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
Adding my certificate fingerprint in certificate pinning in settings doesn't help and I get the same error.
I tried to generate certificate with localhost or server IP address in CN and SAN and enter it in hostname pattern field but without luck. I'm clearly doing something wrong and I would appreciate some help.
Beta Was this translation helpful? Give feedback.
All reactions