microservices-with-spring-sectionwise-code
microservices-with-spring-sectionwise-code copied to clipboard
Connection through api-gateway fails on docker
trafficstars
Hi, I'm using spring cloud api-gateway with SSL, when running services on host - all is working as expected. But when running on docker - I'm having issues to connect through the api-gateway (accessing the services directly is ok). That the error that I get when accessing a service through Swagger: Bad Request. This combination of host and port requires TLS.
What can be the reason for that?
Thanks!