Hi Experts,
I am getting the following error message in Apache log file when I try to reach https://myhost/ -
*******Exception type [READ_ERROR_FROM_SERVER] (Unexpected EOF reading HTTP status - failover request based on Idempotent flag) raised at line 731 of URL.cpp
This error comes in when I use following configuration in my httpd.conf
<Location ~ "/pagelets/*">
SetHandler weblogic-handler
WebLogicCluster xx.xx.xx.xx:61001,yy.yy.yy.yy:61003
SecureProxy ON
WLProxySSL ON
Debug ON
</Location>
However when I use individual host & port it works i.e.
<Location ~ "/pagelets/*">
SetHandler weblogic-handler
WebLogicHost xx.xx.xx.xx
WebLogicPort 61001
SecureProxy ON
WLProxySSL ON
Debug ON
</Location>
Also, I face same error if I try to connect to SSL port of weblogic
I have enabled SSL at Weblogic and also I have checked WebLogic plugin Enabled flag.
Request your help
Regards,
Mohit