我正在设置ubuntu服务器,并希望tomcat 8080端口监听https。 因为调用的页面(tomcat中的springboot API)是https。 这是tomcat放置https或通过某种方式通过代理的最佳解决方案。
示例:
Js ferch from
https://example.com
Springoot API at the moment in:
http://example.com:8080/foo
But I need to
https://example.com:8080/foo
什么是最佳解决方案?将API保持在tomcat端口8080中是好的,还是有其他好的解决方案?