Hello,
How to fix the below error? It appears when testing my outgoing mail server's connection.
An SSL exception occurred. Check connection security type.
1
[SSL: BAD_SIGNATURE] bad signature (_ssl.c:1123)
Here's my configuration:
SMTP Server: smtp.gmail.com
SMTP Port: 465
Debugging: True
Connection Security: SSL/TLS
Username: myusername
Password: mypassword
NOTE: I tried the other options under the Connection Security but still the same error. :(
Does anyone know what could be the solution? Thank you in advance!