Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
6235 | minor | always | 04-28-19 21:14 | 04-29-19 17:57 | |
|
|||||
Reporter: | nam | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.61 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.62 | ||
|
|||||
Summary: | 0006235: add support for JSSE TrustManager in JsseSSLFactory for spring boot support | ||||
Description: |
JsseSSLFactory.create() is always passing in null for the TrustManager to SSLContext.init(): sslContext.init(kmf.getKeyManagers(), null, null); Spring Boot supports configuring the following values: 1. setTrustStore(String trustStore) 2. setTrustStorePassword(String trustStorePassword) 3. setTrustStoreType(String trustStoreType) 4. setTrustStoreProvider(String trustStoreProvider) |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|