Allow to enable SSL for Health Check Server by configuration
See original GitHub issueHi,
we use some additional endpoints in the VertxBasedHealthCheckServer
which we want to secure by means of SSL like the main server.
Therefore we extended the configuration options of the health check server to allow configuration of such.
Maybe you are interested in such config option as well, I will create a PR 😃
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Configuring HTTP and HTTPS Application Health Checks
Configuring HTTP and HTTPS Application Health Checks. HTTP and HTTPS application health checks are “liveness” health checks that probe server applications ...
Read more >Configure health checks for your Classic Load Balancer
Learn how to configure health checks for your Classic Load Balancer. ... An HTTP or HTTPS GET request is issued to the instance...
Read more >Server Load Balancer:Configure and manage health checks
You can configure health checks by using the Server Load Balancer (SLB) console or by calling API operations. For more information, see ...
Read more >How to create a spring boot app with ssl.enable=true and a ...
Initially I thought that the setting management.ssl.enable=false would do the trick but it doesn't appear to be the case.
Read more >Configuring the HTTPS health monitor to use a client certificate
Log in to the Configuration utility. · Select Local Traffic. · Select SSL Certificates. · Select Import. · For Import Type, select Certificate....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
closed via #1349
I created https://github.com/eclipse/hono/pull/1239 to show the functionality. If it is ok, i can add some integration tests.