Обсуждение: can not download mbox

Поиск
Список
Период
Сортировка

can not download mbox

От
Jian He
Дата:

Hi,
the postgresql.org seem site seems cannot download mbox.


every time, I click Download mbox It will promote a user login interface.
I am pretty sure I entered the correct password.
But  after I enter my credential, it will blank, therefore I cannot  download it

How can I download mbox?

Re: can not download mbox

От
"Jonathan S. Katz"
Дата:
On 5/16/22 11:29 AM, Jian He wrote:
> 
> Hi,
> the postgresql.org <http://postgresql.org> seem site seems cannot 
> download mbox.
> 
> for example, this 
>
link(https://www.postgresql.org/message-id/flat/19CEB995-E970-4B31-B9A1-AF313DA6CC87%40thebuild.com#6b08daa3d4571c89f7c7748ffccb6b29

>
<https://www.postgresql.org/message-id/flat/19CEB995-E970-4B31-B9A1-AF313DA6CC87%40thebuild.com#6b08daa3d4571c89f7c7748ffccb6b29>
> 
> every time, I click Download mbox 
>
<https://www.postgresql.org/message-id/mbox/TY3PR01MB98243DBDC29482FE8AC3EFD9CBC69%40TY3PR01MB9824.jpnprd01.prod.outlook.com>

> It will promote a user login interface.
> I am pretty sure I entered the correct password.
> But  after I enter my credential, it will blank, therefore I cannot  
> download it
> 
> How can I download mbox?

This is an issue with Chrome where it does not display the information 
for how to download it in the HTTP AUTH section. If you try in another 
browser (e.g. Firefox, Safari), it will provide the directions on what 
credentials to put in.

Thanks,

Jonathan


Вложения

Re: can not download mbox

От
Adrian Klaver
Дата:
On 5/16/22 1:34 PM, Jonathan S. Katz wrote:
> On 5/16/22 11:29 AM, Jian He wrote:
>>
>> Hi,

>> How can I download mbox?
> 
> This is an issue with Chrome where it does not display the information 
> for how to download it in the HTTP AUTH section. If you try in another 
> browser (e.g. Firefox, Safari), it will provide the directions on what 
> credentials to put in.

I just tried with Firefox 100.0.1 and it did not display the AUTH 
information either. I know they have been displayed in the past with 
Firefox. Maybe someone changed a setting?

> 
> Thanks,
> 
> Jonathan
> 


-- 
Adrian Klaver
adrian.klaver@aklaver.com



Re: can not download mbox

От
Jian He
Дата:

Hi,
It's seems not related to browsers. I tested on edge, firefox. I first filled in the credentials[1], submit it then it will prompt the login interface again[2].


On Tue, May 17, 2022 at 2:23 AM Adrian Klaver <adrian.klaver@aklaver.com> wrote:
On 5/16/22 1:34 PM, Jonathan S. Katz wrote:
> On 5/16/22 11:29 AM, Jian He wrote:
>>
>> Hi,

>> How can I download mbox?
>
> This is an issue with Chrome where it does not display the information
> for how to download it in the HTTP AUTH section. If you try in another
> browser (e.g. Firefox, Safari), it will provide the directions on what
> credentials to put in.

I just tried with Firefox 100.0.1 and it did not display the AUTH
information either. I know they have been displayed in the past with
Firefox. Maybe someone changed a setting?

>
> Thanks,
>
> Jonathan
>


--
Adrian Klaver
adrian.klaver@aklaver.com

Re: can not download mbox

От
"Jonathan S. Katz"
Дата:
On 5/17/22 1:07 AM, Jian He wrote:
> 
> Hi,
> It's seems not related to browsers. I tested on edge, firefox. I first 
> filled in the credentials[1], submit it then it will prompt the login 
> interface again[2].

Confirmed. Well, that's not good :(

We'll have to think of a different way to handle downloading the mbox files.

For the immediate situation, I will reply off-list with how to download 
the mbox.

Thanks,

Jonathan

Вложения

Re: can not download mbox

От
Magnus Hagander
Дата:


On Tue, May 17, 2022 at 3:09 PM Jonathan S. Katz <jkatz@postgresql.org> wrote:
On 5/17/22 1:07 AM, Jian He wrote:
>
> Hi,
> It's seems not related to browsers. I tested on edge, firefox. I first
> filled in the credentials[1], submit it then it will prompt the login
> interface again[2].

Confirmed. Well, that's not good :(

We'll have to think of a different way to handle downloading the mbox files.

I have now implemented using community auth for download of mboxes and raw emails. Turns out that was *way* easier than I thought, since all the heavy lifting had already been done when we implemented email resending. Famous last words of course, but it looks like it's working.

I don't *think* we have the old auth method documented anywhere (I looked through pgweb and pgarchives repos), but if someone knows of some instructions that tell people to use that, they need to get updated! 

--