Liblor / applied_sec_lab

Applied Security Laboratory - AS19
6 stars 1 forks source link

[WIP] Configure nginx reverse proxy #7

Closed RequestForCoffee closed 5 years ago

keyctl commented 5 years ago

There now is a public repository where we can fetch the builds from.

keyctl commented 5 years ago

@RequestForCoffee The latest patch exposes the WebServer via nginx. It will be automatically deployed via Ansible. One thing that's missing is the TLS communication for nginx. Am I correct that we need TLS server side enabled for ASP.NET? Because we would also need TLS enabled by nginx, so I'm not sure how to proceed there.

RequestForCoffee commented 5 years ago

Client<--->nginx needs TLS; nginx <---> ASP NET is pure HTTP.

keyctl commented 5 years ago

Okay then this pull request should be ready for merging.