No, Mongoose cannot do SSL password callback. You need to have password-less cert.
On Mon, May 12, 2014 at 11:50 PM, shilpanabar <shilpana...@gmail.com> wrote: > Hi, > I am trying to start Mongoose server securely on port 443 (Mongoose 3.8). > I have a encrypted certificate file and also have the password to decrypt > it. > Using below openssl tool, I decrypt the key file so that I can generate > bundle.pem for mongoose to provide in "CURLOPT_SSLCERT" option. > (openssl rsa -in myEncryptedKey.pem -passin pass:"+ password + " -out > clearKey.pem) > Using clearKey and CACert, I generate a bundle.pem file for the mongoose > server and everything is fine and working as expected > > My question is, I there a way in mongoose to supply both the encrypted > key and password (without manually decrypting it)? > > Thanks, > Shilpa > > -- > You received this message because you are subscribed to the Google Groups > "mongoose-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to mongoose-users+unsubscr...@googlegroups.com. > To post to this group, send email to mongoose-users@googlegroups.com. > Visit this group at http://groups.google.com/group/mongoose-users. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "mongoose-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to mongoose-users+unsubscr...@googlegroups.com. To post to this group, send email to mongoose-users@googlegroups.com. Visit this group at http://groups.google.com/group/mongoose-users. For more options, visit https://groups.google.com/d/optout.