FYI: SSL on Ubuntu with 'sudo apt-get install python-pyopenssl'
Posted: April 8th, 2008, 2:04 pm
FYI: Installing pyOpenSSL on Ubuntu to enable SSL is easy: just a 'sudo apt-get install python-pyopenssl' and a restart of SABnzbd will do.
*Using* SSL: I have not been able to test that; xlned should support it on port 563, but I can't get a connection.
Quote from Beta announcement: "Linux and SSL. For linux users who are wanting to use SSL, you will require any version of pyopenssl greater than 0.6. "
*Using* SSL: I have not been able to test that; xlned should support it on port 563, but I can't get a connection.
Quote from Beta announcement: "Linux and SSL. For linux users who are wanting to use SSL, you will require any version of pyopenssl greater than 0.6. "
Code: Select all
sander@ubuntu804:~$ sudo apt-get install python-pyopenssl
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
python-openssl
Suggested packages:
python-openssl-dbg python-openssl-doc
The following NEW packages will be installed:
python-openssl python-pyopenssl
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 94.7kB of archives.
After this operation, 434kB of additional disk space will be used.
Do you want to continue [Y/n]?
Get:1 http://nl.archive.ubuntu.com hardy/main python-openssl 0.6-5 [86.7kB]
Get:2 http://nl.archive.ubuntu.com hardy/main python-pyopenssl 0.6-5 [8006B]
Fetched 94.7kB in 0s (154kB/s)
Selecting previously deselected package python-openssl.
(Reading database ... 169884 files and directories currently installed.)
Unpacking python-openssl (from .../python-openssl_0.6-5_amd64.deb) ...
Selecting previously deselected package python-pyopenssl.
Unpacking python-pyopenssl (from .../python-pyopenssl_0.6-5_all.deb) ...
Setting up python-openssl (0.6-5) ...
Setting up python-pyopenssl (0.6-5) ...
sander@ubuntu804:~$