Replies: 2 comments 3 replies
-
your certificate does not match, like the error say you are using a example cert which might be outdated or does not match your application, typically you generate a unique key and cert for each application and if i remember right certificate-example.der is for MessageSecurity and not for Authentification.... |
Beta Was this translation helpful? Give feedback.
-
Hi again, The Server code is the next one:
The certificate generation file (".sh"):
ssl.conf file:
|
Beta Was this translation helpful? Give feedback.
-
Hello, a newbie user here.
This is my question
Setting:
My objective:
I want to connect to the server by certificates
The problem:
![image](https://user-images.githubusercontent.com/75676844/123788628-8888bf00-d8dc-11eb-8b68-3382bc5c0938.png)
When I temp to connect to the server this message appears:
The UaExpert setting that I am using for the connection are the following:
![image](https://user-images.githubusercontent.com/75676844/123789521-87a45d00-d8dd-11eb-82bb-f883bec6dbc0.png)
I already see #505 and #535 Q&A, but
server.set_security_policy([ua.SecurityPolicyType.Basic256Sha256_SignAndEncrypt], permission_ruleset=SimpleRoleRuleset())
line is okay.Any idea why that error happens?
Beta Was this translation helpful? Give feedback.
All reactions