Python Gitlab APIでエラー Can't connet to GitLab server (Caused by SSLError CERTIFICATE_VERIFY_FAILED)

ITで知っておくべき知識
スポンサーリンク

GitLabのPython APIでエラーが出ました。

スポンサーリンク

Python Gitlab APIでエラー

Gitlabでコマンドラインからユーザー一覧を行います。

使ったのは、python gitlab というツールです。

https://urashita.com/archives/2901

 

さて?

これなんだろうか?

 

解決策は見つからず

同じ問題を抱えている人がいるのは分かりました。

 

python-gitlab api SSL bad handshake: Error([('SSL routines', 'ssl3_get_server_certificate', 'certificate verify failed')],

https://stackoverflow.com/questions/48177486/python-gitlab-api-ssl-bad-handshake-errorssl-routines-ssl3-get-server-ce

 

 

SSL HTTS requests.exceptions.SSLError: HTTPSConnectionPool(host='google.com', port=443)

https://stackoverflow.com/questions/51768496/ssl-htts-requests-exceptions-sslerror-httpsconnectionpoolhost-google-com-po

 

SSLError HTTPSConnectionPool Max retries exceeded with url: /oauth/token Caused by SSLError('bad handshake: SysCallError(0, None))

https://github.com/psf/requests/issues/4246

 

 

一度は動いていただけに問題が違うのか?

SSL証明書の問題なんだろうか?

 

ITで知っておくべき知識
スポンサーリンク
スポンサーリンク
うらしたをフォローする
スポンサーリンク
urashita.com 浦下.com (ウラシタドットコム)

コメント

タイトルとURLをコピーしました