Set the groups of ctx to that in TSSLOptions, and print any runtime error it catches.

Synopsis

Declared in <folly/io/async/SSLOptions.h>

template<typename TSSLOptions>
void
setGroups(SSLContext& ctx);

Parameters

Name

Description

ctx

The SSLContext to apply the desired groups to.

Created with MrDocs