How to setup SSL for Multichain Explorer?

+2 votes
Im not sure whats the step for making it SSL Since it is running on PYTHON on port 2750
asked Apr 15, 2018 by Dinomist

1 Answer

+1 vote
Easiest way is to use nginx for the ssl termination in front of the multichain explorer.
answered Apr 16, 2018 by Alexoid
Hi that mean i have to install nginx and setup ssl? im using apache2 as of now.
Example if now im using https://abc.com:8443/mychain  when i switch to explorer
 now have to be http://abc.com:2750    (which i cant get through the 8443 SSL port) what should i do .
That is exactly what nginx does and what also apache is able to do. Just google for ssl termination.
...