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

Add "InsecureSkipVerify: true" to tls config (RoundTrip: x509: certificate name does not match input) #22

Closed
VovkoO opened this issue Dec 1, 2022 · 1 comment
Labels
Feature New feature or request

Comments

@VovkoO
Copy link
Contributor

VovkoO commented Dec 1, 2022

Hi, I have problems with tls on some sites: RoundTrip: x509: certificate name does not match input.
Can we add "InsecureSkipVerify: true" to tls config here?
https://github.com/sleeyax/burp-awesome-tls/blob/main/src-go/server/roundtripper.go#L84

@sleeyax sleeyax added the Feature New feature or request label Jan 2, 2023
@sleeyax sleeyax changed the title RoundTrip: x509: certificate name does not match input Add "InsecureSkipVerify: true" to tls config (RoundTrip: x509: certificate name does not match input) Jan 2, 2023
@vellrya
Copy link

vellrya commented Apr 23, 2023

Awesome TLS error: x509: certificate is valid for *.domain.xyz, domain.xyz, not sub-domain.domain.xyz:443

Strange error (I don't know why "sub-domain" with dash is not covered by wildcard), but probably it's easier to just disable the checks, as OP pointed out.
To be clear, this error occurred when trying to proxy an http/2 request.

@sleeyax sleeyax closed this as completed in 0de0251 Jun 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants