nextcloud/lib
Robert Scheck de07c82a4d Handle SSL certificate verifications for others than Let's Encrypt
Do no longer (wrongly) rewrite URLs like

  * http://example.net/.well-known/pki-validation/file.txt (Comodo)
  * http://example.net/.well-known/pki-validation/fileauth.txt (DigiCert, Thawte, GeoTrust)
  * http://example.net/.well-known/pki-validation/gsdv.txt (GlobalSign)
  * http://example.net/.well-known/pki-validation/starfield.htm (Starfield, GoDaddy)
  * http://example.net/.well-known/pki-validation/swisssign-check.txt (SwissSign)

for automated SSL certificate verifications. All (common commercial)
certificate authorities (CA) except Let's Encrypt (via ACME) seem to
use "pki-validation" rather "acme-challenge" for their domain control
validation (DCV).

Signed-off-by: Robert Scheck <robert@fedoraproject.org>
2018-02-05 15:37:23 +01:00
..
composer Fix the type hints of migrations and correctly inject the wrapped schema into migrations 2018-01-17 13:53:09 +01:00
l10n [tx-robot] updated from transifex 2018-02-03 01:10:43 +00:00
private Handle SSL certificate verifications for others than Let's Encrypt 2018-02-05 15:37:23 +01:00
public Merge pull request #7915 from nextcloud/backport/7909/fix-migration-type-hints 2018-01-17 14:55:18 +01:00
autoloader.php Change @georgehrke's email 2017-11-06 20:38:59 +01:00
base.php Send a proper response for status.php on trusted domain error 2018-01-24 15:42:25 +01:00
versioncheck.php Nextcloud 13 is not compatible with newer than php 7.2 2017-12-12 10:55:09 +01:00