added support for TLSv1.1 and TLSv1.2 to Context

This commit is contained in:
Guenter Obiltschnig
2014-09-02 17:30:02 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -340,7 +340,7 @@ void Context::createSSLContext()
break;
#endif
default:
throw Poco::InvalidArgumentException("Invalid usage");
throw Poco::InvalidArgumentException("Invalid or unsupported usage");
}
}
if (!_pSSLContext)