Author Topic: I can't access to forums.wxWidgets.org through Cloudflare test  (Read 12319 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6086
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
I never pass the Cloudflare real person test, so it goes to an endless loop.

Do you have the same issue?
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7802
    • My Best Post
Re: I can't access to forums.wxWidgets.org through Cloudflare test
« Reply #1 on: August 23, 2025, 07:30:14 pm »
It works for me. About 1 in 10 times it brings up a check box that I need to check.

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline blauzahn

  • Almost regular
  • **
  • Posts: 201
Re: I can't access to forums.wxWidgets.org through Cloudflare test
« Reply #2 on: August 23, 2025, 08:22:32 pm »
Try to disable the browser's noscript plugin for wxwidgets.org temporarily.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6086
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: I can't access to forums.wxWidgets.org through Cloudflare test
« Reply #3 on: August 24, 2025, 03:38:45 pm »
Try to disable the browser's noscript plugin for wxwidgets.org temporarily.
Thanks.
I'm using uBlock Origion add on on Firefox, but disable the add on on the wxWidgets.org does not solve the issue. It still goes to an endless human check.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7802
    • My Best Post
Re: I can't access to forums.wxWidgets.org through Cloudflare test
« Reply #4 on: September 03, 2025, 08:21:56 pm »
I can no longer get to the site it implies the web cert. has expired.
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6086
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: I can't access to forums.wxWidgets.org through Cloudflare test
« Reply #5 on: September 04, 2025, 08:14:17 am »
I can no longer get to the site it implies the web cert. has expired.

Yes, I have the same issue here. After the human test page, it jumps to a "Invalid SSL certificate" page.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.