(tls servers) Make it clear that apple ssl and mbedtls backends do not support SSL in server mode
This commit is contained in:
@ -105,6 +105,12 @@ namespace ix
|
||||
return true;
|
||||
}
|
||||
|
||||
bool SocketMbedTLS::accept(std::string& errMsg)
|
||||
{
|
||||
errMsg = "TLS not supported yet in server mode with mbedtls backend";
|
||||
return false;
|
||||
}
|
||||
|
||||
bool SocketMbedTLS::connect(const std::string& host,
|
||||
int port,
|
||||
std::string& errMsg,
|
||||
|
Reference in New Issue
Block a user