kumojin/extreme-carpaccio

Server doesn't send request to clients using https

Closed this issue · 0 comments

If a client register with an https schema the server fails to send request to it.

This is probably due to the fact that we use node:http in every case when we should use node:https when the client is using https.