Anonymous | Login | Signup for a new account | 12-17-2024 10:54 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0006282 | [Resin] | minor | always | 08-20-19 13:40 | 08-23-19 12:49 | ||||
Reporter | mikeb01 | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | Platform | |||||
Status | closed | OS | |||||||
Projection | none | OS Version | |||||||
ETA | none | Fixed in Version | 4.0.63 | Product Version | 4.0.63 | ||||
Product Build | |||||||||
Summary | 0006282: New HttpsEmbed fails to initialise the JsseSSLFactory correctly. | ||||||||
Description |
It is necessary to call init() on the JsseSSLFactory before using it. The following diff show the change required: --- com/caucho/resin/HttpsEmbed.java 2019-05-23 12:51:48.000000000 +1200 +++ /home/barkerm/.IntelliJIdea2019.2/config/scratches/scratch_33.java 2019-08-21 08:38:05.067963444 +1200 @@ -143,6 +143,7 @@ jsse.setAlias(_alias); jsse.setPassword(_password); + jsse.init(); _port.setJsseSsl(jsse); |
||||||||
Steps To Reproduce | |||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
There are no notes attached to this issue. |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
27 total queries executed. 25 unique queries executed. |