File: config_ssl.py

package info (click to toggle)
hypercorn 0.17.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 908 kB
  • sloc: python: 7,839; makefile: 24; sh: 6
file content (8 lines) | stat: -rw-r--r-- 209 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
from __future__ import annotations

access_log_format = "bob"
bind = ["127.0.0.1:5555"]
certfile = "tests/assets/cert.pem"
ciphers = "ECDHE+AESGCM"
h11_max_incomplete_size = 4
keyfile = "tests/assets/key.pem"