HighTechTalks DotNet Forums  

SslStream Problem on Windows Vista

Dotnet Framework microsoft.public.dotnet.framework


Discuss SslStream Problem on Windows Vista in the Dotnet Framework forum.



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

Default SslStream Problem on Windows Vista - 10-09-2007 , 09:16 PM






Hello there,

I have an app that connects to a Server (running on remote machine,
server is written in TCL) with TLS, all works fine under Windows XP but
if i use the App under Windows Vista it doesnt works.

It raises an Exception on:

s.AuthenticateAsClient(server, Nothing, SslProtocols.Tls, False)

that a call to SSPI (or smt like that, dont have vista around here atm)
cant be done, coz it doesnt get a connection to this Service.

Validation is done by:

Public Function ValidateServerCertificate(...) As Boolean
Return True
End Function

(dont forgot under XP it works fine)

using Visual Studio 2005 SP1

thanks for help, greets ProlyX

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 - 2008, Jelsoft Enterprises Ltd.