Mantis - Resin
Viewing Issue Advanced Details
3205 minor always 12-29-08 12:56 07-21-11 14:21
ferg  
ferg  
normal  
closed  
won't fix  
none    
none  
0003205: 443, user-name and jsse
(rep by Siby Jacob)

I wasn't passing the "start" param which was why it was throwing the error. It works now when I pass the "start" param. I've getting another error though when I try and turn on SSL for port 443



The resin.xml config is as follows:
     <http address="*" port="443">
    <jsse-ssl>
      <key-store-type>jks</key-store-type>
      <key-store-file>/usr/local/resin/keys/foo.keystore</key-store-file>
      <password>password</password>
    </jsse-ssl>
     </http>

Notes
(0005385)
ferg   
07-21-11 14:21   
setuid (user-name and group-name) requires openssl to allow the watchdog to pass the file descriptors to Resin.