Skip to content

Commit

Permalink
update ssl config documentation (#157)
Browse files Browse the repository at this point in the history
Co-authored-by: Claudio Alvarado <claudio@modelab.cl>
  • Loading branch information
zerobatu and Claudio Alvarado authored Jan 23, 2024
1 parent e9a887a commit 85a88a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ The following encryption behaviours are currently supported:
- `:required`: Requires the server to use TLS
- `:on`: Same as required
- `:not_supported`: Indicates to the server that encryption is not supported. If server requires encryption, the connection will not be established.
- `:ssl_opts`: Allow pass options for ssl connection (this options are the same as ssl erlang standart library).

Currently not supported:

Expand Down

0 comments on commit 85a88a2

Please sign in to comment.