Почему Apache с SSL, но бэкэндом Weblogic без работ SSL?

Это непосредственно не отвечает на Ваш вопрос, но Вы рассмотрели выполнение гипервизора без операционной системы как VMware vSphere?

2
задан 21 July 2012 в 21:13
3 ответа

A setup like this with the web server in a DMZ and the clients unable to access the Weblogic hosts directly is quite common. Client HTTPS connections terminate at the web server on the DMZ and authentication and authorisation takes place there. If this is successful then the connections are proxied as HTTP down to the application layer.

As long as it is not possible for clients to connect to the Weblogic hosts directly then this is quite safe and has the advantage that all of the SSL configuration is in once place on the web server.

3
ответ дан 3 December 2019 в 10:11

Once the traffic hits the apache server it is decrypted. When it is proxied, the traffic on the other side of the apache machine is not encrypted any more. You could turn ssl on for the weblogic servers but that gets a little tricky with making sure the apache machine trusts the CA for the connection and also adds extra ssl overhead.

1
ответ дан 3 December 2019 в 10:11

I столкнулся с аналогичной проблемой, но я думаю, вам нужно использовать mod_wl128_ (версия apache). поэтому в вашей конфигурации apache.

0
ответ дан 3 December 2019 в 10:11

Теги

Похожие вопросы