Replies: 1 comment
-
No those would not succeed. The hostnames must match exactly (except for case sensitivity). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
when I add 'ValidationCheck.HOSTNAME' to the DefaultCertificateValidator which hostnames will result in a successful check?
E.g.
When my URI is something like opc.tcp//theHost:1234
And the certificate DNS names contain THEHOST.some.domain, will it then result success?
Or the other way round, when URI is opc.tcp//theHost.some.domain:1234 and the server certificate contains only 'theHost' will it return success?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions