Fresh installation, no custom settings.
Try to download some files on host os (same result on vms):
The same commands on the local machine work.
Try to download some files on host os (same result on vms):
Code:
wget https://jitpack.io/com/github/lewik/klog/klog-metadata/1.3.70/klog-metadata-1.3.70.pom
--2020-04-19 12:27:35-- https://jitpack.io/com/github/lewik/klog/klog-metadata/1.3.70/klog-metadata-1.3.70.pom
Resolving jitpack.io (jitpack.io)... 104.26.8.99, 104.26.9.99, 2606:4700:20::681a:863, ...
Connecting to jitpack.io (jitpack.io)|104.26.8.99|:443... connected.
GnuTLS: Error in the pull function.
Unable to establish SSL connection
Code:
curl -v https://jitpack.io/com/github/lewik/klog/klog-metadata/1.3.70/klog-metadata-1.3.70.pom
* Expire in 0 ms for 6 (transfer 0x561b93317f50)
...a lot of * Expire in ...
* Trying 104.26.8.99...
* TCP_NODELAY set
* Expire in 149999 ms for 3 (transfer 0x561b93317f50)
* Expire in 200 ms for 4 (transfer 0x561b93317f50)
* Connected to jitpack.io (104.26.8.99) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: none
CApath: /etc/ssl/certs
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to jitpack.io:443
* Closing connection 0
curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to jitpack.io:443
The same commands on the local machine work.
Last edited: