dovecot fts-solr + solr 8.7.0 upgrade: "Indexing failed: 401 Unauthorized" + "Transaction commit failed: FTS transaction commit failed: backend deinit" ?

PGNet Dev pgnet.dev at gmail.com
Fri Nov 13 23:04:20 EET 2020


> I guess you didn't need to enclose username and password in quotes, i.e.
> 
> fts_solr =
> url=https://myuser:my%40pass@solr.example.com:8984/solr/dovecot/
> use_libfts soft_commit=yes batch_size=250

On 11/13/20 12:56 PM, John Fawcett wrote:

> I guess you didn't need to enclose username and password in quotes, i.e.

> 

> fts_solr =

> url=https://myuser:my%40pass@solr.example.com:8984/solr/dovecot/

> use_libfts soft_commit=yes batch_size=250


heh, quotes weren't the 1st thing I tried!



here, use of the the '%40' encoding -- with or without single or dubl quotes -- causes the perms errors I was seeing.



nbd, as I just rm need-to-escape chars from my random-pass-str generator snippet.



simple enough workaround, once I realized ...







More information about the dovecot mailing list