Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Facing issue with Apache SSL with Webcenter

2770014Jul 22 2015 — edited Jul 27 2015

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 24 2015
Added on Jul 22 2015
4 comments
1,621 views