HighTechTalks DotNet Forums  

Working with SSL

ASP.net Web Services microsoft.public.dotnet.framework.aspnet.webservices


Discuss Working with SSL in the ASP.net Web Services forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Raja
 
Posts: n/a

Default Working with SSL - 08-13-2003 , 12:48 PM






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.Crea teFromSignedFile("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



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.