prometheus / prometheus/docs

Invalid SSL certificate on https://download.flutter.io (HTTPS artifact download fails)

Open
#2,857 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
717
Forks
1.2k
Avg merge
3d 15h
Merged PRs (30d)
19

Description

Summary

The HTTPS endpoint of download.flutter.io appears to have an invalid configured SSL certificate.

When ّ tries to download artifacts (for example flutter_embedding_debug POM files) from:

https://download.flutter.io/io/flutter/flutter_embedding_debug/1.0.0-d2913632a4578ee4d0b8b1c4a69888c8a0672c4b/flutter_embedding_debug-1.0.0-d2913632a4578ee4d0b8b1c4a69888c8a0672c4b.pom

However, accessing the same resource via HTTP works correctly:

http://download.flutter.io/io/flutter/flutter_embedding_debug/1.0.0-d2913632a4578ee4d0b8b1c4a69888c8a0672c4b/flutter_embedding_debug-1.0.0-d2913632a4578ee4d0b8b1c4a69888c8a0672c4b.pom

This suggests a problem with the SSL certificate configuration or certificate chain for the HTTPS endpoint.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the failure against the HTTPS artifact URL and compare it with the working HTTP URL. Inspect the SSL certificate and certificate chain for download.flutter.io; the issue is done when the same Flutter artifact is retrievable over HTTPS without certificate errors.

Written by the indexing model from the issue text.

Assessment

Tech stack
flutter
Domain
security
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.