Skip to content
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

Use UA_ClientConfig_setDefaultEncryption #6480

Open
7 tasks
Malick31 opened this issue May 15, 2024 · 1 comment
Open
7 tasks

Use UA_ClientConfig_setDefaultEncryption #6480

Malick31 opened this issue May 15, 2024 · 1 comment

Comments

@Malick31
Copy link

Description

I have an issue with use UA_ClientConfig_setDefaultEncryption, I dont know if its still usable. When I try to use it I have
have an undifined functions, but its in the same file as UA_ClientConfig_setDefault which I can use, d I need to do something specil before I use it?

Background Information / Reproduction Steps

I use it for encryption because I tried to connect to bnr with a username and a password

Used CMake options:

cmake -DUA_NAMESPACE_ZERO=<YOUR_OPTION> <ANY_OTHER_OPTIONS> ..

Checklist

Please provide the following information:

  • open62541 Version (release number or git tag):
  • Other OPC UA SDKs used (client or server):
  • Operating system:
  • Logs (with UA_LOGLEVEL set as low as necessary) attached
  • Wireshark network dump attached
  • Self-contained code example attached
  • Critical issue
@keba-estr
Copy link
Contributor

You have to set the define UA_ENABLE_ENCRYPTION to activate the function UA_ClientConfig_setDefaultEncryption.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants