-
Notifications
You must be signed in to change notification settings - Fork 231
TLS error with no firewall #3911
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
Comments
Why would you need to add a certificate? TLS aims to ensure that you are talking to our server Some people have software/proxies that intercept their TLS connections. But unless you know that you have this, or have an IT admin telling you to install a custom certificate, I'm not sure why this would be necessary. |
Yeah, neither am I, I just wanted to show that I tried many options to solve the issue, even as weird as this one. None of them helped. If I'm running it w/o any cert specified I get the same result |
Can you try running: https://github.com/dart-lang/pub-dev/blob/master/app/bin/tools/check_domain_access.dart and post the output? That will hopefully give us more information about your network. |
Without additional information we're not able to resolve this issue. Feel free to add more info or respond to any questions above and we can reopen the case. Thanks for your contribution! |
Hello, I'm having similar issues, and this is the result of running
|
@fengjiongmax were you able to find a solution for this? getting the exact same issue. |
@Harshitk-cp I can't recall what I did to resolve this, sorry. |
The following resolved this TLS error for me on Alpine linux…
|
Environment
dart --version
):Ubuntu 22.04.2 LTS
Nope
Problem
Trying to install flutter for the first time, but
flutter doctor
fails from the beginning because ofGot TLS error trying to find package test at https://pub.dev.
I'm not behind a farewell,curl https://pub.dev/api/packages/test
returns the data. Was trying to add a cert as recommended here, but it changed nothing.Expected behavior
All should work 🤷♂️
Actual behavior
Returns the error
--trace output
The text was updated successfully, but these errors were encountered: