Operating System - HP-UX
1748261 Members
3639 Online
108760 Solutions
New Discussion

how to use ftp with SSL / ftps on hp ux server.

 
a-
Occasional Contributor

how to use ftp with SSL / ftps on hp ux server.

Hello experts,

 

Kindly help on the below issue.

 

While doing the ftps / ftp with ssl on hp ux server following error is showing.

 

As you can see below normal ftp is working fine having trouble with ftp with ssl.

 


$ ftp
ftp>
ftp> bye
$ ftps
sh: ftps: not found.
$ ftp -z ssl
WARNING! SSL/TLS initialization failed
WARNING! Continuing in a Fallback mode
ftp> bye
$

 

How to inistilalize the ftp with SSL.

 

Thanks And Regards,

Sumit Gadekar

 

 

1 REPLY 1
Joshwa
New Member

Re: how to use ftp with SSL / ftps on hp ux server.

Hi 

You have to edit the inetd.conf 

/etc/inetd.conf

# grep ftp /etc/inetd.conf
ftp stream tcp6 nowait root /usr/lbin/ftpd ftpd -l -L -a -z config=/etc/ftpd/security/tls.conf

Please verify whether your ftpd is configured with -z option to use SSL , like in above statement

P S : Please do this change in ftp server machine not with ftp client machine