history-tools icon indicating copy to clipboard operation
history-tools copied to clipboard

add https server functionality

Open Thomas55777 opened this issue 5 years ago • 2 comments

for regular nodeos we have the https-server-address parameter. Can you please add in https functionality for the wasm ql server wql-listen

Thomas55777 avatar Apr 07 '20 18:04 Thomas55777

There are 2 common camps:

  1. All servers should support https
  2. 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.

tbfleming avatar Apr 07 '20 18:04 tbfleming

Makes sense. I will use the second approach. Thank you

Thomas55777 avatar Apr 09 '20 15:04 Thomas55777