Hi,
I have a rather open ended question here.
Any hints and suggestions appreciated.
I have Portal running HTTPS - if I hit https://portal.domain.com:50001/irj/portal - I get a nice SSL icon and everything is good.
I configured Web Dispatcher with End-to-End SSL
via <b>icm/server_port_1 = PROT=ROUTER,PORT=8443</b>
When I hit https://webdispatcher.domain.com:8443/irj/portal I get a nice SSL login page and everything is good.
This is what I am wary off - I intend to have apache configured as reverse proxy. It goes like this :
Apache <--
> web Dispatcher <
-> Portal/WebAS
Would just these entries suffice
ProxyPass /irj https://webdispatcher.domain.com:8443/irj
ProxyPassReverse /irj https://webdispatcher.domain.com:8443/irj
and the same for /logon
OR do I need SSL certificates on Apache ?
any hints greatly appreciated, full points to everyone.