Im using a url for ELB healthcheck in AWS.
This health check is working with
Http:1140/<myurltoapplication>
and the attached Ec2 Instance were showing as Inservice
but when i use
Https:11402/<myurltoapplication>
the healthcheck fails and the attached Ec2 instances were showing OutofService.
Not able to figure out the issue.Please help!!
After executing the curl command
curl -kv https://<ip>:11402/<myurl>
im getting below response
About to connect() to <ip> port 11402 (#0)
* Trying <ip> connected
* Connected to <ip> (<ip>) port 11402 (#0)
* Initializing NSS with certpath: *****
* warning: ignoring value of ssl.verifyhost
and i tried
curl -I <ip>:11402/<myurl>
as mentioned below
http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/ts-elb-healthcheck.html
it doesnt return any result