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

Glycam.org url sometimes not resolving. Looks like the site is down. #193

Open
gitoliver opened this issue Jun 21, 2024 · 4 comments
Open
Assignees
Labels
bug Something isn't working panic!

Comments

@gitoliver
Copy link
Collaborator

High priority if others can reproduce this behavior.

See my jam session here with comments:
https://jam.dev/c/d335208b-2712-4e50-8b55-3cb700257ffe

Sometimes when I go to glycam.org is resolves correctly to the https version. Other times not. Having a hard time nailing down when and why this happens. I've seen this behavior in both firefox and brave browsers. I'm fairly sure this is a recent (last few weeks or months at most) development as I haven't encountered this before last week. Clearing my cookies seemed to trigger it happening once I got it to stop.

@gitoliver
Copy link
Collaborator Author

Maybe more helpful info here idk: https://jam.dev/c/d6ea4186-81d4-46d3-b9a4-1af3382ad601

@Lachele
Copy link
Member

Lachele commented Jun 22, 2024

I suspect there is caching or some such in your browser. I never see this - or very rarely see it and can't remember it right now. I usually have the opposite trouble with the browser trying to force https with sites that don't have it.

But, we can probably add a fix on our end.

@thecoulter - That 404 is coming from Traefik, as you probably know. I suspect there is a way to force redirection of http requests to https at the Traefik level. That way, even if a browser requests the insecure version, it will be switched to an https connection.

@gitoliver
Copy link
Collaborator Author

Is this related to:
#172
?

@Lachele
Copy link
Member

Lachele commented Jun 26, 2024

That ticket is about using 'www' in the url. Apparently, that was fixed

This is (probably) happening because Traefik is not handling entrypoints on port 80. The config I'm looking at only handles 443, but I'm not sure I'm looking at the most current one.

@thecoulter - I think the issue is that Traefik needs to be told to listen on / acknowledge port 80 but then redirect to https (443). The config I'm looking at seems to only listen o 443. But, it's been a while. I am pretty sure this is a Traefik thing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working panic!
Projects
None yet
Development

No branches or pull requests

4 participants