mist-ce
mist-ce copied to clipboard
Can't add on-premise Openstack cloud with https endpoints and self-signed SSL certs
"SSL certificate verification error with host"
A checkbox to disable SSL verification would be helpful
Sure, will try to include this on the next release
was there any updates or workarounds for this feature?
Hi @creativewild,
Try adding the following to your settings.py:
import libcloud.security
libcloud.security.VERIFY_SSL_CERT = False
Then restart docker compose with:
docker-compose restart