Join Nostr
2024-09-12 15:33:25 UTC
in reply to

川音リオ on Nostr: 最終手段: の に從ひ、SSL Certificate Verification を Disable する! ...

最終手段: https://askubuntu.com/questions/1072819/failed-to-connect-to-https-changelogs-ubuntu-com-meta-release-development-che/1086496https://askubuntu.com/a/1086496 に從ひ、SSL Certificate Verification を Disable する!

`/usr/lib/python3/dist-packages/UpdateManager/Core/MetaRelease.py` の始まりに

```
import ssl
ssl._create_default_https_context = ssl._create_unverified_context
```
を追記する!