Hello,
> Recently I installed pure-ftpd with TLS support.
> 
> However, when I try to connect I get an answer like:
> 
> Fatal error: SSL_connect: error:0D0680A8:asn1 encoding
> routines:ASN1_CHECK_TLEN:wrong tag
> 
> 
> Does any one have an ideia what is this? Where can be the problem? How
> to solve?
When client negotiates SSL session first this that has
ASN1 structure (and is get from server) is server certificate.
My suggestion is to check server certificate, try to
verify this certificate, display ...
If you have on client tools like ssldump or wireshark then
output from this tools will be helpful too.
You may also connect from client with "openssl s_client ..."
to check that this SSL client works. 

Best regards,
-- 
Marek Marcola <[EMAIL PROTECTED]>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to