Jump to content


nouveau

Member Since 15 Apr 2014
Offline Last Active 16 Apr 2014 00:04
-----

Topics I've Started

vsftpd SSL issues (SSL not compiled?) on DM8000

15 April 2014 - 14:01

Hi,

 

I'm running the latest openpli image for DM8000 and I have serious issues to get vsftpd to work over ssl. I have created cert and I have these options in /etc/vsftpd.conf

 

ssl_enable=YES
allow_anon_ssl=NO
force_local_data_ssl=NO
force_local_logins_ssl=NO
ssl_tlsv1=YES
ssl_sslv2=NO
ssl_sslv3=NO
rsa_cert_file=/etc/vsftpd.pem

 

(.pem cert file is located in /etc)

 

 

When connecting ftplog says "OOPS: SSL: ssl_enable is set but SSL support not compiled in" and according to some googleing, it means vsftpd is not compiled to work with ssl.

Does that mean the vsftpd version thats in latest openpli dosen't have ssl support?

I can't compile myself since I cant install any compiler, like "make" on the DM8000. I've tried and no luck.

 

root@dm8000:/etc# ldd /usr/sbin/vsftpd

libcrypt.so.1 => /lib/libcrypt.so.1 (0x7722c000)
libcap.so.2 => /lib/libcap.so.2 (0x77218000)
libc.so.6 => /lib/libc.so.6 (0x770a0000)
/lib/ld.so.1 (0x77270000)

Shouldn't I have some kind of libssl.so file here?

 

 

Also, the latest openpli image for DM8000 dosen't seem to have the latest openssl 1.0.1g?

 

OpenSSL> version
OpenSSL 1.0.1e 11 Feb 2013

 

 

 

I'm grateful for any help.

 

 

regards

 

nouveau