Set the cipher suite of ctx to that in TSSLOptions, and print any runtime error it catches.
Declared in <folly/io/async/SSLOptions.h>
template<typename TSSLOptions>
void
setCipherSuites(SSLContext& ctx);
| Name | Description |
|---|---|
| ctx | The SSLContext to apply the desired SSL options to. |