Skip to content

Conversation

@JacobCoffee
Copy link
Member

@JacobCoffee JacobCoffee commented Nov 4, 2025

Description

  • clean up old ports for http2 stuff
  • Use the new acme certs
frontend main
    # HTTP Binds
    bind :20000
    bind :20001 accept-proxy
    bind 0.0.0.0:80
    bind :::80

    # HTTPS Binds
    # Advertise http/1.1 over NPN to enable TLS False Start
    bind 0.0.0.0:443 ssl alpn h2,http/1.1 crt acme-bugs.python.org.pem crt acme-buildbot.python.org.pem crt acme-console.python.org.pem crt acme-jobs.pyfound.org.pem crt acme-jython.org.pem crt acme-legacy.python.org.pem crt acme-planetpython.org.pem crt acme-pypa.io.pem crt acme-salt-public.psf.io.pem crt acme-speed.python.org.pem crt acme-wiki.python.org.pem 
    bind :::443 ssl alpn h2,http/1.1 crt acme-bugs.python.org.pem crt acme-buildbot.python.org.pem crt acme-console.python.org.pem crt acme-jobs.pyfound.org.pem crt acme-jython.org.pem crt acme-legacy.python.org.pem crt acme-planetpython.org.pem crt acme-pypa.io.pem crt acme-salt-public.psf.io.pem crt acme-speed.python.org.pem crt acme-wiki.python.org.pem 
    bind :20010 ssl alpn h2,http/1.1 crt acme-bugs.python.org.pem crt acme-buildbot.python.org.pem crt acme-console.python.org.pem crt acme-jobs.pyfound.org.pem crt acme-jython.org.pem crt acme-legacy.python.org.pem crt acme-planetpython.org.pem crt acme-pypa.io.pem crt acme-salt-public.psf.io.pem crt acme-speed.python.org.pem crt acme-wiki.python.org.pem 
    bind :20011 accept-proxy ssl alpn h2,http/1.1 crt acme-bugs.python.org.pem crt acme-buildbot.python.org.pem crt acme-console.python.org.pem crt acme-jobs.pyfound.org.pem crt acme-jython.org.pem crt acme-legacy.python.org.pem crt acme-planetpython.org.pem crt acme-pypa.io.pem crt acme-salt-public.psf.io.pem crt acme-speed.python.org.pem crt acme-wiki.python.org.pem 

Closes

@JacobCoffee JacobCoffee requested a review from ewdurbin as a code owner November 4, 2025 17:28
@JacobCoffee JacobCoffee changed the title clean up old ports for http2sni stuff Use the new ACME-generated certs Nov 4, 2025
@JacobCoffee JacobCoffee merged commit b867971 into main Nov 4, 2025
3 checks passed
@JacobCoffee JacobCoffee deleted the use-acme-certs branch November 4, 2025 17:35
@JacobCoffee
Copy link
Member Author

highstate apple was a success

Succeeded: 197 (changed=8)
Failed:      0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants