mesg-foundation / js-sdk

Javascript mono-repo with all the tools to interact with MESG
https://mesg.com
4 stars 4 forks source link

Remove deprecated warning on the daemon commands #16

Closed antho1404 closed 4 years ago

antho1404 commented 5 years ago

Every daemon command display the same deprecated warning:

(node:32944) [DEP0123] DeprecationWarning: Setting the TLS ServerName to an IP address is not permitted by RFC 6066. This will be ignored in a future version.

This might be related to docker-machine and might not occurs with normal installation of the engine

NicolasMahe commented 5 years ago

I don't see this warning. I think it's docker-machine related as you say.

antho1404 commented 4 years ago

Cannot reproduce anymore