Our oeis client code should be updated to use the certificates from the standard "certifi" package. See example here https://github.com/beeware/Python-Apple-support/issues/119#issuecomment-890281213 (random search result).
On Wednesday, July 31, 2024 at 4:45:23 AM UTC-7 Martin R wrote: > I have a problem on a Ubuntu 22.04.4 LTS server (likely independent of > the precise release of sage, I tried a fresh build). > > I don't know where to start. If I understand the logs correctly, it build > openssl-3.2.2. > > Thanks in advance! > > Martin > mrubey@ubuntu:~/sage$ ./sage > ┌────────────────────────────────────────────────────────────────────┐ > │ SageMath version 10.5.beta0, Release Date: 2024-07-24 │ > │ Using Python 3.12.4. Type "help()" for help. │ > └────────────────────────────────────────────────────────────────────┘ > ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ > ┃ Warning: this is a prerelease version, and it may be unstable. ┃ > ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ > sage: oeis(1) > <repr(<sage.databases.oeis.OEISSequence at 0x7f23139289b0>) failed: > OSError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify > failed: unable to get local issuer certificate (_ssl.c:1000)> > error fetching https://oeis.org/search?q=A000001&n=1&fmt=text> > > > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/d1b50014-e6b8-4b66-b767-76ab0761681dn%40googlegroups.com.