Are there any recent certificate changes or restrictions accessing the main OmniOS repository using pkg from r151046?
I periodically update VMs running OmniOS r151046 and napp-it on ESXi 7.0.3 using the OmniOS main repository at pkg.omnios.org. Yet for the past couple of days, access to that repository using pkg doesn't seem available from OmniOS VMs. Invoking 'pkg update' produces no output and eventually times out. An openssl client test from OmniOS r151046 behaves similarly.
I periodically update VMs running OmniOS r151046 and napp-it on ESXi 7.0.3 using the OmniOS main repository at pkg.omnios.org. Yet for the past couple of days, access to that repository using pkg doesn't seem available from OmniOS VMs. Invoking 'pkg update' produces no output and eventually times out. An openssl client test from OmniOS r151046 behaves similarly.
Those OmniOS r151046 VMs can access the OmniOS mirror (-m) repository. Unfortunately, that mirror can't be used as origin (-g) publisher for pkg.# openssl version
OpenSSL 3.0.13 30 Jan 2024 (Library: OpenSSL 3.0.13 30 Jan 2024)
# openssl s_client -connect pkg.omnios.org:443
CONNECTED(00000004)
^C
Other Linux VMs in the same subnet can access the main OmniOS repository.# openssl s_client -connect us-west.mirror.omnios.org:443
CONNECTED(00000004)
depth=2 C = US, O = Internet Security Research Group, CN = ISRG Root X1
verify return:1
depth=1 C = US, O = Let's Encrypt, CN = R3
verify return:1
depth=0 CN = us-west.mirror.omnios.org
verify return:1
---
Certificate chain
0 s:CN = us-west.mirror.omnios.org
i:C = US, O = Let's Encrypt, CN = R3
a: PKEY: id-ecPublicKey, 256 (bit); sigalg: RSA-SHA256
v:NotBefore: Apr 18 03:00:30 2024 GMT; NotAfter: Jul 17 03:00:29 2024 GMT
1 s:C = US, O = Let's Encrypt, CN = R3
i:C = US, O = Internet Security Research Group, CN = ISRG Root X1
a: PKEY: rsaEncryption, 2048 (bit); sigalg: RSA-SHA256
v:NotBefore: Sep 4 00:00:00 2020 GMT; NotAfter: Sep 15 16:00:00 2025 GMT
---
Server certificate
-----BEGIN CERTIFICATE-----
MIIEqjCCA5KgAwIBAgISBGkJagZ3juxArF29gLmmkwjMMA0GCSqGSIb3DQEBCwUA
MDIxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQD
...
Thanks.# openssl version
OpenSSL 1.1.1 11 Sep 2018
# openssl s_client -connect pkg.omnios.org:443
CONNECTED(00000005)
depth=2 C = US, O = Internet Security Research Group, CN = ISRG Root X1
verify return:1
depth=1 C = US, O = Let's Encrypt, CN = R3
verify return:1
depth=0 CN = pkg.omnios.org
verify return:1
---
Certificate chain
0 s:CN = pkg.omnios.org
i:C = US, O = Let's Encrypt, CN = R3
1 s:C = US, O = Let's Encrypt, CN = R3
i:C = US, O = Internet Security Research Group, CN = ISRG Root X1
---
Server certificate
-----BEGIN CERTIFICATE-----
MIIFwzCCBKugAwIBAgISBAzx3N9vKryFs8EvgVDaUMLpMA0GCSqGSIb3DQEBCwUA
MDIxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQD
...