Converting http to https
I have an Enslib REST web service using an http host. How can it be converted to use https?
Discussion (1)1
Comments
Do you want to accept requests via HTTPS?
If so, you need to:
- Install external web server. If you're on Linux I recommend Apache.
- Obtain a domain name. Let's encrypt offers free certificates.
- Enable HTTPS for your web server.