Seems like there are missing server settings that need to be addressed.
If you attempt to run curl -IL vim.org it cannot resolve the host, with both secure (HTTPS) and insecure (HTTP) protocol.
As soon as you run curl -IL www.vim.org, it redirects with a HTTP/1.1 301 Moved Permanently to https://www.vim.org and of course when you run curl -IL https://www.vim.org it returns a 200 OK.
Can we do something about it?
Cheers.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()