HelloZeroNet / HelloZeroNet/ZeroNet
Connection are not encrypted in Windows Python3
- 主要言語
- JavaScript
- スター
- 18.8k
- フォーク
- 2.3k
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Same as https://127.0.0.1:43110/Talk.ZeroNetwork.bit/?Topic:1562744772_1G5aYYLCYtwKYfnnvLUTNVDC5kmy8RP7D7/How+to+enable+crypt+connetion+I+m+using+zeronet+py3
Error log:
```log
[13:15:49] - RSA ECC SSL CAcert generation failed, CAcert or CAkey files not exist.
```
Debug info:
```cmd
"tools\openssl\openssl.exe" req -new -newkey rsa:2048 -days 3650 -nodes -x509 -config "src/lib/openssl/openssl.cnf" -subj "/C=US/O=DigiCert Inc/OU=www.digicert.com/CN=DigiCert SHA2 High Assurance Server CA" -keyout "./data/cakey-rsa.pem" -out "./data/cacert-rsa.pem" -batch
```
Probably `openssl.exe` is missing.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Start with the Windows Python 3 error and run the shown tools\openssl\openssl.exe command, checking whether that executable and src/lib/openssl/openssl.cnf are present. Inspect the generation of data/cakey-rsa.pem and data/cacert-rsa.pem; done means the CA files are created and encrypted connections work on Windows.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- security
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 30/100