How does springboot send https requests over nginx?

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.

Sep.09,2021

nginx can set up a proxy to your other services. There is no need to set up ssl,https to your nginx layer, which has nothing to do with the following springboot services

.
Menu