[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1056) #30

Closed
opened 2022-04-27 09:38:08 +00:00 by juminet · 4 comments
Owner

En testant la fonction de récupération du mot de passe, on a cette erreur

En testant la fonction de récupération du mot de passe, on a cette erreur
Author
Owner
cfr https://stackoverflow.com/questions/57715289/how-to-fix-ssl-sslerror-ssl-wrong-version-number-wrong-version-number-ssl, mais il semble qu'il vaut mieux utiliser le protocole TLS.
Author
Owner
cfr https://github.com/PnX-SI/GeoNature-citizen/commit/0b2401f8cb944fecf2adb5f0e8cf9d70be4ccd2e
Author
Owner

Solutionné avec da233f7c25, mais à vérifier.

TO DO:

  • mettre à jour l'image citizen-back
Solutionné avec https://github.com/Champs-Libres/GeoNature-citizen/commit/da233f7c25ea7e6c0efdc2d2ac93e0ea68a25ce8, mais à vérifier. TO DO: - mettre à jour l'image citizen-back
Author
Owner

Comportement OK. Pour info, testé avec la config suivante:

    MAIL_HOST = 'mail.easter-eggs.com'
    MAIL_PORT = 587 # 493   # 493 is the mandatory SSL port
    MAIL_AUTH_LOGIN = 'julien.minet@champs-libres.coop'
    MAIL_AUTH_PASSWD = '*****************************'
    MAIL_FROM = 'admin GnC'
Comportement OK. Pour info, testé avec la config suivante: ``` MAIL_HOST = 'mail.easter-eggs.com' MAIL_PORT = 587 # 493 # 493 is the mandatory SSL port MAIL_AUTH_LOGIN = 'julien.minet@champs-libres.coop' MAIL_AUTH_PASSWD = '*****************************' MAIL_FROM = 'admin GnC' ```
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: champs-libres/biommap#30
No description provided.