<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: issues with proftpd with ssl in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/issues-with-proftpd-with-ssl/m-p/5031290#M739735</link>
    <description>Thank you all for your responses.Somehow I get answers to my problems myself immediately after posting my problems in this forum.It seems this forum is lucky.&lt;BR /&gt;The problem was neither with SSL nor with proftpd settings.Actually what happened was I had CHROOT setting done in proftpd directory so as to jail users in a specific directory only.However the user was not having X permissions on directory!!!I am surprised however to see that failure of CHROOT should cause logoff!&lt;BR /&gt;Any ways I have another problem-I am able to successfully connect to the server using coreFTP but no luck using Reflection.May be I'll post another thread.&lt;BR /&gt;Thanks all again for your generous help.</description>
    <pubDate>Thu, 01 Mar 2007 09:47:27 GMT</pubDate>
    <dc:creator>Yog</dc:creator>
    <dc:date>2007-03-01T09:47:27Z</dc:date>
    <item>
      <title>issues with proftpd with ssl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issues-with-proftpd-with-ssl/m-p/5031286#M739731</link>
      <description>I have installed proftpd 1.3.0 on HP-UX 11.11 with OpenSSL 0.9.8d .I created cert,key,CA and have configured proftpd.conf&lt;BR /&gt;When I try connecting from ftp client like reflection or coreftp,i get correct certificate but then my login credentials do not work and I get messages as below on coreftp console&lt;BR /&gt;&lt;BR /&gt;0 ProFTPD 1.3.0a Server (ProFTPD Installation) [IP Address]&lt;BR /&gt;AUTH SSL&lt;BR /&gt;234 AUTH SSL successful&lt;BR /&gt;TLSv1, cipher TLSv1/SSLv3 (DHE-RSA-AES256-SHA) - 256 bit&lt;BR /&gt;USER test&lt;BR /&gt;331 Password required for test.&lt;BR /&gt;PASS **********&lt;BR /&gt;530 Login incorrect.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This's happening even when I ensured password for test is correct.&lt;BR /&gt;In my proftpd.conf,i am using TLSProtocol SSLv23</description>
      <pubDate>Thu, 01 Mar 2007 05:49:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issues-with-proftpd-with-ssl/m-p/5031286#M739731</guid>
      <dc:creator>Yog</dc:creator>
      <dc:date>2007-03-01T05:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: issues with proftpd with ssl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issues-with-proftpd-with-ssl/m-p/5031287#M739732</link>
      <description>Hi Yog,&lt;BR /&gt;any additional info in the log file ?&lt;BR /&gt;Have you tried resetting the password for test ? Account may be disabled by repeated login attempts.</description>
      <pubDate>Thu, 01 Mar 2007 06:48:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issues-with-proftpd-with-ssl/m-p/5031287#M739732</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2007-03-01T06:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: issues with proftpd with ssl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issues-with-proftpd-with-ssl/m-p/5031288#M739733</link>
      <description>Read the proftpd logs, they may have more clues. &lt;BR /&gt;&lt;BR /&gt;When a client is refused, the *reason* of the refusal is not normally reported to the client, because the client might be a hostile intruder at that point. The "530 Login incorrect" is a general "no, you won't get in" message - it does not reveal whether the username exists or not.&lt;BR /&gt;&lt;BR /&gt;The proftpd log files may have more detailed information about the login attempt, including the reason why access was denied.</description>
      <pubDate>Thu, 01 Mar 2007 06:48:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issues-with-proftpd-with-ssl/m-p/5031288#M739733</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2007-03-01T06:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: issues with proftpd with ssl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issues-with-proftpd-with-ssl/m-p/5031289#M739734</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Simple tests:&lt;BR /&gt;1) backout the ssl configuration and see if the problem persists. You may need to merely follow the proftpd isntallation guide more carefully. This issue may not be related to ssl. I've seen nothing to indicate that it is.&lt;BR /&gt;2) If it works without ssl, recheck the procedure you used to generate that huge 256 bit cypher and file permissions.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 01 Mar 2007 07:14:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issues-with-proftpd-with-ssl/m-p/5031289#M739734</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-03-01T07:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: issues with proftpd with ssl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issues-with-proftpd-with-ssl/m-p/5031290#M739735</link>
      <description>Thank you all for your responses.Somehow I get answers to my problems myself immediately after posting my problems in this forum.It seems this forum is lucky.&lt;BR /&gt;The problem was neither with SSL nor with proftpd settings.Actually what happened was I had CHROOT setting done in proftpd directory so as to jail users in a specific directory only.However the user was not having X permissions on directory!!!I am surprised however to see that failure of CHROOT should cause logoff!&lt;BR /&gt;Any ways I have another problem-I am able to successfully connect to the server using coreFTP but no luck using Reflection.May be I'll post another thread.&lt;BR /&gt;Thanks all again for your generous help.</description>
      <pubDate>Thu, 01 Mar 2007 09:47:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issues-with-proftpd-with-ssl/m-p/5031290#M739735</guid>
      <dc:creator>Yog</dc:creator>
      <dc:date>2007-03-01T09:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: issues with proftpd with ssl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/issues-with-proftpd-with-ssl/m-p/5031291#M739736</link>
      <description>Please see my response above</description>
      <pubDate>Thu, 01 Mar 2007 09:49:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/issues-with-proftpd-with-ssl/m-p/5031291#M739736</guid>
      <dc:creator>Yog</dc:creator>
      <dc:date>2007-03-01T09:49:38Z</dc:date>
    </item>
  </channel>
</rss>

