Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Михаил Агарков on June 26, 2025, 11:04:56 pm

Title: codeblocks.org doesn't work in Russia anymore
Post by: Михаил Агарков on June 26, 2025, 11:04:56 pm
The website codeblocks.org doesn't open in Russia anymore likely because of the stupid Russian authority Roskomnadzor deciding to block Cloudflare traffic. I'm using Tor Browser to write this.

Here's what verbose curl says:
Code
curl -v codeblocks.org
* Host codeblocks.org:80 was resolved.
* IPv6: (none)
* IPv4: 78.46.184.98
*   Trying 78.46.184.98:80...
* Connected to codeblocks.org (78.46.184.98) port 80
> GET / HTTP/1.1
> Host: codeblocks.org
> User-Agent: curl/8.9.1
> Accept: */*
>
* Request completely sent off
^C
Code
curl -v https://codeblocks.org/
* Host codeblocks.org:443 was resolved.
* IPv6: (none)
* IPv4: 78.46.184.98
*   Trying 78.46.184.98:443...
* Connected to codeblocks.org (78.46.184.98) port 443
* schannel: disabled automatic use of client certificate
* ALPN: curl offers http/1.1
^C

Can anything be done about this? Thanks in advance.