View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000900 | savapage-core | [All Projects] Security | public | 2017-11-30 19:40 | 2018-04-30 16:11 |
| Reporter | kevin | Assigned To | rijkr | ||
| Priority | normal | Severity | minor | Reproducibility | sometimes |
| Status | closed | Resolution | fixed | ||
| Product Version | 0.9.12 | ||||
| Target Version | 1.0.0 | Fixed in Version | 1.0.0 | ||
| Summary | 0000900: Fix error sending mail to TLSv1.2 restricted MTA | ||||
| Description | IST: 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". | ||||
| Tags | No tags attached. | ||||
| 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 |