]> git.mxchange.org Git - friendica.git/commit
Issue 10514: add TLS check to the installer
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 16 Aug 2021 17:05:27 +0000 (19:05 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 17 Aug 2021 06:38:06 +0000 (08:38 +0200)
commitcafb91ec62ada50ebdc12e7ac1813c085f37e9a6
tree280025426a8f29a42441df9bcc2f3cc00f345245
parent4af63bd70261317f2f956e6970e3a9aaacb020ec
Issue 10514: add TLS check to the installer

This PR adds a check to the installer which tries to determine whether the
request to the installer was made over an HTTPS line or not.

I've only tested it with an Apache2 server, but there it works.

Addresses #10514
src/Core/Installer.php