Hi

For Apache this is how I do it:

NameVirtualHost x.x.x.x:443
<VirtualHost x.x.x.x:443>
    ServerName public.mydomain.com
    SSLEngine On
    SSLProxyEngine On
    SSLCertificateFile conf/ssl/public.mydomain.com.crt
    SSLCertificateKeyFile conf/ssl/public.mydomain.com.key
    SSLProxyCACertificateFile conf/ssl/sipxecs.internal.com.crt
    ProxyPass /sipxconfig https://sipxecs.internal.com:8443/sipxconfig
    ProxyPassReverse /sipxconfig
https://sipxecs.internal.com:8443/sipxconfig
</VirtualHost>

The key lines for the reverse SSL proxying being "SSLProxyEngine On" and the
"SSLProxyCACertificateFile", which loads the certificate of your SIPXecs
server as a trusted certificate (if you are using default self-signed
certificate on SIPXecs).

On Wed, Sep 1, 2010 at 12:53 PM, Flatfender <[email protected]> wrote:

> On Tue, Aug 31, 2010 at 8:42 PM, Justin Menga <[email protected]>
> wrote:
> > Hi
> > I have similar setup working OK using Apache as reverse proxy.
> > I found that I had to maintain the /sipxconfig base path for it to work
> > correctly.
> > So a simpler setup like:
> > https://public.mydomain.com/sipxconfig ---- reverse proxying to --->
> > https://sipxecs-server:8443/sipxconfig
> > should work....
> > Regards
> > Justin
>
> I've always had trouble getting proxing working when it was https --->
> https     https ----> http always seems to work, but the whole SSL
> cert thing always failed for me I'd be interested in seeing the proxy
> setup?
>
> Thanks,
>
> Matt P.
>
_______________________________________________
sipx-users mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Reply via email to