vgit : ssl error

Talk about commercial or opensource products that already exist for OpenVMS or may be available in the future.
Post Reply

Topic author
joukj
Master
Posts: 199
Joined: Thu Aug 27, 2020 5:50 am
Reputation: 0
Status: Offline

vgit : ssl error

Post by joukj » Tue May 14, 2024 6:29 am

I use VGIT 1.4.1-B on OpenVMS IA64 V8.4-2L3

I try to clone with the following command:

$ vgit clone https://github.com/facebook/zstd

It starts receiving objects. But after around 35% I get:

Bad news:
SSL error: unknown error [16]


What is wrong??


sms
Master
Posts: 409
Joined: Fri Aug 21, 2020 5:18 pm
Reputation: 0
Status: Offline

Re: vgit : ssl error

Post by sms » Tue May 14, 2024 12:13 pm

Code: Select all

> SSL error: unknown error [16]

   I know nothing, but:

      https://forum.vmssoftware.com/viewtopic.php?t=8779#p20274


Topic author
joukj
Master
Posts: 199
Joined: Thu Aug 27, 2020 5:50 am
Reputation: 0
Status: Offline

Re: vgit : ssl error

Post by joukj » Wed May 15, 2024 4:29 am

Contrary to that post I do not use a proxy.
In the cited post someone says that this error means that the SSL-certificate is missing. However I got 35% received and thus should have passed the certification exchange.


hb
Valued Contributor
Posts: 94
Joined: Mon May 01, 2023 12:11 pm
Reputation: 0
Status: Offline

Re: vgit : ssl error

Post by hb » Wed May 15, 2024 5:17 am

On x86 (I don't know why it is so slow, but ...):

Code: Select all

$ vgit version
Version 1.4.1-B (Jan  2 2024 07:53:32)
$ show proc/parse
...
Parse Style: Extended
$ sh log GIT$SSL_CERTS
   "GIT$SSL_CERTS" = "SYS$MANAGER:CA-BUNDLE.CRT" (LNM$SYSTEM_TABLE)
$ 
$ vgit clone https://github.com/facebook/zstd
Cloning into 'zstd'...
Receiving objects 100% (38975KiB, 60628/60628)| 0.11 MiB/sec | Remaining estimate 0:00   
Resolving deltas 45226/45226 | Remaining estimate 0:00   
Creating files 637/637 | Remaining estimate 0:00        
$
If I deassign the CERT logical, it immediately fails:

Code: Select all

$ deltree zstd
$ deass GIT$SSL_CERTS/sys
$ vgit clone https://github.com/facebook/zstd
Cloning into 'zstd'...
Bad news:
 the SSL certificate is invalid [16]
$


Topic author
joukj
Master
Posts: 199
Joined: Thu Aug 27, 2020 5:50 am
Reputation: 0
Status: Offline

Re: vgit : ssl error

Post by joukj » Wed May 15, 2024 6:19 am

Same parse style and logical as on my Itanium. However it still stops at 35% receiving objects. The disk I use is an ODS5 disk.

Post Reply