why Apache with ssl but back end weblogic without ssl works?
- by huangli
    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