mirror of
https://github.com/QuasarApp/Heart.git
synced 2025-04-27 10:14:36 +00:00
fix some errors
This commit is contained in:
parent
58bec05dcc
commit
9b626f042a
@ -489,6 +489,7 @@ QSslConfiguration AbstractNode::selfSignedSslConfiguration(const SslSrtData & ss
|
||||
|
||||
res.setPrivateKey(pkey);
|
||||
res.setLocalCertificate(crt);
|
||||
res.setPeerVerifyMode(QSslSocket::VerifyNone);
|
||||
|
||||
return res;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user