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

Broken domains? Oy. #299

Open
scripting opened this issue Mar 24, 2024 · 9 comments
Open

Broken domains? Oy. #299

scripting opened this issue Mar 24, 2024 · 9 comments

Comments

@scripting
Copy link
Owner

I have not been able to reliably get to a bunch of my sites that use HTTP this morning. For example, feeder.scripting.com, a site that I use to test feeds. Also xmlrpc.com. It's possible that something broke overnight in my server. Or Digital Ocean is having a problem? Doesn't seem like it's something Google is doing to punish me for using HTTP, though that is always the fist thing that comes to mind. I tried moving the XML-RPC site to a different server, but the problem follows it. No changes have been made to the site in years. Not exactly what I had planned to be digging into on a nice (but cold) Sunday morning in the mountains.

@scripting
Copy link
Owner Author

scripting commented Mar 24, 2024

When I try to go to http://xmlrpc.com/ I somehow get redirected to https://www.xmlrpc.com/. Not something I would do, since the site is served via HTTP and I don't like www subdomains.

@scripting
Copy link
Owner Author

scripting commented Mar 24, 2024

I notice a weird thing in the DNS for xmlrpc.com.

image

I'm 99% sure I did not put that there. And I have no idea what it means.

Is this somehow indicating to someone that this domain supports HTTPS? It doesn't. It's a really old site, goes back to 1998 or so.

I'm going to delete that entry and see if the situation improves. I'm also going to ask ChatGPT about this.

@scripting
Copy link
Owner Author

scripting commented Mar 24, 2024

No help deleting that weird entry.

Then I tried

curl http://xmlrpc.com/

on a server and on my desktop, and in both cases it correctly returned the html from the xmlrpc.com home page.

@scripting
Copy link
Owner Author

BTW, all on its own, the feeder.scripting.com link now works.

ChatGPT suggested clearing the browser cache, and I did, and now the redirect to HTTPS is gone, but it's still redirecting to www.xmlrpc.com.

I added a nice image to the scripting.com post about this. :-)

@donpark
Copy link

donpark commented Mar 24, 2024

This is what I get at http://xmlrpc.com:

Screenshot 2024-03-24 at 3 13 15 PM

And this is what I get at https://xmlrpc.com:

Screenshot 2024-03-24 at 3 12 44 PM

@donpark
Copy link

donpark commented Mar 24, 2024

Not sure why HTTPS is not redirecting to HTTP but above styling problem appears to stem from trying to load CSS file via HTTP from a HTTPS page. See:

Screenshot 2024-03-24 at 3 17 00 PM

@scripting
Copy link
Owner Author

@donpark -- i moved it to an HTTPS server, that seemed to fix the other problems, and created some new ones, which I just fixed (I think).

Repository owner deleted a comment from rsterbal Mar 24, 2024
@donpark
Copy link

donpark commented Mar 24, 2024

Okee. You likely know this already but HTTP[S] redirect is app level operation so 1) DNS can only help by pointing at the IP of the app (web server), and 2) the rest is up to web server settings or HTML meta tag.

@scripting
Copy link
Owner Author

Don, I know far more than I ever wanted to know. ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants