ASN1_CHECK-TLEN:wrong tag w/SSL and IIS FTP 7.5
Hi.
I've got an MS IIS 7.5 running on Windows Server 2008 R2 with an SSL certificate installed.
When I try to log on with Auth SSL or Auth TLS I get the following errors:
R] Connecting to FTPSRVR -> IP=197.100.100.100 PORT=21
[R] Connected to FTPSRVR
[R] 220 Microsoft FTP Service
[R] AUTH SSL
[R] 234 AUTH command ok. Expecting TLS Negotiation.
[R] Connected. Negotiating SSL session..
[R] error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag
[R] Failed SSL negotiation, disconnected
[R] Connection failed (Connection closed by client)
[R] Delaying for 120 seconds before reconnect attempt #1
[R] Retry attempt Aborted
[R] Connecting to FTPSRVR -> IP=197.100.100.100 PORT=21
[R] Connected to FTPSRVR
[R] 220 Microsoft FTP Service
[R] AUTH TLS
[R] 234 AUTH command ok. Expecting TLS Negotiation.
[R] Connected. Negotiating TLSv1 session..
[R] error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag
[R] Failed TLSv1 negotiation, disconnected
[R] Connection failed (Connection closed by client)
Anyone have an idea where to start?
|