Jonas Finnemann Jensen
Jonas Finnemann Jensen
Do you have any self signed certificates installed in `/etc/ssl/certs/ca-certificates.crt`, etc? You could try: `dart --root-certs-file=trusted-certificates.txt pub get` Especially, if you're running on a network where the admin has installed...
also try downloading an SDK from: https://dart.dev/get-dart/archive exact it and use it to, see if there it's an issue with your package manager. I would guess that your package manager...
note: if we find out what the issue is here, it'd be great to add a section to: https://dart.dev/tools/pub/troubleshoot @samirbilalmemon What kind of network are you on? Are you sitting...
> This is a VM running on the iphone in the UTM SE app made from the arm64 generic image at archlinuxarm.org You runnign a VM on your iphone, I'd...
`dart pub get` just uses the Dart HTTP stack, which is built on top of BoringSSL. So it's a different TLS stack. My bet is that it's got to do...
You could try another distro / architecture combination, to see if it's related to the hypervisor. Though this is a bit of a shot in the dark. It could be...
So there is the possibility this is some sort of weird certificate thing, specifically that this issue is happening because Dart comes with its own set of built-in certificates (I...
Hmm, this is weird the original stack trace says: ``` FINE: Wrapped exception: HandshakeException: Handshake error in client (OS Error: | ASN.1 encoding routines(pem_oth.c:83) | PEM routines(by_file.c:136) | DECODE_ERROR(x_x509.c:155) |...
Can reproduce this in another setting, what are the minimal reproduction instructions. Say we start from an empty VM image. ------- For the record, it might also be worth searching...
See also https://github.com/dart-lang/pub-dev/issues/4489