Skip to main content

server_supports_ssl

Function server_supports_ssl 

Source
pub const fn server_supports_ssl(server_caps: u32) -> bool
Expand description

Check if the server supports SSL/TLS.

§Arguments

  • server_caps - Server capability flags from handshake

§Returns

true if the server has the CLIENT_SSL capability flag set.