web: the site is now HTTPS
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c3df0d5..dc585cd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -38,7 +38,7 @@
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
 project(libssh2 C)
-set(PROJECT_URL "http://www.libssh2.org/")
+set(PROJECT_URL "https://www.libssh2.org/")
 set(PROJECT_DESCRIPTION "The SSH library")
 
 option(BUILD_SHARED_LIBS "Build Shared Libraries" OFF)
diff --git a/vms/readme.vms b/vms/readme.vms
index ea11ec3..978da19 100644
--- a/vms/readme.vms
+++ b/vms/readme.vms
@@ -8,7 +8,7 @@
 
 LIBSSH2 is a client-side library written in C that aims to 
 implement the SSH2 protocol. It is an open source project, 
-to be found at http://libssh2.org. 
+to be found at https://libssh2.org.
 
 GNV
 ---
@@ -190,7 +190,7 @@
 
 Optional:
 
-- curl, to be found at  http://curl.haxx.se
+- curl, to be found at  https://curl.haxx.se
   You might want to use curl to download the libssh2 kit directly
   to you VMS machine. Interestingly, sftp in curl is implemented using
   libssh2, soon to be expected on VMS as well, hopefully.
@@ -217,7 +217,7 @@
 $   delete libssh2-'libssh2_version'-'currentday'.tar.gz;*
 $ endif
 $!
-$ curl 'proxy_line' "http://libssh2.org/snapshots/libssh2-''libssh2_version'-''currentday'.tar.gz" -
+$ curl 'proxy_line' "https://libssh2.org/snapshots/libssh2-''libssh2_version'-''currentday'.tar.gz" -
                     -o libssh2-'libssh2_version'-'currentday'.tar.gz
 $!
 $!
diff --git a/win32/GNUmakefile b/win32/GNUmakefile
index 2655ec8..8685751 100644
--- a/win32/GNUmakefile
+++ b/win32/GNUmakefile
@@ -34,7 +34,7 @@
 
 # Edit the vars below to change target settings.
 TARGET	= libssh2
-WWWURL	= http://www.libssh2.org/
+WWWURL	= https://www.libssh2.org/
 DESCR	= libssh2 $(LIBSSH2_VERSION_STR)
 #STACK	= 64000
 
diff --git a/win32/libssh2.rc b/win32/libssh2.rc
index 1fdd46c..f5d607a 100644
--- a/win32/libssh2.rc
+++ b/win32/libssh2.rc
@@ -26,7 +26,7 @@
   BEGIN
     BLOCK "040904b0"
     BEGIN
-      VALUE "CompanyName",      "The libssh2 library, http://www.libssh2.org/\0"
+      VALUE "CompanyName",      "The libssh2 library, https://www.libssh2.org/\0"
       VALUE "FileDescription",  "libssh2 Shared Library\0"
       VALUE "FileVersion",      LIBSSH2_VERSION "\0"
       VALUE "InternalName",     "libssh2\0"
@@ -34,7 +34,7 @@
       VALUE "ProductName",      "The libssh2 library\0"
       VALUE "ProductVersion",   LIBSSH2_VERSION "\0"
       VALUE "LegalCopyright",   "© " LIBSSH2_COPYRIGHT "\0"
-      VALUE "License",          "http://www.libssh2.org/license.html\0"
+      VALUE "License",          "https://www.libssh2.org/license.html\0"
     END
   END
 
diff --git a/win32/test/GNUmakefile b/win32/test/GNUmakefile
index b0cad09..5cf6e8c 100644
--- a/win32/test/GNUmakefile
+++ b/win32/test/GNUmakefile
@@ -26,7 +26,7 @@
 # Edit the vars below to change target settings.
 SAMPLES	= $(PROOT)/example
 TARGETS := $(filter-out x11.exe,$(patsubst $(SAMPLES)/%.c,%.exe,$(strip $(wildcard $(SAMPLES)/*.c))))
-WWWURL	= http://www.libssh2.org/
+WWWURL	= https://www.libssh2.org/
 DESCR	= libssh2 $(subst .rc,,$(notdir $@)) $(LIBSSH2_VERSION_STR)
 #STACK	= 64000