How to run the app on port 443.

and how to run the openmrs-sdk app on port 443

You could use the -Dport parameter to specify a port.

ex: mvn openmrs-sdk:run -Dport=8000

I don’t think the SDK supports running on HTTPS by default. if its a requirement you have , you could consider running nginix or any other proxy infront of your app and configure it to listen on 443

1 Like