diff --git a/www/pages/download.md b/www/pages/download.md
index 51c1b90c..9249f84b 100644
--- a/www/pages/download.md
+++ b/www/pages/download.md
@@ -11,11 +11,11 @@
# Source
-* [mosquitto-1.5.3.tar.gz](http://mosquitto.org/files/source/mosquitto-1.5.3.tar.gz) (319kB) ([GPG signature](http://mosquitto.org/files/source/mosquitto-1.5.3.tar.gz.asc))
-* [mosquitto-1.5.3.tar.gz](http://www.eclipse.org/downloads/download.php?file=/mosquitto/source/mosquitto-1.5.3.tar.gz) (via Eclipse)
+* [mosquitto-1.5.3.tar.gz](https://mosquitto.org/files/source/mosquitto-1.5.3.tar.gz) (319kB) ([GPG signature](https://mosquitto.org/files/source/mosquitto-1.5.3.tar.gz.asc))
+* [mosquitto-1.5.3.tar.gz](https://www.eclipse.org/downloads/download.php?file=/mosquitto/source/mosquitto-1.5.3.tar.gz) (via Eclipse)
* [Git source code repository](https://github.com/eclipse/mosquitto) (github.com)
-Older downloads are available at [http://mosquitto.org/files/](../files/)
+Older downloads are available at [https://mosquitto.org/files/](../files/)
# Binary Installation
@@ -25,14 +25,14 @@ distributions.
## Windows
-* [mosquitto-1.5.3-install-windows-x64.exe](http://www.eclipse.org/downloads/download.php?file=/mosquitto/binary/win64/mosquitto-1.5.3-install-windows-x64.exe) (~360 kB) (64-bit build, Windows Vista and up, built with Visual Studio Community 2017)
-* [mosquitto-1.5.3-install-windows-x32.exe](http://www.eclipse.org/downloads/download.php?file=/mosquitto/binary/win32/mosquitto-1.5.3-install-windows-x86.exe) (~360 kB) (32-bit build, Windows Vista and up, built with Visual Studio Community 2017)
+* [mosquitto-1.5.3-install-windows-x64.exe](https://www.eclipse.org/downloads/download.php?file=/mosquitto/binary/win64/mosquitto-1.5.3-install-windows-x64.exe) (~360 kB) (64-bit build, Windows Vista and up, built with Visual Studio Community 2017)
+* [mosquitto-1.5.3-install-windows-x32.exe](https://www.eclipse.org/downloads/download.php?file=/mosquitto/binary/win32/mosquitto-1.5.3-install-windows-x86.exe) (~360 kB) (32-bit build, Windows Vista and up, built with Visual Studio Community 2017)
See also readme-windows.txt after installing.
## Mac
Mosquitto can be installed from the homebrew project. See
-[brew.sh](http://brew.sh/) and then use `brew install mosquitto`
+[brew.sh](https://brew.sh/) and then use `brew install mosquitto`
## Linux distributions with snap support
@@ -42,14 +42,14 @@ Mosquitto can be installed from the homebrew project. See
Download the repository config file for your CentOS version from below and copy it to /etc/yum.repos.d/ You'll now be able to install and keep mosquitto up to date using the normal package management tools.
The available packages are: mosquitto, mosquitto-clients, libmosquitto1, libmosquitto-devel, libmosquittopp1, libmosquittopp-devel, python-mosquitto.
-* [CentOS 7](http://download.opensuse.org/repositories/home:/oojah:/mqtt/CentOS_CentOS-7/home:oojah:mqtt.repo)
-* [CentOS 6](http://download.opensuse.org/repositories/home:/oojah:/mqtt/CentOS_CentOS-6/home:oojah:mqtt.repo)
+* [CentOS 7](https://download.opensuse.org/repositories/home:/oojah:/mqtt/CentOS_CentOS-7/home:oojah:mqtt.repo)
+* [CentOS 6](https://download.opensuse.org/repositories/home:/oojah:/mqtt/CentOS_CentOS-6/home:oojah:mqtt.repo)
## Debian
* Mosquitto is now in Debian proper. There will be a short delay between a new
release and it appearing in Debian as part of the normal Debian procedures.
* There are also Debian repositories provided by the mosquitto project, as
- described at
Mosquitto is part of the Eclipse
+ Mosquitto is part of the Eclipse
Foundation and is an iot.eclipse.org project.
You can have your own instance of Mosquitto running in minutes, but to make testing even easier, the Mosquitto Project runs a test server at test.mosquitto.org where + href="https://test.mosquitto.org/">test.mosquitto.org where you can test your clients in a variety of ways: plain MQTT, MQTT over TLS, MQTT over TLS (with client certificate, + href="https://test.mosquitto.org/ssl/">client certificate, MQTT over WebSockets and MQTT over WebSockets with TLS.
platforms.