diff --git a/bin/init_solr.sh b/bin/init_solr.sh index 1715f647..af3d51db 100755 --- a/bin/init_solr.sh +++ b/bin/init_solr.sh @@ -49,7 +49,7 @@ download() { case ${SOLR_VERSION} in # PS!!: Append versions and don't remove old once, kernel uses this script! 7.7.3|8.11.2 ) - url="http://archive.apache.org/dist/lucene/solr/${SOLR_VERSION}/solr-${SOLR_VERSION}.tgz" + url="https://archive.apache.org/dist/lucene/solr/${SOLR_VERSION}/solr-${SOLR_VERSION}.tgz" ;; *) echo "Version '${SOLR_VERSION}' is not supported or not valid"