why Apache with ssl but back end weblogic without ssl works?

Posted by huangli on Server Fault See other posts from Server Fault or by huangli
Published on 2012-06-15T08:13:14Z Indexed on 2012/06/16 21:17 UTC
Read the original article Hit count: 171

Filed under:
|
|

    Hello everyone. my question is very simple . The link below is a picture about my architecture.

https://docs.google.com/open?id=0BxSXbpgYIZVOR212RVk4ZDN1Sm8.

     The pic above shows the architecture right now and it works correctly ! which means I could visit apache with url https//apchehost:8080, could not visit the web app with https served by weblogic but I could visit these app with https served by Apache(Apache is proxy server).
     My question is why the Apache is configured with ssl but weblogic without ssl works ? I think weblogic should also configured with ssl . If this works , what about security level ? Is the ssl really works if only Apache configured with ssl but Weblogic without it ? Thanks .

condition:
    Apache 2.2.17 with weblogic module mod_wl_22.so 
    Weblogic: 10.3
    OS: Windows server 2003

© Server Fault or respective owner

Related posts about apache2

Related posts about ssl