Winsock with SSL ?
Visual Basic
3
Posts
2
Posters
0
Views
1
Watching
-
Hi, I am using VB6 and in one of my project I want to use winsock control with SSL . I didn't find anything how to do it ? Is it possible to use ssl somthing like this : "Enablessl = true" ?? Any ideas will be helpful to me . :-> Thanks, Dan
-
Hi, I am using VB6 and in one of my project I want to use winsock control with SSL . I didn't find anything how to do it ? Is it possible to use ssl somthing like this : "Enablessl = true" ?? Any ideas will be helpful to me . :-> Thanks, Dan
-
Try OpenSSL I didn't use it but this may solve your problem. Hope it helps !
AliAmjad(MCP)
Hi, Thanks, That's a good idea. But I was looking for somthing that I can use the ssl stream class which is available in .NET 2.0 . Any suggestions?