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

Fix TLS in the federation outbound proxy #15886

Closed
wants to merge 2 commits into from

Commits on Jul 6, 2023

  1. Fix TLS when using the ProxyAgent

    Same fix as #15746
    
    Thanks to @realtyem for pointing it out!
    
    `creatorForNetloc(...)` doesn't come with typing and expects `host`
    to be `bytes` instead of a `str`.
    
    `ProxyAgent` was introduced with the federation outbound proxy:
    #15773
    MadLittleMods committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    b019062 View commit details
    Browse the repository at this point in the history
  2. Same changelog as #15773

    MadLittleMods committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    b3271f5 View commit details
    Browse the repository at this point in the history