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

SIP003 broken #85

Open
dhcmrlchtdj opened this issue Apr 22, 2023 · 0 comments · May be fixed by #115
Open

SIP003 broken #85

dhcmrlchtdj opened this issue Apr 22, 2023 · 0 comments · May be fixed by #115
Labels
bug Something isn't working

Comments

@dhcmrlchtdj
Copy link

version: shadow-tls 0.2.20

shadow-tls will panic if it is used as ss plugin.
thread 'main' panicked at 'wildcard_sni format error: "invalid variant: google.com"', src/main.rs:205:18

shadow-tls/src/main.rs

Lines 203 to 205 in 7163cdd

let wildcard_sni =
WildcardSNI::from_str(opts.get("tls").map(AsRef::as_ref).unwrap_or_default(), true)
.expect("wildcard_sni format error");

@ihciah ihciah added the bug Something isn't working label Apr 25, 2023
@UjuiUjuMandan UjuiUjuMandan linked a pull request Sep 2, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants