admin管理员组文章数量:1345466
I have an issue with my OPC UA client implementation using open62541 v1.4.11.1. I have to connect to a OPC UA server with Security Policy: Basic256Sha256 and Message Security Mode: Sign & Encrypt. For Authentication I use a certificate and private key, but the certificate supplied by the OPC UA server manufacturer doesn't contain a SubjectAltName that my openssl wants to verify against the ApplicationUri.This causes the connection to fail. When I try to use UA_CertificateVerification_AcceptAll() for the UA_ClientConfig.certificateVerification, the connection still fails with the error message: Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: BadCertificateUriInvalid. As I got it, the AcceptAll should disable that check. Can someone help me?
本文标签: cOPC Ua Client with open62541 v14111 Client certificate without SubjectAltNameStack Overflow
版权声明:本文标题:c++ - OPC Ua Client with open62541 v1.4.11.1 Client certificate without SubjectAltName - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743792043a2539752.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论