MarkGodwin / tplink-omada-api

MIT License
12 stars 9 forks source link

Fails with self-signed certs - #41

Closed Coder84619 closed 3 months ago

Coder84619 commented 3 months ago

I have a Omada controller install with self-signed certs. Connecting both via IP and FQDN fail.

Cannot connect to host omada.xzy.com:8043 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:997)')]

I'd like to see an override switch to not fail on self-signed cert.

MarkGodwin commented 3 months ago

Check out the help for the Omada target command. The option to disable ssl verify should be there.

Coder84619 commented 3 months ago

Thank you.