After renewing my domain, I have been unable to connect to the website. Is there something wrong?

After renewing my domain, I have been unable to connect to the website. Is there something wrong?

Your origin is returning 503 so the problem is there (and is using a long expired self-signed certificate).

curl -Ivv https://107.180.46.200 -H 'Host: 9gscdna.com' --insecure
*   Trying 107.180.46.200:443...
* Connected to 107.180.46.200 (107.180.46.200) port 443 (#0)
* ALPN: offers h2,http/1.1
* (304) (OUT), TLS handshake, Client hello (1):
* (304) (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, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
* ALPN: server accepted h2
* Server certificate:
*  subject: C=CH; L=Schaffhausen; O=Plesk; CN=Plesk; [email protected]
*  start date: Apr 13 21:19:32 2021 GMT
*  expire date: Apr 13 21:19:32 2022 GMT
*  issuer: C=CH; L=Schaffhausen; O=Plesk; CN=Plesk; [email protected]
*  SSL certificate verify result: self signed certificate (18), continuing anyway.
* using HTTP/2
* h2 [:method: HEAD]
* h2 [:scheme: https]
* h2 [:authority: 9gscdna.com]
* h2 [:path: /]
* h2 [user-agent: curl/8.1.2]
* h2 [accept: */*]
* Using Stream ID: 1 (easy handle 0x7fa6a5009600)
> HEAD / HTTP/2
> Host: 9gscdna.com
> User-Agent: curl/8.1.2
> Accept: */*
>
< HTTP/2 503
HTTP/2 503
< content-length: 326
content-length: 326
< content-type: text/html; charset=us-ascii
content-type: text/html; charset=us-ascii
< server: Microsoft-HTTPAPI/2.0
server: Microsoft-HTTPAPI/2.0
< date: Mon, 20 Nov 2023 20:12:58 GMT
date: Mon, 20 Nov 2023 20:12:58 GMT
1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.