'Access the SSL based spring boot API on port other than 443
I want to deploy Spring boot RestAPI with ssl configured as an executable .jar with embedded tomcat on windows server. Server on which jar will be deployed has other .war files running with SSL enabled web projects and RestAPI projects . Hence 443 is already occupied by external tomcat installed. After deploying my .jar RestAPI project. I want to access the API as https://example.com without explicitly providing port number. Here I will be using another unused port other than 443. I have read few posts regarding reverse proxy but I was not able to implement and understand it in my scenario.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
