Install OpenSSL and TLS

Here we will see how to install OpenSSL and TLS if your server supports it.

1. Install OpenSSL

– from source

wget https://www.openssl.org/source/openssl-1.1.0c.tar.gz
tar -xzvf openssl-1.1.0c.tar.gz
cd openssl-1.1.0c
./config
make
make test
make install

– using apt

apt-get install openssl libssl-dev

2. Install TLS for Tcl

– from source

wget http://downloads.sourceforge.net/project/tls/tls/1.6.7/tls1.6.7-src.tar.gz
tar -xzvf tls1.6.7-src.tar.gz
cd tls1.6.7
./configure

./configure --with-tcl=/usr/lib/tcl8.4/ --with-tclinclude=/usr/include/tcl8.4/ --with-ssl-dir=/usr/
(depends of what version of TCL/TK you have)
make
make install

– using apt

apt-get install tcltls

3. Check if it’s installed:

tclsh
% package require tls
1.50 
% exit

 

  • 3 Users Found This Useful
Was this answer helpful?

Related Articles

How To Install EggDrop

Eggdrop is the most advanced, most popular, and best supported IRC bot. If you’ve never used a...

Using Your Eggdrop

Log on to the partyline Now that your bot is online, you’ll want to join the partyline to...

Frequently Asked Questions

Eggdrop FAQ How to start my eggdrop? How do I make the bot auto-op people? How do I make the...

Configuring eggdrop with IPv6

IPv6 support This document provides information about IPv6 support which is eggdrop feature...

GeoIP.dat.gz and GeoLiteCity.dat.gz not longer available?

Are you trying to use any TCL that requires GeoIP database like BlackCountry tcl by BLaCkShaDoW?...

Powered by WHMCompleteSolution