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

buck2.build website doesn't redirect HTTP to HTTPS #94

Closed
danmx opened this issue Feb 12, 2023 · 6 comments
Closed

buck2.build website doesn't redirect HTTP to HTTPS #94

danmx opened this issue Feb 12, 2023 · 6 comments

Comments

@danmx
Copy link

danmx commented Feb 12, 2023

buck2.build website doesn't redirect HTTP requests to HTTPS even though there is a valid HTTPS endpoint (valid TLS certificate).

$ curl -vvv http://buck2.build/
*   Trying 104.21.12.229:80...
* Connected to buck2.build (104.21.12.229) port 80 (#0)
> GET / HTTP/1.1
> Host: buck2.build
> User-Agent: curl/7.86.0
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 200 OK
< Date: Sun, 12 Feb 2023 12:41:29 GMT
< Content-Type: text/html; charset=utf-8
[...]

It can be fixed by enforcing HTTPS. Enforcing HTTPS for your GitHub Pages site.

@facebook facebook deleted a comment from Mdabukala Apr 2, 2023
@facebook facebook deleted a comment from Mdabukala Apr 2, 2023
@facebook facebook deleted a comment from Mdabukala Apr 2, 2023
@ndmitchell
Copy link
Contributor

Following the guide, I can't find the "Enforcing HTTPS" setting that the GitHub page talks about. I'll ping some people to find out if they have it.

@ndmitchell
Copy link
Contributor

I think this is done now.

@danmx
Copy link
Author

danmx commented Apr 3, 2023

It doesn't look fixed. I still can access the website over http

@ndmitchell
Copy link
Contributor

Huh, it gave me a redirect yesterday when I checked, but now it doesn't. I'll see - something automated might be "fixing" the settings.

@ndmitchell
Copy link
Contributor

Fixed again, I believe, and I now get a redirect back.

@danmx
Copy link
Author

danmx commented Apr 5, 2023

it's working now

@danmx danmx closed this as completed Apr 5, 2023
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