history-tools
history-tools copied to clipboard
add https server functionality
for regular nodeos we have the https-server-address parameter. Can you please add in https functionality for the wasm ql server wql-listen
There are 2 common camps:
- All servers should support https
- It's a maintenance nightmare keeping up with mitigations for the never-ending stream of new https attacks. Leave it to the experts who maintain reverse proxies.
I'm in the 2nd camp. nginx is a good choice.
Makes sense. I will use the second approach. Thank you