How can I connect to test net instance using web sockets with 'https'

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

1 Like

@Quantum_Mechanics could you help?

1 Like