Relative Content

Tag Archive for pythonsslfastapiuvicorntls1.3

FastAPI uvicron and TLS

How can I create a python server, based on FastAPI and uvicorn, and restrict the ssl protocol version (Tlsv1.2, or Tlsv1.3) and also the specific ciphers from a list, so the communication between clients and server ill be the one I defined?