Skip to content

Forcing https can cause some podcasts to fail loading #103

Closed
@amugofjava

Description

@amugofjava

Describe the bug
Anytime forces all urls to use https, partly because it is more secure and party to overcome a bug in Dart: 51532

To Reproduce
Steps to reproduce the behavior:

  1. Search for the 'Clutterbug' podcast.
  2. Open the podcast to load the feed.
  3. Feed fails to load and shows the generic load failed error.

Expected behavior
It should load the podcast episodes.

Smartphone (please complete the following information):

  • Device: Nexus 5x & iPhone 7
  • OS: Android 8.1.0 & iOS 15

Additional context
The issue here is that the Clutterbug uses http for the podcast feed. When forcing it to use https we get a certificate error as the certificate is for podbean.com and not https://clutterbug.me so we get a hostname missmatch exception.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions