J
JeffreyT
Hi Experts,
I consider myself an advanced .NET developer but I am new to SSL. My
question is both simple and perhaps foolish.
I have a .NET Form client consuming a .NET WS via an https request.
I've setup a server-side certificate through a Certificate Authority.
I am using ICertificatePolicy, in my client code, to override the
validation of the server certificate. Hence, by default I think I am
telling the client app to just go ahead and assume the server-side
certificate is valid.
My questions are the following:
1) How do I know if the communication channel is "truely" secure? Is
my data really being encrypted?
2) Do I really not need a client-side certificate to use SSL for client
to server communication in my windows form app?
I consider myself an advanced .NET developer but I am new to SSL. My
question is both simple and perhaps foolish.
I have a .NET Form client consuming a .NET WS via an https request.
I've setup a server-side certificate through a Certificate Authority.
I am using ICertificatePolicy, in my client code, to override the
validation of the server certificate. Hence, by default I think I am
telling the client app to just go ahead and assume the server-side
certificate is valid.
My questions are the following:
1) How do I know if the communication channel is "truely" secure? Is
my data really being encrypted?
2) Do I really not need a client-side certificate to use SSL for client
to server communication in my windows form app?