sslweblogicweblogic-10.xnetscaler

how would you setup SSL end to end with weblogic through a netscaler


New to weblogic and netscaler need help with the architecture

I want to expose a service on weblogic to the internet so mobile users can access a webservice.currently internal traffic works ok when users directly access the site eg http://xxx.internal.local:7001

i need to have SSL enabled end to end for both internal users and External users and the ability to access the webservice externally and internally

Traffic flow

SAN Cert (has local domain and external domain) installed and imported into the weblogic Java key Stores.

What is the best way to achieve this?

Things we have tried

Netscaler admin configuring SSL Pass through on the Netscaler - eg no decrypt and re encrypt and forwards 443 port to 7002

CNAME setup in the internal DNS to point xxx.external.com to xxx.internal.local

i am unclear how this should be configured with having external domain and internal domain together with having netscaler doing SSL bridging - is there a better way to get this done - eg have the netscaler offload SSL at VIP and re ncrypt back to weblogic and changing the HTTP host headers to match the internal domain name (reverse proxy)

Thanks in advance


Solution

  • Thanks All for the feedback. The tested working solution was as follows .