D
David Gardner
I would like to know if it's possible to set up two seperate servers with the
same SSL certificate and not have the customer/client notice anything when
traffic goes from one server to the other (no SSL security notices or
anything). Here is the detailed scenario:
1) Server A with cert for "mydomain.com" located at https://A.mydomain.com/
sends page to client.
2) Client enters information on form and clicks submit. Browser Posts
information to Server B with a cert for "mydomain.com" located at
https://B.mydomain.com/.
3) Server B records information from form and sends a redirect response to
the client.
4) Client sees redirect request and requests a page from Server A and is
back with the original server.
Is this possible with out getting any security warnings from your browser?
Is this even the correct newsgroup to ask this question in? (It is a asp.net
application but I realize it's not an asp.net specific question. If some has
another place that this question would better fit please let me know).
Thanks for any thoughts!
Regards,
David Gardner
same SSL certificate and not have the customer/client notice anything when
traffic goes from one server to the other (no SSL security notices or
anything). Here is the detailed scenario:
1) Server A with cert for "mydomain.com" located at https://A.mydomain.com/
sends page to client.
2) Client enters information on form and clicks submit. Browser Posts
information to Server B with a cert for "mydomain.com" located at
https://B.mydomain.com/.
3) Server B records information from form and sends a redirect response to
the client.
4) Client sees redirect request and requests a page from Server A and is
back with the original server.
Is this possible with out getting any security warnings from your browser?
Is this even the correct newsgroup to ask this question in? (It is a asp.net
application but I realize it's not an asp.net specific question. If some has
another place that this question would better fit please let me know).
Thanks for any thoughts!
Regards,
David Gardner