gluster / project-infrastructure

Issues related to GlusterFs infrastructure components.
0 stars 0 forks source link

docs.gluster.org is down #147

Closed msaju closed 2 years ago

msaju commented 2 years ago

https://docs.gluster.org/ - the link is down.

mscherer commented 2 years ago

So we are seeing this: https://community.cloudflare.com/t/contact-page-getting-a-409-conflict-error-how-to-fix/327222

mscherer commented 2 years ago

Curl:

[misc@windgrace ~]$ curl -v https://docs.gluster.org
*   Trying 8.43.85.185:443...
* Connected to docs.gluster.org (8.43.85.185) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*  CAfile: /etc/pki/tls/certs/ca-bundle.crt
*  CApath: none
* 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, Change cipher spec (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 accepted to use http/1.1
* Server certificate:
*  subject: CN=docs.gluster.org
*  start date: Sep  2 22:08:19 2021 GMT
*  expire date: Dec  1 22:08:18 2021 GMT
*  subjectAltName: host "docs.gluster.org" matched cert's "docs.gluster.org"
*  issuer: C=US; O=Let's Encrypt; CN=R3
*  SSL certificate verify ok.
> GET / HTTP/1.1
> Host: docs.gluster.org
> User-Agent: curl/7.76.1
> Accept: */*
> 
* Mark bundle as not supporting multiuse
< HTTP/1.1 409 Conflict
< Server: nginx/1.20.1
< Date: Fri, 19 Nov 2021 09:42:18 GMT
< Content-Type: text/plain; charset=UTF-8
< Content-Length: 16
< Connection: keep-alive
< X-Frame-Options: SAMEORIGIN
< Referrer-Policy: same-origin
< Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
< Expires: Thu, 01 Jan 1970 00:00:01 GMT
< CF-RAY: 6b087cde584a058f-IAD
< 
* Connection #0 to host docs.gluster.org left intact
msaju commented 2 years ago

image

I am getting this error.

mscherer commented 2 years ago

Yeah, but that's likely a incorrect error message. DNS didn't change, and it resolve using cloudflare DNS:

[misc@windgrace ~]$ host docs.gluster.org  9.9.9.9
Using domain server:
Name: 9.9.9.9
Address: 9.9.9.9#53
Aliases: 

docs.gluster.org is an alias for proxy-ng.rht.gluster.org.
proxy-ng.rht.gluster.org has address 8.43.85.185

The rtd.io account say everything is ok, so I will have to search a bit more on our setup.

mscherer commented 2 years ago

So I tried to remove the domain from rtd, doesn't seems to change much.

https://gluster.readthedocs.io/en/latest/ work, but not our proxy. I guess I will set a simple redirect for now.

mscherer commented 2 years ago

https://twitter.com/readthedocs/status/1461392869269274626

mscherer commented 2 years ago

I really dislike that we are forced to use cloudflare (who is IMHO taking too much space on the internet). But I guess I will setup the CNAME, then work to get out of RTD since they collaborate with CF.

mscherer commented 2 years ago

So the website is back. Closing.