Accepting client's certificate in server #505
Replies: 2 comments
-
Hi there, I can probably not help you all the way. The code below is what gets me past login. ` from asyncua import ua, uamethod, Server import json Global variableserver = None # OPCUA server object async def main():
` |
Beta Was this translation helpful? Give feedback.
-
I found out that the code works with 1 little change This line
should be
and then it works |
Beta Was this translation helpful? Give feedback.
-
Hello,
Earlier I was using prosys OPCUA simulation and use to trust the client's certificate in prosys.
Now I am trying to write a custom server using OPCUA asyncio.
Can someone help me how to accept the client's certificate from my custom server?
Beta Was this translation helpful? Give feedback.
All reactions