You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enter password:
secMode: MessageSecurityModeSignAndEncrypt secPolicy: http://opcfoundation.org/UA/SecurityPolicy#Basic128Rsa15
Using config:
Endpoint: opc.tcp://BLACKBEARD:26543
Security mode: http://opcfoundation.org/UA/SecurityPolicy#Basic128Rsa15, MessageSecurityModeSignAndEncrypt
Auth mode : UserTokenTypeUserName
x509: invalid RDNSequence: invalid attribute value: invalid PrintableString
Debugger finished with the exit code 0
If I run this client against the Prosys simulator and it works fine.
If I run this against the Milo server (opc.tcp://milo.digitalpetri.com:62541/milo) everything works.
If I run this against the Unified UAAnsiC demo server and the UACPP demo server it keeps rejecting my cert but no other errors.
I used UAExpert and the Prosys OPC UA Browser against that same server. No visible errors.
The only relevant info I found about that error is in this issue on the golang repo but I'm not skilled enough to put it in context.
It looks like the error happens when the client gets the server's cert and tries parsing it.
I appreciate any help. I will keep testing with other servers/clients and SDKs to see if I get more diagnostics. Thanks
The text was updated successfully, but these errors were encountered:
I'm trying to run a client against the demo server from the NodeOPCUA project.
The test is to connect securely using
Basic128Rsa15
and User/Password. I use a slightly modified version for thecrypto.go
example.Here's my `main.go` file code:
here's my current
go.mod
file:When I run this client I get the following:
If I run this client against the Prosys simulator and it works fine.
If I run this against the Milo server (
opc.tcp://milo.digitalpetri.com:62541/milo
) everything works.If I run this against the Unified UAAnsiC demo server and the UACPP demo server it keeps rejecting my cert but no other errors.
I used UAExpert and the Prosys OPC UA Browser against that same server. No visible errors.
The only relevant info I found about that error is in this issue on the golang repo but I'm not skilled enough to put it in context.
It looks like the error happens when the client gets the server's cert and tries parsing it.
I appreciate any help. I will keep testing with other servers/clients and SDKs to see if I get more diagnostics. Thanks
The text was updated successfully, but these errors were encountered: