Commit 9d3ace4a authored by Alexander Schrode's avatar Alexander Schrode Committed by oroulet

Fix server address

#922
parent af452872
...@@ -14,7 +14,7 @@ private_key = f"certificates/peer-private-key-example-{cert_idx}.pem" ...@@ -14,7 +14,7 @@ private_key = f"certificates/peer-private-key-example-{cert_idx}.pem"
async def task(loop): async def task(loop):
url = "opc.tcp://0.0.0.0:4840/freeopcua/server/" url = "opc.tcp://127.0.0.1:4840/freeopcua/server/"
client = Client(url=url) client = Client(url=url)
await client.set_security( await client.set_security(
SecurityPolicyBasic256Sha256, SecurityPolicyBasic256Sha256,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment