You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
As of January 2020 it is necessary to use HTTPS to contact central.maven.org. ( https://support.sonatype.com/hc/en-us/articles/360041287334-Central-501-HTTPS-Required )
The problem I found is in centos7-kvm/scripts/03cloud.sh. In order to do get jasypt-1.9.2.jar it now has to use https like so
wget --no-check-certificate -O /usr/share/cloudstack-common/lib/jasypt-1.9.2.jar https://central.maven.org/maven2/org/jasypt/jasypt/1.9.2/jasypt-1.9.2.jar
The text was updated successfully, but these errors were encountered: