[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-1795) Add ability to disable TLS
Przemyslaw Rudzki (JIRA)
jira-events at lists.jboss.org
Wed Feb 6 08:09:03 EST 2008
[ http://jira.jboss.com/jira/browse/JBSEAM-1795?page=comments#action_12398438 ]
Przemyslaw Rudzki commented on JBSEAM-1795:
-------------------------------------------
I am using Seam 2.0.1GA and it looks like this might be broken. I have configured mail session like this:
<mail:mail-session host="localhost" port="25"
username="someuser" password="somepass" ssl="false" />
and I get the exception:
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
SMTP server accepts both TLS and nonTLS connections.
Any other way I can verify what is wrong?
> Add ability to disable TLS
> --------------------------
>
> Key: JBSEAM-1795
> URL: http://jira.jboss.com/jira/browse/JBSEAM-1795
> Project: JBoss Seam
> Issue Type: Feature Request
> Components: Mail
> Affects Versions: 2.0.0.BETA1
> Reporter: John Bekas
> Assigned To: Pete Muir
> Priority: Minor
> Fix For: 2.0.0.CR1
>
> Attachments: p1, p2
>
>
> Mail sessions will currently not work on smtp servers without SSL enabled. Please add a mechanism to disable TLS.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list