Cannot upload file #313

Closed
opened 2026-01-19 18:29:51 +00:00 by michael · 2 comments
Owner

Originally created by @drnextgis on GitHub.

It worked fine couple of hours ago:

$ curl -v --upload-file ./normalized.tif https://transfer.sh/normalized.tif
*   Trying 185.216.24.82...
* Connected to transfer.sh (185.216.24.82) port 443 (#0)
* found 148 certificates in /etc/ssl/certs/ca-certificates.crt
* found 607 certificates in /etc/ssl/certs
* ALPN, offering http/1.1
* SSL connection using TLS1.2 / ECDHE_ECDSA_AES_128_GCM_SHA256
* 	 server certificate verification OK
* 	 server certificate status verification SKIPPED
* 	 common name: transfer.sh (matched)
* 	 server certificate expiration date OK
* 	 server certificate activation date OK
* 	 certificate public key: EC
* 	 certificate version: #3
* 	 subject: CN=transfer.sh
* 	 start date: Thu, 21 Jun 2018 06:48:20 GMT
* 	 expire date: Wed, 19 Sep 2018 06:48:20 GMT
* 	 issuer: C=US,O=Let's Encrypt,CN=Let's Encrypt Authority X3
* 	 compression: NULL
* ALPN, server accepted to use http/1.1
> PUT /normalized.tif HTTP/1.1
> Host: transfer.sh
> User-Agent: curl/7.47.0
> Accept: */*
> Content-Length: 648
> Expect: 100-continue
> 
* Done waiting for 100-continue
* We are completely uploaded and fine
< HTTP/1.1 500 Internal Server Error
< Content-Type: text/plain; charset=utf-8
< Server: Transfer.sh HTTP Server 1.0
< X-Content-Type-Options: nosniff
< X-Made-With: <3 by DutchCoders
< X-Served-By: Proudly served by DutchCoders
< Date: Sat, 21 Jul 2018 07:57:54 GMT
< Content-Length: 24
< Connection: close
< 
Could not save metadata
* Closing connection 0
Originally created by @drnextgis on GitHub. It worked fine couple of hours ago: ``` $ curl -v --upload-file ./normalized.tif https://transfer.sh/normalized.tif * Trying 185.216.24.82... * Connected to transfer.sh (185.216.24.82) port 443 (#0) * found 148 certificates in /etc/ssl/certs/ca-certificates.crt * found 607 certificates in /etc/ssl/certs * ALPN, offering http/1.1 * SSL connection using TLS1.2 / ECDHE_ECDSA_AES_128_GCM_SHA256 * server certificate verification OK * server certificate status verification SKIPPED * common name: transfer.sh (matched) * server certificate expiration date OK * server certificate activation date OK * certificate public key: EC * certificate version: #3 * subject: CN=transfer.sh * start date: Thu, 21 Jun 2018 06:48:20 GMT * expire date: Wed, 19 Sep 2018 06:48:20 GMT * issuer: C=US,O=Let's Encrypt,CN=Let's Encrypt Authority X3 * compression: NULL * ALPN, server accepted to use http/1.1 > PUT /normalized.tif HTTP/1.1 > Host: transfer.sh > User-Agent: curl/7.47.0 > Accept: */* > Content-Length: 648 > Expect: 100-continue > * Done waiting for 100-continue * We are completely uploaded and fine < HTTP/1.1 500 Internal Server Error < Content-Type: text/plain; charset=utf-8 < Server: Transfer.sh HTTP Server 1.0 < X-Content-Type-Options: nosniff < X-Made-With: <3 by DutchCoders < X-Served-By: Proudly served by DutchCoders < Date: Sat, 21 Jul 2018 07:57:54 GMT < Content-Length: 24 < Connection: close < Could not save metadata * Closing connection 0 ```
Author
Owner

@paolafrancesca commented on GitHub:

@drnextgis seems that http://transfer.sh is down. I cannot do anything about that since the service is still managed by @nl5887 , I only take care of the codebase

@paolafrancesca commented on GitHub: @drnextgis seems that http://transfer.sh is down. I cannot do anything about that since the service is still managed by @nl5887 , I only take care of the codebase
Author
Owner

@drnextgis commented on GitHub:

It works again.

@drnextgis commented on GitHub: It works again.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dutchcoders/transfer.sh#313