finish06 / pyunifi

https://unifi-sdn.ubnt.com/
MIT License
223 stars 99 forks source link

Using pyunifi on an IP without SSL cert #66

Closed sMuve closed 3 years ago

sMuve commented 3 years ago

Hi there,

our UniFi controller is running on a server (software-install, v5.12.35) which is only accessable via an IP (which is not public). Therefore this IP is not SSL certified, but I see that the controller.py always creates an URL with https://

So I set the ssl_verify to false.

Is this an issue?

sMuve commented 3 years ago

I have just tried it and it works.