Luadch - How to use SSL

Guides for Hub Software

DSHub | ADCH++ | LUADCH
Locked
Toast

Luadch - How to use SSL

Post by Toast » 27 Mar 2008, 18:37

  • 1. compile luadch with openssl
    2. goto directory luadch/certs and run makecert.bat/.sh
    3. follow the instructions
    4. goto luadch/cfg and open cfg.tbl
    5. set "use_ssl = true,"
    6. set for example "ssl_ports = { 5000, 6000 }," when you want to use port 5000, 6000 for ssl connections
    7. if every thing is ok, luadch should debug something like this when you start it: (if debug modus is active)
..
** Loaded unknown_command.lua **
server.lua: new server listener on *:6110
server.lua: new server listener on *:4660
server.lua: new server listener on *:5000
server.lua: new server listener on *:6000
..
you can now connect to luadch via adcs://youraddy:5000

Toast

Re: Luadch - How to use SSL

Post by Toast » 06 May 2008, 18:44

Well u can run it under windows and linux if thats what your asking

http://www.openssl.org/

http://www.openssl.org/related/binaries.html

Locked