I have created an Express HTTPS server in Node.js. I have generated my own key and my own certificate, so obviously, when I go to:
https://localhost:4833
I get a connection is not secure
error. That's fine since it is not an "official" certificate.
But how do I go about deploying this server and using it in Android?
When I used just HTTP, I deployed my server on ngrok
and easily interacted with it. But I am unable to do the same with HTTPS since it doesn't seem to work with ngrok
and I get a 502
error.
Help?
via Aditya Kalra
No comments:
Post a Comment