Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: thesk on December 26, 2021, 06:31:59 pm

Title: website redirecting to HTTP after selecting binary release
Post by: thesk on December 26, 2021, 06:31:59 pm
every time I choose download a binary release the website redirects to HTTP with ads, rather than HTTPS. Please fix it asap.

A happy code::blocks user
thank you
Title: Re: website redirecting to HTTP after selecting binary release
Post by: BlueHazzard on December 27, 2021, 11:08:02 am
What link do you mean?
Where does it redirects? Foss or sourceforge?

https is not needed for everything. It gives a false feeling of protection...
Title: Re: website redirecting to HTTP after selecting binary release
Post by: thesk on December 27, 2021, 12:25:06 pm
It redirects to "http://www.codeblocks.org/downloads/binaries/" this site but previously it was HTTPS, that is the reason I was in doubt if downloading will be secure or not.

Thank You for your reply.
Title: Re: website redirecting to HTTP after selecting binary release
Post by: BlueHazzard on December 27, 2021, 04:52:50 pm
Yea, this seems like a bug in our website
Title: Re: website redirecting to HTTP after selecting binary release
Post by: thesk on January 02, 2023, 04:57:34 pm
It's been a year since I posted this, but the bug still persists 😂
Title: Re: website redirecting to HTTP after selecting binary release
Post by: stahta01 on January 02, 2023, 08:34:54 pm
It's been a year since I posted this, but the bug still persists 😂

Please post the webpage with the bad link if you want it fixed.

Tim S.
Title: Re: website redirecting to HTTP after selecting binary release
Post by: BlueHazzard on January 03, 2023, 12:35:11 am
You go to https://www.codeblocks.org/downloads/ and klick the first download link -> you get redirected to a not https site where css is brocken: http://www.codeblocks.org/downloads/binaries/
Title: Re: website redirecting to HTTP after selecting binary release
Post by: stahta01 on January 03, 2023, 06:53:06 am
You go to https://www.codeblocks.org/downloads/ and klick the first download link -> you get redirected to a not https site where css is brocken: http://www.codeblocks.org/downloads/binaries/

I fail to see the issue.

Tim S.
Title: Re: website redirecting to HTTP after selecting binary release
Post by: Commaster on January 03, 2023, 08:26:01 am
I can confirm this.

P.S. Don't forget to disable "HTTPS-only mode" in your browser's settings if you don't see this issue.
Title: Re: website redirecting to HTTP after selecting binary release
Post by: MortenMacFly on January 08, 2023, 04:04:01 pm
This should be fixed now.

(I wonder if there are also tickets for it? They would need to be closed...)
Title: Re: website redirecting to HTTP after selecting binary release
Post by: Commaster on January 08, 2023, 04:49:28 pm
(https://i.imgur.com/FsachAT.png)
Not yet (with disabled browser cache), possibly serverside is still cached. We'll wait and pray  :)
Title: Re: website redirecting to HTTP after selecting binary release
Post by: Commaster on January 09, 2023, 07:28:11 am
(https://i.imgur.com/sCTAUtT.png)
Huzzah!  8) ;D
Title: Re: website redirecting to HTTP after selecting binary release
Post by: BlueHazzard on January 09, 2023, 11:56:52 pm
@MortenMacFly: you may change your signature to https ;)
Title: Re: website redirecting to HTTP after selecting binary release
Post by: MortenMacFly on January 29, 2023, 11:44:13 am
@MortenMacFly: you may change your signature to https ;)
Die a few more tweaks, including this. Thanks, I wouldn't have noticed...
Title: Re: website redirecting to HTTP after selecting binary release
Post by: Commaster on February 07, 2023, 06:17:40 am
Looks like the issues are now related to the Referrer field... https://forums.codeblocks.org/index.php/topic,25278.msg172310/topicseen.html#msg172310

If you follow the link from the download page you get booted:
(https://i.imgur.com/Z6TxF69.png)

But if you "type" the whole URL manually you are fine:
(https://i.imgur.com/9iKhff0.png)
Title: Re: website redirecting to HTTP after selecting binary release
Post by: stahta01 on February 08, 2023, 07:17:15 pm
The link from https://wiki.codeblocks.org/index.php/Main_Page (https://wiki.codeblocks.org/index.php/Main_Page)

Edit: bad link is here "Latest official release: 20.03"

Does not have trailing slash in my browser that makes a difference.

Works
Code
https://www.codeblocks.org/downloads/binaries/
https://www.codeblocks.org/downloads/binaries/ (https://www.codeblocks.org/downloads/binaries/)

Fails
Code
https://www.codeblocks.org/downloads/binaries
https://www.codeblocks.org/downloads/binaries (https://www.codeblocks.org/downloads/binaries)

Tim S.