ssl_cert_file


Description:

[ NoAccessorMethod ]
[ Version ( deprecated = true ) ]
public string ssl_cert_file { owned get; construct; }

Warning: ssl_cert_file is deprecated.

Path to a file containing a PEM-encoded certificate.

Note:

use tls_certificate or soup_server_set_ssl_certificate .

If you set this property and ssl_key_file at construct time, then Server will try to read the files; if it cannot, it will return null, with no explicit indication of what went wrong (and logging a warning with newer versions of glib, since returning null from a constructor is illegal).