Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Certificates, WSE 2.0, nothing works!
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01187173
Message ID:
01187723
Vues:
19
>
>Dim TUcert As X509Certificate = X509Certificate.CreateFromCertFile(mcCertFile)
>.
>.
>oRequest.ClientCertificates.Add(TUCert)
>.
>.
>oRequest.GetResponse()
>
Joe,

What you've described sounds rather complex to me, an outsider to your issue. However, I ran into something similar when accessing a secured web service, I was receiving error 403 access denied. In the end I found out that the cause of the problem was that my request wasn't accepting cookies. Are you using HttpWebRequest, if so, below is what fixed my problem:
oRequest.CookieContainer = New CookieContainer()
Hope this helps,
Dawa Tsering


"Do not let any unwholesome talk come out of your mouths,
but only what is helpful for building others up according to their needs,
that it may benefit those who listen."

- Ephesians 4:29-30 NIV

Dare to Question -- Care to Answer

Time is like water in a sponge, as long as you are willing you can always squeeze some.

--Lu Xun, Father of Modern Chinese Literature

Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform