Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fixes to federation_client dev script #14479

Merged
merged 5 commits into from
Nov 20, 2022
Merged

Fixes to federation_client dev script #14479

merged 5 commits into from
Nov 20, 2022

Commits on Nov 17, 2022

  1. Attempt to fix federation-client devscript handling of .well-known

    The script was setting the wrong value in the Host header
    richvdh committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    5796d51 View commit details
    Browse the repository at this point in the history
  2. Fix TLS verification

    Turns out that actually doing TLS verification isn't that hard. Let's enable
    it.
    richvdh committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    1dc5ef1 View commit details
    Browse the repository at this point in the history
  3. changelog

    richvdh committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    c64ec3c View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. clarify comment

    richvdh committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    ac10a1b View commit details
    Browse the repository at this point in the history
  2. fix mypy complaints

    richvdh committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    a1127ba View commit details
    Browse the repository at this point in the history