Hi All, maybe not a question i should ask here, but i figured that there could be someone that battered his head to wall because of the same problem i'm having. ;) I'm writing a PHP based webinterface thingy for FreeVSD It works fine with plain text sockets on port 1725 of VSD, but I was just playing around with the SSL version of VSD but I can't figure out how to make a socket connection with PHP to a server and than authenticate it using a certificate and a key. i figured out the folowing: fsockopen can make a ssl connection with the following code: fsockopen(ssl://hostname, 1726); When i have the connection i could use php's openssl functions for sealing, verifying, opening and signing data, but I don't have the expert knowledge on the ssl protocol that I need to get it to work. Is there anyone that has figured this out or does anyone have a clue on where to start on this?
Many thanks in advance, Maarten Engelen ------------------------- The freeVSD Support List -------------------------- Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support Archives: http://freevsd.org/support/mail-archives/freevsd-support -----------------------------------------------------------------------------
