server/lib
Robert Scheck 7583615bab 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:33:42 +01:00
..
composer Add tests and class mapping 2018-02-03 15:21:51 +01:00
l10n [tx-robot] updated from transifex 2018-02-03 01:10:30 +00:00
private Handle SSL certificate verifications for others than Let's Encrypt 2018-02-05 15:33:42 +01:00
public Remove long time deprecated functions and deprecate \OCP\App 2018-01-31 14:13:15 +01:00
autoloader.php Change @georgehrke's email 2017-11-06 20:38:59 +01:00
base.php Merge pull request #8096 from nextcloud/feature/6382/do-not-cache-settings-in-db-anymore 2018-01-31 12:49:45 +01:00
versioncheck.php Raise PHP version number to PHP 7.0 2018-01-12 14:26:10 +01:00