SSL (secure sockets layer) Web Service problem

burak

Well-known member
Joined
Jun 17, 2003
Messages
127
Hello,

I have a vb.net dll that calls an ssl web service. In
order to add this web service to the dll project, I
accepted a certificate. I was then able to compile the
dll and call it from another vb app.

For some reason, when I call this dll from a web app
or a vb app that is not on the same server, I am
getting a

"The underlying connection was closed: Could not
establish trust relationship with remote server."

error.

Do you know the reason for this?

Thank you,

Burak
 
Back
Top