Hi dotnetjunkie
i am facing the same problem
u must have had got it resolved as its a very old thread
well i m implementing the same type application which has to communicate with an epp server and its in belgium too
the problem is not only very resembling but i think the same.
please guide how did u get it resolved?
i am having a problem with the server
your post was very helpful but please explain about ValidateServerCertificate in the line at the end
where is it coming from ? do i have to implement this method or property myself ? if yes then how ?
as a newbie i would appreciate if u "spoon feed" me . lol
Dim sslStream As New Net.Security.SslStream(client.GetStream, False, New Net.Security.RemoteCertificateValidationCallback(AddressOf ValidateServerCertificate), Nothing)
thanx