Apache Ignite C++ Client
Loading...
Searching...
No Matches
ssl_mode.h File Reference

Go to the source code of this file.

Enumerations

enum class  ignite::ssl_mode { DISABLE = 0 , REQUIRE = 1 }

Detailed Description

Declares ignite::ssl_mode.

Enumeration Type Documentation

◆ ssl_mode

enum class ignite::ssl_mode
strong

SSL Mode.

Enumerator
DISABLE 

Do not try to establish SSL/TLS connection.

REQUIRE 

Try to establish SSL/TLS connection. Fail if the server does not support SSL/TLS.