sed-group / sed-backend

SED Lab back-end API
0 stars 3 forks source link

TLS Encryption through TLS Termination Proxy #30

Closed johnmartins closed 3 years ago

johnmartins commented 3 years ago

Added a new docker container which hosts an nginx webserver.

FastAPI still only communicates using HTTP. However, nginx recieves all HTTPS requests, which it translates to HTTP and sends to the FastAPI server.