3
I have a web service written using Springboot that runs on Tomcat and a client application written in Angularjs that runs on Apache2. I would like to know how the SSL issue works for this case. Should SSL be configured in Tomcat and Apache2? If so, can I use the same certificate (both applications are on the same host)? My need is beyond the security itself to have the site on HTTPS. Thank you very much in advance.
Quick question - is there any reason for you to separate the two applications? You can add or SPA application files as static/public features in Springboot, no?
– OnoSendai
I can, but thinking of a more scalable architecture for future things in my case should be separated the two applications.
– Danilo Andrade