• Welcome to Hurricane Electric's IPv6 Tunnel Broker Forums.

adminwebservice.microsoftonline.com

Started by DJX, December 04, 2020, 05:58:38 AM

Previous topic - Next topic

DJX

Anyone else having issues connecting to this domain via HE IPv6 TB?

https://adminwebservice.microsoftonline.com/provisioningservice.svc

The URL above should pull up a WCF page if it is working.
Works over IPv4 but not IPv6 since 12/1/2020.

KNBu5ZMdbR

Works for me
$ curl -6 --verbose https://adminwebservice.microsoftonline.com/provisioningservice.svc
*   Trying 2a01:111:f100:2000::a83e:33c1...
* TCP_NODELAY set
* Connected to adminwebservice.microsoftonline.com (2a01:111:f100:2000::a83e:33c1) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*   CAfile: /etc/ssl/certs/ca-certificates.crt
  CApath: /etc/ssl/certs
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Client hello (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
* ALPN, server did not agree to a protocol
* Server certificate:
*  subject: C=US; ST=Washington; L=Redmond; O=Microsoft Corporation; CN=syncservice.microsoftonline.com
*  start date: Oct 20 00:00:00 2020 GMT
*  expire date: Oct 19 23:59:59 2021 GMT
*  subjectAltName: host "adminwebservice.microsoftonline.com" matched cert's "adminwebservice.microsoftonline.com"
*  issuer: C=US; O=DigiCert Inc; CN=DigiCert SHA2 Secure Server CA
*  SSL certificate verify ok.
> GET /provisioningservice.svc HTTP/1.1
> Host: adminwebservice.microsoftonline.com
> User-Agent: curl/7.58.0
> Accept: */*
>
< HTTP/1.1 200 OK
< Content-Length: 6437
...


I have trouble with yahoo (see https://forums.he.net/index.php?topic=4059.0) but this page opens fine.

kriteknetworks