mirror of
https://github.com/outbackdingo/sysadm.git
synced 2026-03-20 22:45:06 +00:00
Commit some more work on on updating the websocket server to use wss.
This commit is contained in:
@@ -324,15 +324,15 @@ void WebSocket::EvaluateTcpMessage(){
|
||||
//SSL signal handling
|
||||
void WebSocket::nowEncrypted(){
|
||||
//the socket/connection is now encrypted
|
||||
qDebug() << "Socket now connected";
|
||||
qDebug() << " - Socket now encrypted";
|
||||
}
|
||||
|
||||
void WebSocket::peerError(const QSslError&){ //peerVerifyError() signal
|
||||
qDebug() << "Peer Error:";
|
||||
qDebug() << "Socket Peer Error:";
|
||||
}
|
||||
|
||||
void WebSocket::SslError(const QList<QSslError> &err){ //sslErrors() signal
|
||||
qDebug() << "SSL Errors:" << err.length();
|
||||
qDebug() << "Socket SSL Errors:" << err.length();
|
||||
}
|
||||
|
||||
// ======================
|
||||
|
||||
Reference in New Issue
Block a user