-
Notifications
You must be signed in to change notification settings - Fork 960
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SHA1 signed certificates are not trusted #306
Comments
Hi @vrushalikatkade , Please take a look at issue #305 |
Thanks for reply , in which file to update the |
If you are using NetCoreConsoleClient, the configuration parameters are set programmatically in program.cs
|
Thanks for reply , it's working.I have second issue .after connecting server it display the this output like this
how to browse the server & create the subscription ? OPCUA DA,HDA ,AE is developed in this dotnet core application ? how to use it? I tried to add the option 1,2,3, from output list but it's not working. |
@vrushalikatkade the console sample has been restructured to make it easier to configure. sha1 should be solved now. Please open a new issue for a new topic... |
Hi @AlinMoldovean Can you help me? |
Hi @andreaballerini , The server you are connecting is built with this UA NET Standard Stack?
|
Hi @AlinMoldovean , thanks for your answer. "Error establishing a connection: Error received from remote host: Could not verify security on OpenSecureChannel request." There is some doc where i can read the correct settings? Thanks you |
Hi @andreaballerini , It seems that the certificate of the client is not trusted by the server. |
Ok thanks it works! |
I have used your dotnetcore application for connecting the OPCUA server .after connecting the simense wincc server it shows the following exception" SHA1 signed certificates are not trusted " and i also connect your OPCUA server " opc.tcp://myserver:51210/UA/SampleServer" it thows the following server "Error establishing a connection: BadNotConnected "
i attached the exception image to the post . please suggest any solution to the post
Thanks
The text was updated successfully, but these errors were encountered: