Skip to content

Commit

Permalink
Rustls supports IP SANs since 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aveyrenc authored and algesten committed May 28, 2024
1 parent 5ed699d commit a138d2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,7 @@ be manually configured using [`AgentBuilder::tls_connector`].

You might want to use native-tls if you need to interoperate with servers that
only support less-secure TLS configurations (rustls doesn't support TLS 1.0 and 1.1, for
instance). You might also want to use it if you need to validate certificates for IP addresses,
which are not currently supported in rustls.
instance).

Here's an example of constructing an Agent that uses native-tls. It requires the
"native-tls" feature to be enabled.
Expand Down

0 comments on commit a138d2e

Please sign in to comment.