Re: Re: Reverse Proxy to SSL web server: configuration example

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Axel,

To complete all the parameters, I saw that directive
SSLProxyEngine On
is needed as well.(It was hiding there from previous test)
So to make it clear, here are the successfull directives:
(The SSL key/crt files are copied from the web server)

<VirtualHost *:80>
    ServerAdmin admin@xxxxxxx
    ServerName proxy80.com
    ProxyPass / http://mywebserver.com/
    ProxyPassReverse / http://mywebserver.com/
    ErrorLog logs/error80.log
    TransferLog logs/access80.log
</VirtualHost>
# This creates a virtual host for SSL conections. They'll be proxy'ed w/o 
SSL.
<VirtualHost *:443>
    ServerAdmin admin@xxxxxxx
    ServerName proxy443.com
    SSLProxyEngine On
    ProxyPass / https://mywebserver.com/
    ProxyPassReverse / https://mywebserver.com/
    SSLEngine on
    SSLCertificateFile /etc/httpd/conf/server.crt
    SSLCertificateKeyFile /etc/httpd/conf/server.key
    ErrorLog logs/ssl-error.log
    TransferLog logs/ssl-access.log
</VirtualHost>

Best regards,

Zvi

"Axel-Stephane SMORGRAV" <Axel-Stephane.SMORGRAV@xxxxxxxxxxxxxx> wrote in 
message news:28D87C00C6E83540A814CFAE3FA63E3F5FEF66@xxxxxxxxxxxxxxxxxx
Definitely yes.


-ascs

-----Message d'origine-----
De : news [mailto:news@xxxxxxxxxxxxx] De la part de Zvi Kave
Envoyé : lundi 7 janvier 2008 15:02
À : users@xxxxxxxxxxxxxxxx
Objet :  Re: Reverse Proxy to SSL web server: configuration 
example

Do you mean, that I must copy the SSL crt/key files from the web  server to 
the proxy server ?

Zvi


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx





---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux