we have had our firewall providers install an SSL certificate on the firewall and if we put an SSL certificate on the server ( website ) then will it conflict or it will run fine ?
Any advise on this will be highly appreciated.
we have had our firewall providers install an SSL certificate on the firewall and if we put an SSL certificate on the server ( website ) then will it conflict or it will run fine ?
Any advise on this will be highly appreciated.
So how SSL works is probably not what you expect, according to your description there will be two distinct connections, from the user to the firewall and from the firewall to the webserver.
From the user point of view, only the firewall certificate matters, it will be this one used to crypt the data.
If you activate ssl on the webserver and add a certificate, the only one seeing this certificate will be the firewall, so it has to be valid for the firewall client itself (if the firewall doesn't know the authority which signed the certificate, you'll have a validation problem if you don't add this authority certificate into the firewall certificate store).
Mostly in this case your firewall act as a reverse proxy, doing the user's SSL termination and initiating another SSL session between itself and the webserver.
In bad ascii art this may be shown like this:
user <--using firewall's cert--> Firewall <--using server's cert--> webserver