Mantis - Resin
Viewing Issue Advanced Details
6325 minor always 02-09-20 23:15 02-09-20 23:18
nam  
nam  
normal  
closed 4.0.63  
fixed  
none    
none 4.0.64  
0006325: JSSE should fall back to password if key-store-password is not set
(rep by S. Busch)

A change in 4.0.63 required <key-store-password> for the <key-store-file>.

Solution: should default to <password> if <key-store-password> is not set.

    <http address="*" port="8443">
      <jsse-ssl>
        <key-store-file>keys/mykeystore</key-store-file>
        <password>mypassword</password>
      </jsse-ssl>
    </http>

Notes
(0006937)
nam   
02-09-20 23:18   
network/051c