29.11.2015

foto Petr Bravenec

Petr Bravenec
Twitter: @BravenecPetr
+420 777 566 384
petr.bravenec@hobrasoft.cz

Our web server for C++ and Qt now support SSL connections.

You can find overview of http server here: Our work - Http Server for C++ and Qt

How to set SSL

There are three parameters in the configuration:

  • httpd/useSSL - on/off SSL (false)
  • httpd/sslKey - path to SSL private key
  • httpd/sslCrt - path to SSL certifivate

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
Hobrasoft s.r.o. | Contact