I have serverA which act as a reverse proxy for serverB. What i wish to accomplish is to porxypass an https connection from serverA to serverB. In other words:
---https-->(serverA)---proxypass-https--->(serverB)
ServerA runs apache2 and ServerB runs nginx.
Is this possible?