Hello everybody, I am trying to implement in my corporation, Apache+SSL in front-of I.I.S that be in the intranet, when I write on browser https://webmail.corporation.com.br, show me 2 certificates , the first is my apache and second is IIS. I don't know if it is correct? In below one piece of my ssl.conf. <VirtualHost _default_:443> # General setup for the virtual host, inherited from global configuration DocumentRoot "/var/www/html" ServerName webmail.cetelem.com.br:443 RewriteEngine On #RewriteMap damnpercent prg:/usr/local/bin/percent_rewrite RewriteCond $1 ^/.*\%.*$ RewriteRule (/.*) ${damnpercent:$1} [P] Redirect / http://spos13252.cetelembr.cnet.intra/exchange RewriteCond $1 ^/exchange/.*\%.*$ RewriteRule (/exchange/.*) ${damnpercent:$1} [P] RequestHeader set Front-End-Https "On" ProxyPass / http://fqdn_machine/exchange/ ProxyPassReverse / http://fqdn_machine/exchange/ ProxyPass /exchange http://fqdn_machine/exchange/ ProxyPassReverse /exchange http://fqdn_machine/exchange/ ProxyPass /exchweb http://fqdn_machine/exchweb/ ProxyPassReverse /exchweb http://fqdn_machine/exchweb/ ProxyPass /public http://fqdn_machine/public/ ProxyPassReverse /public http://fqdn_machine/public/ ProxyPass /iisadmpwd http://fqdn_machine/iisadmpwd/ ProxyPassReverse /iisadmpwd http://fqdn_machine/iisadmpwd/ CacheDisable * Redirect Permanent / https://webmail.mycorporation.com.br/ AllowCONNECT 443 PS.: I use Red Hat Enterprise 4 and I'm sorry by English poor. Best Regards -- Att, Paulo César Naves Mota Administrador de Redes CETELEM SERVICOS DO BRASIL LTDA - SP Av. Paulista, 1106 - 11º Andar 01310-914 - Bela Vista - São Paulo -SP Fone:+55 11 3377-0304 e-mail: paulo.mota@xxxxxxxxxxxxxx °v° /(_)\ ^ ^ LinuxUser: 412359 -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list