Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] 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  
Status closed   Product Version 4.0.63
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);
        
Additional Information
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
08-20-19 13:40 mikeb01 New Issue
08-23-19 12:49 ferg Assigned To  => ferg
08-23-19 12:49 ferg Status new => closed
08-23-19 12:49 ferg Resolution open => fixed
08-23-19 12:49 ferg Fixed in Version  => 4.0.63


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
27 total queries executed.
25 unique queries executed.
Powered by Mantis Bugtracker