Working with SSL

R

Raja

hello all!!!
i'm working with ssl, this is my first time in this subject. I need to use a
webservices that authenticated the access. They gave me two certificates,
one .p12 and one .pem
The .pem certificate they said i have to put it into the "local computer"
certificates' storage, and import it into trusted root authorithies. the
..p12 i import it to the "current user account" certificates' storage, on
personal directory. I export the personal certificate to .cer base 64 and
use the next code:

Dim Prueba As New localhost.GeoServiceService()
Prueba.ClientCertificates.Add(X509Certificate.CreateFromSignedFile("C:\Inetp
ub\wwwroot\ubicar\ubicar.cer"))

Dim c As String = Prueba.GeoLogin("XXX", "XX")


when i trying to used the function geologin, the provider told me that he
dont recive the trusted authoritied or something like that
i tried in internet explorer browser to acces the page where the webservice
is located and asked me for the certificates, i chose the correct one, and
granted me access.
Anyone could help me about this?
Thanks
Raja
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,994
Messages
2,570,223
Members
46,810
Latest member
Kassie0918

Latest Threads

Top