You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the dockerfile provided in the repository,
with the following configuration "mail": { "smtpHost": "smtp.gmail.com", "port": 587, "username": "XXXX@gmail.com", "password": "XXXXX", "from": "XXXX@gmail.com", "to": "XXXX@gmail.com" }
when I run docker image I have this output
Reading File : /config/config.json
Initializing Notification Clients....
Notifications : Smtp Mail Intialized
Sending Test notifications to the registered clients
Failed to Send Response Time notification to Smtp Mail Please check the details entered in the config file
Error Details : x509: certificate signed by unknown authority
I tried to install ca-certicates and update the certifcates but I still have the same error
I am using the dockerfile provided in the repository,
with the following configuration
"mail": { "smtpHost": "smtp.gmail.com", "port": 587, "username": "XXXX@gmail.com", "password": "XXXXX", "from": "XXXX@gmail.com", "to": "XXXX@gmail.com" }
when I run docker image I have this output
Reading File : /config/config.json
Initializing Notification Clients....
Notifications : Smtp Mail Intialized
Sending Test notifications to the registered clients
Failed to Send Response Time notification to Smtp Mail Please check the details entered in the config file
Error Details : x509: certificate signed by unknown authority
I tried to install ca-certicates and update the certifcates but I still have the same error
The text was updated successfully, but these errors were encountered: