HTTPS on the backend
Dear all,
I know that what I'm going to ask is not technically clean or correct, but I want to know if the possibilty exists. At the moment I have a vThunder version 2.7.2-P10 who is doing SSL offload for my applications and balance on the backend over different HTTP ports. Suppose that instead of HTTP I need to balance on the backend over HTTPS but not in plain mode. Instead I want to balance with full SSL handshake but with another certificate different from the one used on the frontend. Is that possible?
Thanks
Luca
I know that what I'm going to ask is not technically clean or correct, but I want to know if the possibilty exists. At the moment I have a vThunder version 2.7.2-P10 who is doing SSL offload for my applications and balance on the backend over different HTTP ports. Suppose that instead of HTTP I need to balance on the backend over HTTPS but not in plain mode. Instead I want to balance with full SSL handshake but with another certificate different from the one used on the frontend. Is that possible?
Thanks
Luca
0
Comments
Sure, you just need to specify a ServerSsl template into your Vport.
Regards
Have a look at the options in the "Server SSL Template".
Where a service with only a "Client SSL Template" does SSL-Offload, adding a "Server SSL Template" will do SSL-Onloading to the server as well.
Greetings,
Diederik
Luca
I have a similiar configuration but in my case I want to use the same certificate in both sides. Same for clients that for the backend servers.
How can I do that?
Thanks in advance