mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-30 13:47:13 +01:00
problem: unsecured websocket is rarely used in production
Solution: support websocket with tls (wss)
This commit is contained in:
@@ -286,6 +286,13 @@ struct options_t
|
||||
|
||||
// Version of monitor events to emit
|
||||
int monitor_event_version;
|
||||
|
||||
// WSS Keys
|
||||
std::string wss_key_pem;
|
||||
std::string wss_cert_pem;
|
||||
std::string wss_trust_pem;
|
||||
std::string wss_hostname;
|
||||
bool wss_trust_system;
|
||||
};
|
||||
|
||||
inline bool get_effective_conflate_option (const options_t &options)
|
||||
|
||||
Reference in New Issue
Block a user