python-poetry / python-poetry/install.python-poetry.org
SSL issue with new enforced VERIFY_X509_STRICT context flag in Python 3.13
まだ誰も着手していません。
- 主要言語
- Python
- スター
- 255
- フォーク
- 65
- 平均マージ
- 2時間 48分
- マージ済み PR(30日)
- 1
説明
Our corporate proxy doesn't enforce the basic constraints extension as critical for his root certificate.
This causes an issue with the new SSL default flag in python 3.13.
It is possible to disable it. See: https://docs.python.org/3/whatsnew/3.13.html#ssl
It worked without issue when I modified install-poetry.py
What's your opinion on this given that even some certs from certifi have this issue in the latest version ?
We could also add an argument I guess.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
install-poetry.py と、issue でリンクされている Python 3.13 の SSL 変更から始めます。critical な basic constraints extension を欠く証明書で失敗を再現し、その後、インストーラーの想定される動作と、どのようにテストすべきかを判断します。Python 3.13 のインストールパスが、検証を予期せず弱めることなく、報告された証明書のケースを処理できれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- security, tooling
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 28/100