TCPStream with SSL

BlitzPlus Forums/BlitzPlus Programming/TCPStream with SSL

mattm591(Posted 2009) [#1]
I am trying to open a TCP stream which connects to a server that must use SSL to connect.

I have tried the following:
yar = OpenTCPStream ( "sub.domain.net" , 443, 443 )
WriteLine ( yar , "GET https://sub.domain.net/cgi-bin/group_list.pl HTTPS/1.0" )
WriteLine ( yar , Chr($10) )

but it just returns a message from the server saying that Blitz tried to talk to it as plain text and not as ssl so it can't continue.

Does anyone know how I can get Blitz+ to use SSL connections for the TCP stream?

Thanks,

Matt


Knight #51(Posted 2009) [#2]
I have no idea. Ask the Blitz Research Team.


Wings(Posted 2009) [#3]
what dose the SSL RFC say about this ?