mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
add some more debugging when reading X509 cert files for DTLS
This commit is contained in:
parent
e417e7670b
commit
ea61ccff7f
1 changed files with 3 additions and 0 deletions
|
@ -148,6 +148,9 @@ bool DomainServer::readX509KeyAndCertificate() {
|
|||
|
||||
QString keyPassphraseString = QProcessEnvironment::systemEnvironment().value(X509_KEY_PASSPHRASE_ENV);
|
||||
|
||||
qDebug() << "Reading certificate file at" << certPath << "for DTLS.";
|
||||
qDebug() << "Reading key file at" << keyPath << "for DTLS.";
|
||||
|
||||
int gnutlsReturn = gnutls_certificate_set_x509_key_file2(*_x509Credentials,
|
||||
certPath.toLocal8Bit().constData(),
|
||||
keyPath.toLocal8Bit().constData(),
|
||||
|
|
Loading…
Reference in a new issue