problem description
learn the deployment of springboot. Nginx+ssl, is built on the server to handle all https requests and forward the requests to several springboot services, so that springboot itself does not have to deal with ssl-related. This part is fine. However, now springboot has to send https requests to other servers and how to send them through the deployed nginx without having to set up ssl itself.
Please give me some ideas or keywords, thank you.