[fixed] SSL certificate for freecadweb.org expired

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: SSL certificate for freecadweb.org expired

Post by uwestoehr »

Notifying Yorik
yorik wrote: .
user1234
Veteran
Posts: 3345
Joined: Mon Jul 11, 2016 5:08 pm

Re: SSL certificate for freecadweb.org expired

Post by user1234 »

It seems that Yorik fixed that, thanks!

Greetings
user1234
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: SSL certificate for freecadweb.org expired

Post by uwestoehr »

user1234 wrote: Tue Oct 26, 2021 6:19 pm It seems that Yorik fixed that, thanks!
Yes, many thanks!

(I will open a new thread for the remaining forum issues.)
User avatar
yorik
Founder
Posts: 13640
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Re: [fixed] SSL certificate for freecadweb.org expired

Post by yorik »

Kurt is who fixed it ;)
splainer
Posts: 7
Joined: Mon Dec 20, 2021 3:43 pm

Re: [fixed] SSL certificate for freecadweb.org expired

Post by splainer »

Seems this is not fully fixed?

I have debugged my issue from this post Cannot run BIM Tutorial. The attempt to load the URL https://www.freecadweb.org/wiki/BIM_ingame_tutorial in BimTutorial.py throws exception:

Code: Select all

URLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1125)'))
Syres
Veteran
Posts: 2893
Joined: Thu Aug 09, 2018 11:14 am

Re: [fixed] SSL certificate for freecadweb.org expired

Post by Syres »

splainer wrote: Wed Dec 22, 2021 10:09 pm Seems this is not fully fixed?
I'm going to assume you're on Windows, I believe the issue is the OpenSSL version that's shipped with the Windows builds that's the root cause but I'm happy to be corrected.
User avatar
yorik
Founder
Posts: 13640
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Re: [fixed] SSL certificate for freecadweb.org expired

Post by yorik »

@splainer everything normal here... does opening https://wiki.freecadweb.org/BIM_ingame_tutorial in a browser work for you? If yes, I suppose @Syres's explanation is correct.. Strange that nobody else reported this, though...
splainer
Posts: 7
Joined: Mon Dec 20, 2021 3:43 pm

Re: [fixed] SSL certificate for freecadweb.org expired

Post by splainer »

Yes, I can open that page in every browser (Brave, Edge, IE, Chrome) I have with no issue.
Post Reply