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

feat: copy some certificate related options for uTLS #3240

Merged
merged 1 commit into from
Dec 8, 2024

Conversation

AkinoKaede
Copy link
Contributor

VerifyPeerCertificate and InsecureSkipVerify are for verify remote server's certificate.
ClientAuth and ClientCAs are for client certificate auth,

SessionTicketsDisabled will not be copied, because it will make fingerprints changed, and it seems that some browser not provide a simple way to disable session tickets, such as Google Chrome.

Copy link
Contributor

@xiaokangwang xiaokangwang left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution!

@xiaokangwang xiaokangwang merged commit 9ccb080 into v2fly:master Dec 8, 2024
37 of 39 checks passed
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.

2 participants