This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.
For more information, see this announcement post . Click the X in the top right-corner of this box to dismiss this message.
Old posts that have not been replied to for several years.
Ofloo
Owner
Posts: 953 Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:
Post
by Ofloo » Fri Apr 16, 2004 1:28 pm
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