「Python」で簡易ローカルHTTPSサーバを立てる方法をまとめました。 ローカルHTTPSサーバを立てる手順は、次のとおりです。 (1) SSL証明書と秘密鍵の準備。 以下のコマンドで「cert.pem」「key.pem」が生成されます。 openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem ...
以下の記事でLINEのBOTを作ろうと思いましたが、なんとSSLを要求されてしまいました。 仕組みを確認すれば当たり前っちゃ当たり前なんですが、今まで絶対的な必要性がなくてSSLには手を出してこなかったんですよね…。 というわけで今回は必要になったの ...
It's a simple script running in Python that collects SSL/TLS information and then returns the group of information in JSON. It can also connect through your specified SOCKS server. One of the good ...
gRPC client/server example in Python including SSL support. The example service implements a simple shopping list back end. Clients can perform the following operations: The test directory contains ...
スクリプト言語「Python」のセキュリティアップデートが、8月24日に実施された。現在、以下のバージョンが利用可能。 今回のアップデートでは、「ssl.SSLSocket」のインスタンスがTLSハンドシェイクをバイパスできてしまう脆弱性(CVE-2023-40217)が修正された。