Hi I’m just wondering if there is any way to connect testnet nem instance with ‘https’ not ‘http’.
I am using nemsdk and I tried to connect with instance as following.
in javascript
// Create a connector object
var connector = nem.com.websockets.connector.create(endpoint, address);
// Connect using connector
connector.connect()
I am using firebase server and it doesn’t allow me to use http request.
If I can get any solution, it would be so appreciated.
Thanks in advance