HelloZeroNet / HelloZeroNet/ZeroNet

Connection are not encrypted in Windows Python3

Ouverte
#2,093 5 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
JavaScript
Étoiles
18.8k
Forks
2.3k
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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.

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Piste de recherche

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.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
python
Domaine
security
Type d'issue
Bug
Difficulté
3/5
Temps estimé
1-2 jours
Activité
À l'abandon
Clarté
Plutôt claire
Accessibilité débutants
30/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.