librespeed / speedtest-go

Go backend for LibreSpeed
GNU Lesser General Public License v3.0
706 stars 153 forks source link

Can you support letsencrypt #4

Closed larvacent closed 3 years ago

larvacent commented 4 years ago

Description

If I have multiple servers, I only need to specify the domain name in the configuration file to automatically support SSL, just like the speedtest.net server.

xiruizhao commented 4 years ago

You should use nginx to reverse proxy this server and set X-Real-IP header.

maddie commented 3 years ago

The recommended way would be using Nginx or the likes as a reverse proxy with SSL termination. Built-in SSL cert management is not considered for now, sorry.