Sets @server up to do https, using the SSL/TLS certificate specified by @ssl_cert_file and @ssl_key_file (which may point to the same file).
Alternatively, you can set the #SoupServer:tls-certificate property at construction time, if you already have a #GTlsCertificate.
path to a file containing a PEM-encoded SSL/TLS certificate.
path to a file containing a PEM-encoded private key.
success or failure.
GException on failure.
2.48
See Implementation
Sets @server up to do https, using the SSL/TLS certificate specified by @ssl_cert_file and @ssl_key_file (which may point to the same file).
Alternatively, you can set the #SoupServer:tls-certificate property at construction time, if you already have a #GTlsCertificate.