GoDaddy SSL Cert Not Working With Java

前端 未结 11 1892
无人及你
无人及你 2020-12-22 22:55

UPDATE 1/26/2015 -- It appears the most recent JRE/JDK for Java 8 (update >= 31) and JRE/JDK for Java 7 now include the Godaddy G2 CA server in the default trust st

11条回答
  •  伪装坚强ぢ
    2020-12-22 23:28

    If u are using below properties while sending mail, then comment it. This works for me. But this might cause security problem.

    props.put("mail.smtp.starttls.enable","true");
    

提交回复
热议问题