I have an error when accessing my site… and it didnt happen before… and i didnt change anything.
- open-ivf.com
- Ghost-CLI version: 1.13.1 Ghost version: 3.12.1
- Errors from browser when accessing open-ivf****… but it worked before and I made no changes:
" Your connection is not private
Attackers might be trying to steal your information from open-ivf.com (for example, passwords, messages or credit cards). [Learn more]
NET::ERR_CERT_COMMON_NAME_INVALID"
- What steps could someone else take to reproduce the issue you’re having?:
originally i thought the problem came from the config.json… but it also looks fine.
“mail”: {
“transport”: “SMTP”,
“from”: "l******@oom",
“options”: {
“service”: "mail",
“host”: "smtp.*******mailm",
“port”: 465,
“secureConnection”: true,
“auth”: {
“user”: "lm",
“pass”:*
}
}
},