Changeset 3354 in ntrip
- Timestamp:
- Aug 22, 2011, 3:44:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncnetqueryv2.cpp
r3353 r3354 202 202 QSslCertificate cert = _reply->sslConfiguration().peerCertificate(); 203 203 if (!cert.isNull()) { 204 msg = QString("Server Certificate Issued by:\n" 205 "%1\n%2\nCannot be verified\n") 206 .arg(cert.issuerInfo(QSslCertificate::OrganizationalUnitName)) 207 .arg(cert.issuerInfo(QSslCertificate::Organization)); 204 msg += QString("Server Certificate Issued by:\n" 205 "%1\n%2\nCannot be verified\n") 206 .arg(cert.issuerInfo(QSslCertificate::OrganizationalUnitName)) 207 .arg(cert.issuerInfo(QSslCertificate::Organization)); 208 208 } 209 209 else {
Note:
See TracChangeset
for help on using the changeset viewer.