Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-cloud-netflix
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
spring-cloud-netflix
Commits
43cab5f9
Commit
43cab5f9
authored
Oct 18, 2015
by
Dave Syer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify secure application discovery a bit
parent
fa75ddf4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
spring-cloud-netflix.adoc
docs/src/main/asciidoc/spring-cloud-netflix.adoc
+5
-6
No files found.
docs/src/main/asciidoc/spring-cloud-netflix.adoc
View file @
43cab5f9
...
...
@@ -112,17 +112,16 @@ NOTE: If your app is running behind a proxy, and the SSL termination
is in the proxy (e.g. if you run in Cloud Foundry or other platforms
as a service) then you will need to ensure that the proxy "forwarded"
headers are intercepted and handled by the application. An embedded
Tomcat container in a Spring Boot app does this automatically for most
proxies (since 1.3.0), but other containers might need explicit
configuration for the '
X
-
Forwarded
-\*`
headers
.
A
sign
that
you
got
this
wrong
will
be
that
the
links
rendered
by
your
app
to
itslef
will
be
wrong
(
the
wrong
host
,
port
or
protocol
).
Tomcat container in a Spring Boot app does this automatically if it
has explicit configuration for the '
X
-
Forwarded
-\*`
headers
.
A
sign
that
you
got
this
wrong
will
be
that
the
links
rendered
by
your
app
to
itself
will
be
wrong
(
the
wrong
host
,
port
or
protocol
).
===
Eureka
's Health Checks
By default, Eureka uses the client heartbeat to determine if a client is up.
Unless specified otherwise the Discovery Client will not propagate the
application Spring Boot Actuator current health check status
. Which means
current health check status of the application per the Spring Boot Actuator
. Which means
that after successful registration Eureka will always announce that the
application is in '
UP
' state. This behaviour can be altered by enabling
Eureka health checks, which results in propagating application status
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment