diff --git a/include/Probe.php b/include/Probe.php index 929e89a68a..d08460a56b 100644 --- a/include/Probe.php +++ b/include/Probe.php @@ -56,6 +56,9 @@ class Probe { */ private function xrd($host) { + // Reset the static variable + self::$baseurl = ''; + $ssl_url = "https://".$host."/.well-known/host-meta"; $url = "http://".$host."/.well-known/host-meta";