1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Dicordでのbot作成におけるSSL?のエラー

Posted at

Dicordでのbot作成におけるSSL?のエラー

discordでbotを作ろうと思って簡単なところから始めたが、参考サイトでは出ていなかった”SSLCertVerificationError”というエラーの解決に時間がかかったので、ここにどうしたかをメモしておきます。

と言っても、次のサイトを参照しただけですので、こちらを参照することを強くお勧めします。

結論から

するべきことはFinderから
Macintosh HD -> Application -> Python
に入って
Install Certidication Command
を実行する

ここから先は備忘録

OpenSSLとは

暗号通信のためのオープンソースソフトウェア。SSL(Secure Sockets Layer)

何が問題だったか

まず持ってPython自体の問題だった。
pythonのバージョンによって、SSLモジュールが使用されないらしい。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?