Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http://neovim.io doesn't redirect to https:// #344

Open
cheriimoya opened this issue Apr 11, 2024 · 2 comments
Open

http://neovim.io doesn't redirect to https:// #344

cheriimoya opened this issue Apr 11, 2024 · 2 comments
Labels

Comments

@cheriimoya
Copy link

This is probably a GitHub pages settings issue I've seen in other repositories. It should be resolved by simply checking a checkbox int he settings menu. I've documented it here: precice/precice.github.io#274 (comment)

@jamessan
Copy link
Member

No, the checkbox is disabled.

Unavailable for your site because your domain is not properly configured to support HTTPS

@cheriimoya
Copy link
Author

Probably it is indeed a DNS problem:

~ $ dig +short cheriimoya.github.io
185.199.109.153
185.199.110.153
185.199.108.153
185.199.111.153
~ $ dig +short neovim.github.io
185.199.111.153
185.199.110.153
185.199.108.153
185.199.109.153
schoenbuch: ~ $ dig +short cheriimoya.de
185.199.111.153
185.199.109.153
185.199.108.153
185.199.110.153
~ $ dig +short neovim.io
104.21.46.99
172.67.137.191
~ $

So someone could try to change the DNS of neovim.io from the cloudflare ips to github ips.

@justinmk justinmk added the bug label Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants