One SSL certificate (one domain) for two servers ?
        Posted  
        
            by 
                marioosh.net
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by marioosh.net
        
        
        
        Published on 2011-02-21T13:53:02Z
        Indexed on 
            2011/02/21
            15:26 UTC
        
        
        Read the original article
        Hit count: 487
        
ssl
|ssl-certificate
I have two servers. On SERVER1 i have configured SSL certificate (on Apache) for domain https://somedomain.com. I need to connect to my working domain some app that exists on remote server SERVER2 - working app for example: https://remoteapps.com/remoteApp. I used mod_proxy to do it, but SSL certificate doesn't work.
ProxyPass /remoteApp  https://remoteapps.com/remoteApp
ProxyPassReverse /remoteApp  https://myapp.com/remoteApp
How to make certificate for https://somedomain.com/remoteApp work too ?
© Server Fault or respective owner