ronivay / XenOrchestraInstallerUpdater

Xen Orchestra install/update script
GNU General Public License v3.0
1.16k stars 189 forks source link

Image import fails because of Let’s Encrypt cert #99

Closed ronivay closed 2 years ago

ronivay commented 2 years ago

xo-vm-import.sh curl fails at image import stage at least on older 7.6 XCP-ng version because it can’t trust Let’s Encrypt cert being used at webserver (due to recent LE root cert expiration), probably applies to newer versions as well as only 8.2 testing repo has updated ca-certificates package currently which works around this.

ronivay commented 2 years ago

Changed certificate from LE to Zerossl and it seems to fix this. Leaving this issue open for few days if anyone sees issues with it.