Question Stella Ticker · Jul 21, 2018 Converting http to https #API #REST API #Ensemble I have an Enslib REST web service using an http host. How can it be converted to use https?
Eduard Lebedyuk · Jul 23, 2018 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.
Do you want to accept requests via HTTPS?
If so, you need to: