На 1.11 установлен debian8 и apache2.
На 1.31 установлен debian8, apache2 и rt(request tracker).
Внутри сети все работает отлично.
На 1.11 в конфиг апача добавлен файл:
Код: Выделить всё
root@srv:/etc/apache2/sites-available# cat rt.domain.ru.conf
<VirtualHost *:80>
ServerAdmin admin@domain.ru
ServerName rt.domain.ru
ServerAlias www.rt.domain.ru
SSLProxyEngine On
SSLCertificateFile<---->/etc/ssl/certs/ssl-cert-snakeoil.pem
SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key
SSLProxyCheckPeerCN on
SSLProxyCheckPeerExpire on
ProxyRequests Off
ProxyPreserveHost On
ProxyVia full
<proxy *>
Order deny,allow
Allow from all
</proxy>
ProxyPass / https://192.168.1.31/
ProxyPassReverse / https://192.168.1.31/
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
Код: Выделить всё
Proxy Error
The proxy server could not handle the request GET /.
Reason: Error during SSL Handshake with remote server
Вопросам не сильно владею, но желание разобраться есть...