Search code examples
spring-boothttpsnetflix-zuul

Zuul proxy and ssl


I have a Spring boot project that is setup as a zuul proxy that is functioning as a api gateway for my rest services. I am now having problems with https which makes sense because I haven't configured https yet. One solution is to run nginx on port 443 and then forward all requests to the zuul proxy however that is extra overhead. So that is no solution.

Do I have to configure the zuul proxy to use the certificates or do I have to configure all the individual rest services? What does the zuul proxy do with incoming requests? Does it forward the request or create a new one?


Solution

  • Possible duplicated, if this answer helps you please someone marks as duplicated this questions else let me know what is the difference? . Error when Zuul routing to a HTTPS url