dart https request: read ssl server certificate fields
# Postmortem: Inability to Access SSL Certificate Attributes in Dart http ## During a routine API call using Dart’s `http` package, an engineer attempted to read the SSL certificate attributes (subject, issuer, serial number) of the server after a successful HTTPS request. The operation failed because the `http` package does not expose this information through … Read more