You need to sign in or sign up before continuing.
Fix for creating self-signed SSL certificate
The current implementation of default certificate generation is obsolete and now does not work properly. The certificate is generated but is incorrect. There are two problems to be fixed: 1) the key size should be increased and 2) using DateTime format should be fixed to be recognized by OpenSSL library.
Here is a proposed patch: sslcert.patch
Edited by Anton