bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: uploading error - Closed 4/SSL 0x022ed8d8


From: Tim Rühsen
Subject: Re: uploading error - Closed 4/SSL 0x022ed8d8
Date: Thu, 31 Oct 2019 09:47:25 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

Hi Jiri,

that means a write error happened.

The reason for this is unclear due to missing information.
E.g. it could be a server side restriction but also a TLS protocol issue.

Check if basic authorization is really supported by the server (it's a
bit outdated due to security reasons).

Then I would try
  --secure-protocol=TLSv1_2
to see if there is a difference.

Next would be a tcpdump/wireshark session to see what is going on on the
protocol level.

Regards, Tim

On 30.10.19 22:19, address@hidden wrote:
> Hello,
> I am not sure if my issue is a bug, but I have interesting problem below.
> 
> We are posting xml file to server, if the file has under 10 kB then
> there is no problem, but if the file is bigger, there is "Retrying"
> problem. In the debug mode log says:
> 
> [writing BODY file stockInfo.xml_trn_o1.xml ... Closed 4/SSL 0x022ed8d8
> Retrying.
> 
> Wget command is:
> 
> wget
> https://ws-dev.specialized.com/soa-infra/resources/GWS/StockInfo/Rest/api/v1
>  --http-user= xx --http-passwd= yy --post-file=stockInfo.xml_trn_o1.xml
> --header="Content-Type: application/xml" --header="Authorization: Basic
> xx" --header="Accept: application/xml" --header="X-Requested-With: x"
> --output-document=soapResponse.xml
> 
> The Wget version is: GNU Wget 1.19.4 built on mingw32.
> 
> But the problem is on actual version too.
> 
> I have tried 3 different PCs with 3 different network providers.
> 
> OSs:Windows Server 2008 R2 Standard SP1 64 bit, Windows 10 Pro 32 bit.
> 
> Thank you in advance for any response.
> 
> Kind Regards.

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]