We have a scenario where we are trying to access Openfire admin console behind AWS ELB using https
. The http
url works fine , but the https
does not work, and we see a 408 request timeout
error while debugging in the browser. We then went ahead and enabled the ELB Access logs. But on inspecting log files we do not find any information related to our request. For example we are not seeing information related to our GET
request and neither 408 error in the log. So we are not sure how we can investigate this further.
Thanks