You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/01/28 12:21:21 UTC

[GitHub] [incubator-dolphinscheduler] Yanwenjingcn opened a new issue #4610: java.io.IOException: Server is not trusted: mail.onething.net

Yanwenjingcn opened a new issue #4610:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4610


   this is my alert config,but we can not send email
   
   # mail server configuration
   mail.protocol=SMTP
   mail.server.host=mail.xxx.net
   mail.server.port=xxxx
   mail.sender=xxxxx
   mail.user=xxxxx
   mail.passwd=xxxx
   # TLS
   mail.smtp.starttls.enable=true
   # SSL
   mail.smtp.ssl.enable=false
   mail.smtp.ssl.trust=mai.xxx.net
   
   
   ![image](https://user-images.githubusercontent.com/16257260/106137885-5694f480-61a6-11eb-9a44-d62735bbc9d4.png)
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] Yanwenjingcn commented on issue #4610: java.io.IOException: Server is not trusted: mail.onething.net

Posted by GitBox <gi...@apache.org>.
Yanwenjingcn commented on issue #4610:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4610#issuecomment-769034521


   > could not convert socket to TLS....
   
   so how can i slove this problem?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] Yanwenjingcn commented on issue #4610: java.io.IOException: Server is not trusted: mail.onething.net

Posted by GitBox <gi...@apache.org>.
Yanwenjingcn commented on issue #4610:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4610#issuecomment-769042315


   > could not convert socket to TLS....
   
   i fix it,
   
   mail.smtp.starttls.enable=false
   mail.smtp.ssl.enable=false


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] Yanwenjingcn closed issue #4610: java.io.IOException: Server is not trusted: mail.onething.net

Posted by GitBox <gi...@apache.org>.
Yanwenjingcn closed issue #4610:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4610


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] Yanwenjingcn edited a comment on issue #4610: java.io.IOException: Server is not trusted: mail.onething.net

Posted by GitBox <gi...@apache.org>.
Yanwenjingcn edited a comment on issue #4610:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4610#issuecomment-769034521


   > could not convert socket to TLS....
   
   so how can i slove this problem?
   
   mail.smtp.ssl.trust=mai.xxx.net 
   
   does not work
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] CalvinKirs commented on issue #4610: java.io.IOException: Server is not trusted: mail.onething.net

Posted by GitBox <gi...@apache.org>.
CalvinKirs commented on issue #4610:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4610#issuecomment-769020891


   could not convert socket to TLS....


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org