View Issue Details

IDProjectCategoryView StatusLast Update
0000900savapage-core[All Projects] Securitypublic2018-04-30 16:11
ReporterkevinAssigned Torijkr 
PrioritynormalSeverityminorReproducibilitysometimes
Status closedResolutionfixed 
Product Version0.9.12 
Target Version1.0.0Fixed in Version1.0.0 
Summary0000900: Fix error sending mail to TLSv1.2 restricted MTA
DescriptionIST: When TLSv1.0 and TLSv1.1 is disabled on receiving MTA (e.g. Postfix), javax.mail (STARTTLS port 587) fails with "javax.mail.MessagingException: Could not convert socket to TLS; nested exception is: javax.net.ssl.SSLException: Received fatal alert: protocol_version".
SOLL: Force javax.mail to use TLSv1.2, by setting "mail.smtp.ssl.protocols" property of javax.mail.Session to a space separated list of values collected from SLContext.getDefault().getDefaultSSLParameters().getProtocols(). The list will resolve to: "TLSv1 TLSv1.1 TLSv1.2".
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2017-11-30 19:40 rijkr New Issue
2017-11-30 19:40 rijkr Status new => assigned
2017-11-30 19:40 rijkr Assigned To => rijkr
2017-11-30 19:41 rijkr Reporter rijkr => kevin
2017-11-30 19:41 rijkr Status assigned => resolved
2017-11-30 19:41 rijkr Resolution open => fixed
2017-11-30 19:41 rijkr Fixed in Version => 1.0.0
2018-04-30 16:11 rijkr Status resolved => closed