One SSL certificate (one domain) for two servers ?
- by marioosh.net
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 ?