Params.sslMode

This option determines whether a secure connection will be negotiated with the server. There are 2 possible values: - MG_SSLMODE_DISABLE Only try a non-SSL connection (default). - MG_SSLMODE_REQUIRE Only try an SSL connection.

struct Params
mg_sslmode sslMode;

Meta