[why] The server does not support HTTP protocol address download, only use the original HTTPS protocol address download.
curl: (56) OpenSSL SSL_read: Connection reset by peer, errno 104 ==> ERROR: Failure while downloading buddy-2.4.tar.gz Aborting...
Signed-off-by: Liu Shaofei 370072077@qq.com --- tests/build-pkg | 1 - 1 file changed, 1 deletion(-)
diff --git a/tests/build-pkg b/tests/build-pkg index 31762384d..7c65f26bc 100755 --- a/tests/build-pkg +++ b/tests/build-pkg @@ -127,7 +127,6 @@ replace_source() } } } - url=$(echo "$url" | sed 's|https://%7Chttp://%7Cg')
echo '$url' >> $1 done