Il 16/01/2018 02:02, Wesley Stewart ha scritto:
I am using the default certificates. Took me a second to find out
where they are stored, but after pointing directly to it, everything is
working like a champ.
If I remember correctly, if you use option "insecure=True", you can omit
ca_file option:
connection = sdk.Connection(
url=ovaddress,
username=username,
password=password,
insecure=True
)
Cheers,
gc