tls ssl socket support

Old posts that have not been replied to for several years.
Locked
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

tls ssl socket support

Post by Ofloo »

Code: Select all

  package require tls
  ::tls::init -certfile certs/server-public.pem -keyfile certs/server-private.pem -ssl2 1 -ssl3 1 -tls1 0 -require 0 -request 0
  ::tls::socket -server server $ports
what is wrong with that for some reason won't work ..
i get it to work without the tls (ssl) normal socket but id like to add ssl someone ?? the only thing i get is blank lines ..
XplaiN but think of me as stupid
Locked