Ryan Baxter
Ryan Baxter
Ping @candrews, could you add a test?
Ping @candrews care to continue working on this PR?
I read through the Spring Boot issue and it just seemed like he made a request with a `x-forwarded-poto` header to zuul and zuul tacked on the same value to...
So does it then become the developers responsibility to set the status to `UP`?
I thought it was the heartbeat that determined whether an app was `UP` by default. If actuator is on the path and you set ``` eureka: client: healthcheck: enabled: true...
+1 adding additional documentation around how to configure this would be helpful
Can you show us the configuration that you think should work?
Is that all of the configuration? Shouldnt you also be enabling SSL via Spring Boot configuration?
Looks like your configuration is a little off, it should be ``` eureka: instance: nonSecurePortEnabled: false hostname: 172.25.1.2 prefer-ip-address: false securePortEnabled: true secure-port: ${server.port} client: service-url: defaultZone: https://localhost:8761/eureka ``` As...
I am going off what our documentation states about [registering secure applications](http://cloud.spring.io/spring-cloud-static/Camden.SR6/#_registering_a_secure_application). I would stick with what the documentation states. We dont have any plans that I know of to...