On Fri, 20 Jan 2006, Moehrke, John (GE Healthcare) wrote:
I need to talk to a server that is requiring pure TLS. It seems that STUNNEL always starts with SSL. How do I get STUNNEL to start the client side conversation with TLS?
http://www.stunnel.org/faq/stunnel.html#global_options
ciphers = cipherlist
Select permitted SSL ciphers
A colon delimited list of the ciphers to allow in the SSL connection. For example DES-CBC3-SHA:IDEA-CBC-MD5
For an exhaustive table of allowed ciphersuite values, if it's not in the stunnel manual check http://www.modssl.org/docs/2.8/ssl_reference.html#ToC9
Jan