Wrong Password

Also known as: incorrect password, bad password

Covers two unrelated failures that read alike in logs. On a news server it is a rejected AUTHINFO exchange, returned as 481, usually a mistyped login or an account past its expiry date. On an encrypted archive it is a passphrase that does not match, halting extraction after a complete and healthy download. Noting which stage logged the message separates a provider problem from a local one.

The phrase covers two failures that share nothing except their wording. One is a credential exchange the news server refused, which ends the session before any article is requested. The other is a passphrase that does not decrypt an archive, which occurs after every article has already arrived and been verified. Both write a log line containing the word password, and few clients make the distinction visible in the summary view, so the two get treated as one problem and the wrong thing gets changed.

Reading the stage rather than the wording

Timestamp order settles it immediately. A credential rejection appears in the first lines after a connection opens, next to AUTHINFO and a 481 response, at a point where no transfer statistics exist yet. A passphrase rejection appears at the end of the job, after byte totals and usually after a verification step. If the job has transferred anything at all, the server accepted the login and the remaining problem is local.

The server side: a refused AUTHINFO exchange

A 481 means the server received the username and password and declined them. In rough order of frequency: a typing error, or trailing whitespace pasted along with the value; an account past its expiry date or with an exhausted allowance, which several providers surface as an authentication rejection rather than as a distinct code; a block account fully consumed; and credentials placed in the wrong field, since some providers issue a username separate from the account email address. Where a provider offers IP authentication, an address change invalidates it and produces the same rejection. Repeated failed attempts can trigger a temporary lockout that looks identical until the interval elapses.

The archive side: a passphrase that does not match

An extraction tool handed a passphrase that does not decrypt the archive fails at once and definitively. There is no partial extraction and no progressive corruption; the check happens on the first block. That immediacy is the behavioral difference from a missing passphrase, where the client stops and either waits for input or parks the job. A non-matching passphrase produces a completed attempt with a failure result, reproducible on every retry, while a missing one produces a job that has not attempted extraction at all.

What neither case is

A passphrase failure is not corruption. Running par2 verification against the downloaded set will show every block correct, which is frequently the moment the diagnosis becomes clear. On the server side, a 481 is not a connection limit: exceeding the allowed number of connections is refused after a successful login, and the client's session count will be sitting at its configured maximum when it happens. Nor is it a certificate or TLS fault, which fails earlier still, before any credentials are offered.

Frequently asked questions

It is the server rejecting the username and password supplied with AUTHINFO. Common causes are a typo or pasted whitespace, an expired account, a fully consumed block account, and credentials entered in the wrong field where the provider issues a username separate from the account email. Repeated attempts can also trigger a temporary lockout.
A wrong passphrase is tested and rejected, so extraction fails immediately and fails identically every retry. A required passphrase means none was supplied at all, so the client stops before attempting extraction and either waits for input or parks the job. The log shows an attempted extraction in the first case and none in the second.
No, and the result is informative. Par verification checks the downloaded volumes against parity data, and an encrypted archive that was fully downloaded verifies correctly. Every block passing while extraction still fails confirms the download is intact and the passphrase is the only problem.

Browse all terms in Errors & Troubleshooting, or see the full Usenet glossary.

Put it into practice with the world's best usenet service