KomodoPlatform / komodo-defi-framework

This is the official Komodo DeFi Framework repository
https://komodoplatform.com/en/docs/komodo-defi-framework/
104 stars 94 forks source link

implement secure (https) tcp connection in adex-cli #1873

Open rozhkovdmitrii opened 1 year ago

rozhkovdmitrii commented 1 year ago

Impact

If we want CLI to work with remote nodes, then yes it should work over HTTP

Should be HTTPS, else the rpc password is sent in cleartext over internet. There is an issue about this https://github.com/KomodoPlatform/atomicDEX-API/issues/1324 and i think it's an easy task.

Related links

rozhkovdmitrii commented 1 year ago

@shamardy, @cipig

onur-ozkan commented 1 year ago

Provide secure (https) connection to mm2 was confusing since we already have it implemented, so I updated the title.