diff --git a/testing/scripts/recipes/013_strongswan.mk b/testing/scripts/recipes/013_strongswan.mk index 0fce0ad9f..fb80b4e85 100644 --- a/testing/scripts/recipes/013_strongswan.mk +++ b/testing/scripts/recipes/013_strongswan.mk @@ -3,7 +3,7 @@ PV = $(SWANVERSION) PKG = strongswan-$(PV) TAR = $(PKG).tar.bz2 -SRC = http://download.strongswan.org/$(TAR) +SRC = https://download.strongswan.org/$(TAR) # can be passed to load sources from a directory instead of a tarball ifneq ($(origin SRCDIR), undefined)