Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handle incompatible tls options #205

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

id
Copy link
Contributor

@id id commented Jun 8, 2023

No description provided.

@@ -160,3 +161,9 @@ apply_host_check_fun(Opts) ->
public_key:pkix_verify_hostname_match_fun(https)}]},
[DefHostCheck | Opts]
end.

maybe_drop_incompatible_options(['tlsv1.3'], SslOpts) ->
Incompatible = [reuse_sessions, secure_renegotiate],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just curious to know why they are Incompatible?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@qzhuyan
Copy link
Contributor

qzhuyan commented Sep 21, 2023

rebase on to the latest master?

@id id force-pushed the 0608-handle-incompatible-tls-options branch from a000980 to ebedc53 Compare October 16, 2023 06:23
@id id changed the title 0608 handle incompatible tls options handle incompatible tls options Oct 16, 2023
@zmstone zmstone merged commit fe18537 into master Oct 16, 2023
38 checks passed
@zmstone zmstone deleted the 0608-handle-incompatible-tls-options branch October 16, 2023 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants