29.11.2015
Our web server for C++ and Qt now support SSL connections.
There are three parameters in the configuration:
Part of configuration file looks like this:
[http] useSSL = true sslKey = /etc/ssl/private/mysite.bravenec.eu.key.pem sslCrt = /etc/ssl/private/mysite.bravenec.eu.crt.pem