mist-ce icon indicating copy to clipboard operation
mist-ce copied to clipboard

Can't add on-premise Openstack cloud with https endpoints and self-signed SSL certs

Open pvinas-novetta opened this issue 8 years ago • 3 comments

"SSL certificate verification error with host"

A checkbox to disable SSL verification would be helpful

pvinas-novetta avatar Jun 22 '17 21:06 pvinas-novetta

Sure, will try to include this on the next release

mgogoulos avatar Jun 23 '17 07:06 mgogoulos

was there any updates or workarounds for this feature?

creativewild avatar Oct 15 '21 00:10 creativewild

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

cpsaltis avatar Oct 15 '21 16:10 cpsaltis