Re: [Proftpd-user] mod_tls unexpected OpenSSL error, disconnecting

"TJ Saunders" <[email protected]>
Newsgroups gmane.network.proftpd.user
Message-ID <[email protected]>
> We are seeing the following disconnects on the /var/log/messages file 
> 
> Mar 24 07:23:42 gs672-surya proftpd[16987]: localhost 
> (***.***.***[***.***.***]) - mod_tls/2.8: unexpected OpenSSL error, 
> disconnecting
> 
> Mar 24 07:23:43 gs672-surya proftpd[16990]: localhost 
> (***.***.***[***.***.***]) - mod_tls/2.8: unexpected OpenSSL error, 
> disconnecting
> 
> Mar 24 08:05:07 gs672-surya proftpd[28159]: localhost 
> (***.***.***[***.***.***]) - mod_tls/2.8: unexpected OpenSSL error, 
> disconnecting
> 
> I upgraded Proftpd to the latest version 1.3.7rc3 but users are still 
> seeing these disconnects. Has anyone out there having seeing having 
> this issue?

I think we will need some more information in order to help better.  Could you configure logging for mod_tls, using the following:

  <IfModule mod_tls.c>
    TLSLog /var/log/proftpd/tls.log
    TraceLog /var/log/proftpd/tls.log
    Trace tls:20
  </IfModule>

This configures both the normal mod_tls logging AND trace logging; the resulting log file could grow quite large, but will hopefully provide more details on these errors.

TJ


_______________________________________________
ProFTPD Users List   <[email protected]>
Unsubscribe problems?
http://www.proftpd.org/list-unsub.html
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.