Skip to main content

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

You can also use the functions in EndpointUtil to help with this situation, as it's common.

See this Stack Overflow post: https://stackoverflow.com/questions/54778191/issue-connecting-to-remote-opcua-server/54778262#54778262

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

Solve issue, when in fact EndpointDescription assign linux hostname of host rather than public IP of OPC UA server, so it’s was not a Security  Mode and Policy, but problem with reslovehost name. Hardcode name of host and IP in local hosts file, under Windows.

 

Wysłane z aplikacji Poczta dla Windows 10

 


Od: milo-dev-bounces@xxxxxxxxxxx <milo-dev-bounces@xxxxxxxxxxx> w imieniu użytkownika Kevin Herron <kevinherron@xxxxxxxxx>
Wysłane: Wednesday, March 20, 2019 12:54:13 PM
Do: milo developer discussions
Temat: 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.


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
_______________________________________________
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