etclabscore / expedition

🧭 A block explorer for the Ethereum stack.
https://expedition.dev/
Apache License 2.0
65 stars 121 forks source link

how to run expedition on https ? #483

Closed akhater closed 3 years ago

akhater commented 3 years ago

I need to run expedition over https instead http, I was able to run expedition on https using HTTPS=true SSL_CRT_FILE=cert.pem SSL_KEY_FILE=privkey.pem env variables however the page is failing since the jade-service-runner is not running on https but rather on http

I am unable to find a way to make the jade-service-runner server https instead of http

any help ?

thank you

akhater commented 3 years ago

deployed a reverse proxy to solve this issue