I have an Apache Httpd running as my RPS in front of some Weblogic and Coherence servers. I have the rps configured for ssl, and to deny SSLv3 and SSLv2 requests. So when I got to the specific url (Virtual IP) that houses the multiple servers I am fine.
I have a vulnerability scanner that says the server IP (different from site url) lets in SSLv3, and SSLv2 requests in. But when scanning the VIP for the site it says I am fine because Apache is configured.
My thoughts on this are to set up both Apache and Weblogic for SSL. Would this be a good idea? or am I being more paranoid than I should be?
Suggestions?