Closed alxdm closed 8 years ago
👍 @alexdemidov Can you please sign the CLA?
@gunnaraasen I have signed CLA.
Some changes I'd like to see:
enabled
option, if there is a certificate file set, it will use TLS, if not, plain HTTP over TCP will be used.tls-combined-pem
to indicate that we're requiring a single PEM file with both the key and the certificate chain included.@joelegasse Thanks for your comments. I have applied changes. Could you have a look, please?
@joelegasse I renamed tls-combined-pem config option to ssl-combined-pem.
@alexdemidov Much cleaner diff, I like it. :-)
Thanks.
Hi.
I prepared pull-request with support of HTTPS handling. Could you check it and merge with master branch, please?