Re: Winsock array and SSL
Does anybody know how to modify these examples, so they'll work with a Winsock array?
http://www.pscode.com/vb/scripts/Sho...49170&lngWId=1
http://www.pscode.com/vb/scripts/Sho...43694&lngWId=1
Or does anybody have an example with OpenSSL or any other freeware DLL's to transfer data with SSL?
Re: Winsock array and SSL
Re: Winsock array and SSL
Sorry, they're fixed now.
Re: Winsock array and SSL
You'll need to use an array of that SSL class (for the first example). In order to do that and still be able to have the events, you need to do something like this:
http://www.vbforums.com/showthread.php?t=372811
Re: Winsock array and SSL
Re: [RESOLVED] Winsock array and SSL
Re: [RESOLVED] Winsock array and SSL
Does anybody have a good example how to use SSL with a Winsock array? I can't believe nobody has ever tried to use Winsock + SSL for anything other than downloading a simple webpage. Somebody must have used SSL for downloading/uploading files with a Winsock array with all the events available?
I tried to use the example from the link above, but soon gave up, because it was too complicated to implement. I need to be able to switch between normal usage and SSL, like setting a property, so the user can check/uncheck a checkbox to connect via SSL or not.