Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [milo-dev] The config options.

You don't explicitly set the SecurityPolicy and SecurityMode when configuring a client - you set an EndpointDescription, which you presumably obtained by calling the GetEndpoints service.

You can see an example of this here: https://github.com/eclipse/milo/blob/master/milo-examples/client-examples/src/main/java/org/eclipse/milo/examples/client/ClientExampleRunner.java#L77-L115

On Wed, Mar 20, 2019 at 12:58 AM Adam Łangowicz <Adam.Langowicz@xxxxxxxxxxxx> wrote:

How to setup Security Mode to none  and Security Policy to none ?

 

From: milo-dev-bounces@xxxxxxxxxxx <milo-dev-bounces@xxxxxxxxxxx> On Behalf Of Kevin Herron
Sent: Tuesday, March 19, 2019 4:14 PM
To: milo developer discussions <milo-dev@xxxxxxxxxxx>
Subject: Re: [milo-dev] The config options.

 

Sorry, I'm not sure what you're trying to ask.

 

On Tue, Mar 19, 2019 at 7:35 AM Adam Łangowicz <Adam.Langowicz@xxxxxxxxxxxx> wrote:

How about security policies, https://www.prosysopc.com/products/opc-ua-java-sdk/technical-details/

Set as Config Options like .setSecurityPolicies();  to None Basic128Rsa15 Basic256 or

Basic256Sha256

 

Wysłane z aplikacji Poczta dla Windows 10

 

_______________________________________________
milo-dev mailing list
milo-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/milo-dev

_______________________________________________
milo-dev mailing list
milo-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/milo-dev

Back to the top