SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I've installed ddclient-3.7.3.tar.gz, and I'm trying to make it use SSL when updating my hostname at dyndns.org. It complains it cannot find IO::Socket::SSL, but CPAN says I have it:
Quote:
cpan> install IO::Socket::SSL
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
Database was generated on Sun, 16 Sep 2007 09:36:43 GMT
IO::Socket::SSL is up to date.
cpan>
ddclient debug says:
Quote:
FATAL: Error loading the Perl module IO::Socket::SSL needed for SSL connect.
FATAL: On Debian, the package libio-socket-ssl-perl must be installed.
What am I doing wrong?
Click here to see the post LQ members have rated as the most helpful post in this thread.
IO::Socket::SSL depends on Net::SSLeay, which CPAN apparently didn't install properly due to a timeout on a flaky repository. Reinstalling Net::SSLeay fixed the problem.
IO::Socket::SSL depends on Net::SSLeay, which CPAN apparently didn't install properly due to a timeout on a flaky repository. Reinstalling Net::SSLeay fixed the problem.
Thanks anyway.
Thanks
thank worked for me
However, now I get some strange error:
Quote:
*******************************************************************
Using the default of SSL_verify_mode of SSL_VERIFY_NONE for client
is deprecated! Please set SSL_verify_mode to SSL_VERIFY_PEER
together with SSL_ca_file|SSL_ca_path for verification.
If you really don't want to verify the certificate and keep the
connection open to Man-In-The-Middle attacks please set
SSL_verify_mode explicitly to SSL_VERIFY_NONE in your application.
*******************************************************************
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.