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
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