How to run Mendix APP locally on HTTPS

0
I am working on an application where I am using open authentication module from Mendix app store. One of the requirements from Authentication Provider is that app should be running on HTTPS . Is there any way by which run my app locally on HTTPS ? I tried to add certificates in project settings / custom option, but not sure if this will help me in any way.  
asked
2 answers
5

See my answer here: https://forum.mendix.com/link/questions/90616

 

also https://ngrok.com/ is an alternative!

answered
1

Hi, 

https://stackoverflow.com/questions/616055/https-certificate-for-internal-use

This may help, there does not seem to be any easy way to do it. 

Is there a problem with deploying to mendix cloud? (appreciate this will take longer)

answered