We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b12835 commit 033ea9fCopy full SHA for 033ea9f
src/common/options/modern/ModernOptionsParser.cpp
@@ -233,13 +233,6 @@ void ModernOptionsParser::validate(const Values &options) const
233
}
234
235
/* SSL */
236
- if ((options.is_set("conn-ssl-verify-peer-name") || options.is_set("con-ssl-verify-peer")) && options.is_set("conn-ssl-trust-store") == false) {
237
- print_help();
238
- std::stringstream sstm;
239
- sstm << "SSL trust store (--conn-ssl-trust-store) must be given";
240
- error(sstm.str());
241
- }
242
-
243
if (options.is_set("conn-ssl-certificate") && options.is_set("conn-ssl-private-key") == false) {
244
print_help();
245
std::stringstream sstm;
0 commit comments