Skip to content

enable TLSv1.3 by default #1133

enable TLSv1.3 by default

enable TLSv1.3 by default #1133

Triggered via pull request June 14, 2024 14:47
@evgenievgeni
opened #264
tlsv3
Status Cancelled
Total duration 3m 49s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
23s
Puppet / Static validations
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet  /  Test suite
0s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

Annotations

39 errors
Puppet / Puppet 7 - CentOS 8
Process completed with exit code 1.
Puppet / Puppet 8 - CentOS 8
Process completed with exit code 1.
Puppet / Puppet 8 - AlmaLinux 9: spec/acceptance/basic_candlepin_spec.rb#L9
candlepin works Port "8443" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "8443" to be listening
Puppet / Puppet 8 - AlmaLinux 9: spec/acceptance/basic_candlepin_spec.rb#L13
candlepin works Command "curl -k -s -o /dev/null -w '%{http_code}' https://localhost:8443/candlepin/status" stdout is expected to eq "200" Failure/Error: its(:stdout) { should eq "200" } expected: "200" got: "000" (compared using ==)
Puppet / Puppet 8 - AlmaLinux 9: spec/acceptance/basic_candlepin_spec.rb#L18
candlepin works Command "nmap --script +ssl-enum-ciphers localhost -p 8443" stdout is expected to match /TLSv1\.2/ Failure/Error: its(:stdout) { should match(/TLSv1\.2/) } expected "Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:50 UTC\nNmap scan report for localhost (127...SERVICE\n8443/tcp closed https-alt\n\nNmap done: 1 IP address (1 host up) scanned in 0.37 seconds\n" to match /TLSv1\.2/ Diff: @@ -1,9 +1,17 @@ -/TLSv1\.2/ +Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:50 UTC +Nmap scan report for localhost (127.0.0.1) +Host is up (0.000034s latency). +Other addresses for localhost (not scanned): ::1 127.0.0.1 + +PORT STATE SERVICE +8443/tcp closed https-alt + +Nmap done: 1 IP address (1 host up) scanned in 0.37 seconds
Puppet / Puppet 8 - AlmaLinux 9: spec/acceptance/basic_candlepin_spec.rb#L21
candlepin works Command "nmap --script +ssl-enum-ciphers localhost -p 8443" stdout is expected to match /TLSv1\.3/ Failure/Error: its(:stdout) { should match(/TLSv1\.3/) } expected "Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:50 UTC\nNmap scan report for localhost (127...SERVICE\n8443/tcp closed https-alt\n\nNmap done: 1 IP address (1 host up) scanned in 0.37 seconds\n" to match /TLSv1\.3/ Diff: @@ -1,9 +1,17 @@ -/TLSv1\.3/ +Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:50 UTC +Nmap scan report for localhost (127.0.0.1) +Host is up (0.000034s latency). +Other addresses for localhost (not scanned): ::1 127.0.0.1 + +PORT STATE SERVICE +8443/tcp closed https-alt + +Nmap done: 1 IP address (1 host up) scanned in 0.37 seconds
Puppet / Puppet 8 - AlmaLinux 9: spec/acceptance/basic_candlepin_spec.rb#L28
candlepin works Command "nmap --script +ssl-enum-ciphers localhost -p 8443" stdout is expected to match /least strength: (A|strong)/ Failure/Error: its(:stdout) { should match(/least strength: (A|strong)/) } expected "Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:50 UTC\nNmap scan report for localhost (127...SERVICE\n8443/tcp closed https-alt\n\nNmap done: 1 IP address (1 host up) scanned in 0.37 seconds\n" to match /least strength: (A|strong)/ Diff: @@ -1,9 +1,17 @@ -/least strength: (A|strong)/ +Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:50 UTC +Nmap scan report for localhost (127.0.0.1) +Host is up (0.000034s latency). +Other addresses for localhost (not scanned): ::1 127.0.0.1 + +PORT STATE SERVICE +8443/tcp closed https-alt + +Nmap done: 1 IP address (1 host up) scanned in 0.37 seconds
Puppet / Puppet 8 - AlmaLinux 9
Process completed with exit code 1.
Puppet / Puppet 7 - AlmaLinux 9: spec/acceptance/basic_candlepin_spec.rb#L9
candlepin works Port "8443" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "8443" to be listening
Puppet / Puppet 7 - AlmaLinux 9: spec/acceptance/basic_candlepin_spec.rb#L13
candlepin works Command "curl -k -s -o /dev/null -w '%{http_code}' https://localhost:8443/candlepin/status" stdout is expected to eq "200" Failure/Error: its(:stdout) { should eq "200" } expected: "200" got: "000" (compared using ==)
Puppet / Puppet 7 - AlmaLinux 9: spec/acceptance/basic_candlepin_spec.rb#L18
candlepin works Command "nmap --script +ssl-enum-ciphers localhost -p 8443" stdout is expected to match /TLSv1\.2/ Failure/Error: its(:stdout) { should match(/TLSv1\.2/) } expected "Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:50 UTC\nNmap scan report for localhost (127...SERVICE\n8443/tcp closed https-alt\n\nNmap done: 1 IP address (1 host up) scanned in 0.39 seconds\n" to match /TLSv1\.2/ Diff: @@ -1,9 +1,17 @@ -/TLSv1\.2/ +Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:50 UTC +Nmap scan report for localhost (127.0.0.1) +Host is up (0.000038s latency). +Other addresses for localhost (not scanned): ::1 127.0.0.1 + +PORT STATE SERVICE +8443/tcp closed https-alt + +Nmap done: 1 IP address (1 host up) scanned in 0.39 seconds
Puppet / Puppet 7 - AlmaLinux 9: spec/acceptance/basic_candlepin_spec.rb#L21
candlepin works Command "nmap --script +ssl-enum-ciphers localhost -p 8443" stdout is expected to match /TLSv1\.3/ Failure/Error: its(:stdout) { should match(/TLSv1\.3/) } expected "Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:50 UTC\nNmap scan report for localhost (127...SERVICE\n8443/tcp closed https-alt\n\nNmap done: 1 IP address (1 host up) scanned in 0.39 seconds\n" to match /TLSv1\.3/ Diff: @@ -1,9 +1,17 @@ -/TLSv1\.3/ +Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:50 UTC +Nmap scan report for localhost (127.0.0.1) +Host is up (0.000038s latency). +Other addresses for localhost (not scanned): ::1 127.0.0.1 + +PORT STATE SERVICE +8443/tcp closed https-alt + +Nmap done: 1 IP address (1 host up) scanned in 0.39 seconds
Puppet / Puppet 7 - AlmaLinux 9: spec/acceptance/basic_candlepin_spec.rb#L28
candlepin works Command "nmap --script +ssl-enum-ciphers localhost -p 8443" stdout is expected to match /least strength: (A|strong)/ Failure/Error: its(:stdout) { should match(/least strength: (A|strong)/) } expected "Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:50 UTC\nNmap scan report for localhost (127...SERVICE\n8443/tcp closed https-alt\n\nNmap done: 1 IP address (1 host up) scanned in 0.39 seconds\n" to match /least strength: (A|strong)/ Diff: @@ -1,9 +1,17 @@ -/least strength: (A|strong)/ +Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:50 UTC +Nmap scan report for localhost (127.0.0.1) +Host is up (0.000038s latency). +Other addresses for localhost (not scanned): ::1 127.0.0.1 + +PORT STATE SERVICE +8443/tcp closed https-alt + +Nmap done: 1 IP address (1 host up) scanned in 0.39 seconds
Puppet / Puppet 7 - AlmaLinux 9
Process completed with exit code 1.
Puppet / Puppet 7 - AlmaLinux 8: spec/acceptance/basic_candlepin_spec.rb#L9
candlepin works Port "8443" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "8443" to be listening
Puppet / Puppet 7 - AlmaLinux 8: spec/acceptance/basic_candlepin_spec.rb#L13
candlepin works Command "curl -k -s -o /dev/null -w '%{http_code}' https://localhost:8443/candlepin/status" stdout is expected to eq "200" Failure/Error: its(:stdout) { should eq "200" } expected: "200" got: "000" (compared using ==)
Puppet / Puppet 7 - AlmaLinux 8: spec/acceptance/basic_candlepin_spec.rb#L18
candlepin works Command "nmap --script +ssl-enum-ciphers localhost -p 8443" stdout is expected to match /TLSv1\.2/ Failure/Error: its(:stdout) { should match(/TLSv1\.2/) } expected "Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:50 UTC\nNmap scan report for localhost (127...SERVICE\n8443/tcp closed https-alt\n\nNmap done: 1 IP address (1 host up) scanned in 0.50 seconds\n" to match /TLSv1\.2/ Diff: @@ -1,9 +1,17 @@ -/TLSv1\.2/ +Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:50 UTC +Nmap scan report for localhost (127.0.0.1) +Host is up (0.000034s latency). +Other addresses for localhost (not scanned): ::1 127.0.0.1 + +PORT STATE SERVICE +8443/tcp closed https-alt + +Nmap done: 1 IP address (1 host up) scanned in 0.50 seconds
Puppet / Puppet 7 - AlmaLinux 8: spec/acceptance/basic_candlepin_spec.rb#L21
candlepin works Command "nmap --script +ssl-enum-ciphers localhost -p 8443" stdout is expected to match /TLSv1\.3/ Failure/Error: its(:stdout) { should match(/TLSv1\.3/) } expected "Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:50 UTC\nNmap scan report for localhost (127...SERVICE\n8443/tcp closed https-alt\n\nNmap done: 1 IP address (1 host up) scanned in 0.50 seconds\n" to match /TLSv1\.3/ Diff: @@ -1,9 +1,17 @@ -/TLSv1\.3/ +Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:50 UTC +Nmap scan report for localhost (127.0.0.1) +Host is up (0.000034s latency). +Other addresses for localhost (not scanned): ::1 127.0.0.1 + +PORT STATE SERVICE +8443/tcp closed https-alt + +Nmap done: 1 IP address (1 host up) scanned in 0.50 seconds
Puppet / Puppet 7 - AlmaLinux 8: spec/acceptance/basic_candlepin_spec.rb#L28
candlepin works Command "nmap --script +ssl-enum-ciphers localhost -p 8443" stdout is expected to match /least strength: (A|strong)/ Failure/Error: its(:stdout) { should match(/least strength: (A|strong)/) } expected "Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:50 UTC\nNmap scan report for localhost (127...SERVICE\n8443/tcp closed https-alt\n\nNmap done: 1 IP address (1 host up) scanned in 0.50 seconds\n" to match /least strength: (A|strong)/ Diff: @@ -1,9 +1,17 @@ -/least strength: (A|strong)/ +Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:50 UTC +Nmap scan report for localhost (127.0.0.1) +Host is up (0.000034s latency). +Other addresses for localhost (not scanned): ::1 127.0.0.1 + +PORT STATE SERVICE +8443/tcp closed https-alt + +Nmap done: 1 IP address (1 host up) scanned in 0.50 seconds
Puppet / Puppet 7 - AlmaLinux 8
Process completed with exit code 1.
Puppet / Puppet 8 - AlmaLinux 8: spec/acceptance/basic_candlepin_spec.rb#L9
candlepin works Port "8443" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "8443" to be listening
Puppet / Puppet 8 - AlmaLinux 8: spec/acceptance/basic_candlepin_spec.rb#L13
candlepin works Command "curl -k -s -o /dev/null -w '%{http_code}' https://localhost:8443/candlepin/status" stdout is expected to eq "200" Failure/Error: its(:stdout) { should eq "200" } expected: "200" got: "000" (compared using ==)
Puppet / Puppet 8 - AlmaLinux 8: spec/acceptance/basic_candlepin_spec.rb#L18
candlepin works Command "nmap --script +ssl-enum-ciphers localhost -p 8443" stdout is expected to match /TLSv1\.2/ Failure/Error: its(:stdout) { should match(/TLSv1\.2/) } expected "Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:50 UTC\nNmap scan report for localhost (127...SERVICE\n8443/tcp closed https-alt\n\nNmap done: 1 IP address (1 host up) scanned in 0.47 seconds\n" to match /TLSv1\.2/ Diff: @@ -1,9 +1,17 @@ -/TLSv1\.2/ +Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:50 UTC +Nmap scan report for localhost (127.0.0.1) +Host is up (0.000038s latency). +Other addresses for localhost (not scanned): ::1 127.0.0.1 + +PORT STATE SERVICE +8443/tcp closed https-alt + +Nmap done: 1 IP address (1 host up) scanned in 0.47 seconds
Puppet / Puppet 8 - AlmaLinux 8: spec/acceptance/basic_candlepin_spec.rb#L21
candlepin works Command "nmap --script +ssl-enum-ciphers localhost -p 8443" stdout is expected to match /TLSv1\.3/ Failure/Error: its(:stdout) { should match(/TLSv1\.3/) } expected "Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:50 UTC\nNmap scan report for localhost (127...SERVICE\n8443/tcp closed https-alt\n\nNmap done: 1 IP address (1 host up) scanned in 0.47 seconds\n" to match /TLSv1\.3/ Diff: @@ -1,9 +1,17 @@ -/TLSv1\.3/ +Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:50 UTC +Nmap scan report for localhost (127.0.0.1) +Host is up (0.000038s latency). +Other addresses for localhost (not scanned): ::1 127.0.0.1 + +PORT STATE SERVICE +8443/tcp closed https-alt + +Nmap done: 1 IP address (1 host up) scanned in 0.47 seconds
Puppet / Puppet 8 - AlmaLinux 8: spec/acceptance/basic_candlepin_spec.rb#L28
candlepin works Command "nmap --script +ssl-enum-ciphers localhost -p 8443" stdout is expected to match /least strength: (A|strong)/ Failure/Error: its(:stdout) { should match(/least strength: (A|strong)/) } expected "Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:50 UTC\nNmap scan report for localhost (127...SERVICE\n8443/tcp closed https-alt\n\nNmap done: 1 IP address (1 host up) scanned in 0.47 seconds\n" to match /least strength: (A|strong)/ Diff: @@ -1,9 +1,17 @@ -/least strength: (A|strong)/ +Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:50 UTC +Nmap scan report for localhost (127.0.0.1) +Host is up (0.000038s latency). +Other addresses for localhost (not scanned): ::1 127.0.0.1 + +PORT STATE SERVICE +8443/tcp closed https-alt + +Nmap done: 1 IP address (1 host up) scanned in 0.47 seconds
Puppet / Puppet 8 - AlmaLinux 8
Process completed with exit code 1.
Puppet / Puppet 7 - CentOS 9: spec/acceptance/basic_candlepin_spec.rb#L9
candlepin works Port "8443" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "8443" to be listening
Puppet / Puppet 7 - CentOS 9: spec/acceptance/basic_candlepin_spec.rb#L13
candlepin works Command "curl -k -s -o /dev/null -w '%{http_code}' https://localhost:8443/candlepin/status" stdout is expected to eq "200" Failure/Error: its(:stdout) { should eq "200" } expected: "200" got: "000" (compared using ==)
Puppet / Puppet 7 - CentOS 9: spec/acceptance/basic_candlepin_spec.rb#L18
candlepin works Command "nmap --script +ssl-enum-ciphers localhost -p 8443" stdout is expected to match /TLSv1\.2/ Failure/Error: its(:stdout) { should match(/TLSv1\.2/) } expected "Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:51 UTC\nNmap scan report for localhost (127...SERVICE\n8443/tcp closed https-alt\n\nNmap done: 1 IP address (1 host up) scanned in 0.42 seconds\n" to match /TLSv1\.2/ Diff: @@ -1,9 +1,17 @@ -/TLSv1\.2/ +Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:51 UTC +Nmap scan report for localhost (127.0.0.1) +Host is up (0.000042s latency). +Other addresses for localhost (not scanned): ::1 127.0.0.1 + +PORT STATE SERVICE +8443/tcp closed https-alt + +Nmap done: 1 IP address (1 host up) scanned in 0.42 seconds
Puppet / Puppet 7 - CentOS 9: spec/acceptance/basic_candlepin_spec.rb#L21
candlepin works Command "nmap --script +ssl-enum-ciphers localhost -p 8443" stdout is expected to match /TLSv1\.3/ Failure/Error: its(:stdout) { should match(/TLSv1\.3/) } expected "Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:51 UTC\nNmap scan report for localhost (127...SERVICE\n8443/tcp closed https-alt\n\nNmap done: 1 IP address (1 host up) scanned in 0.42 seconds\n" to match /TLSv1\.3/ Diff: @@ -1,9 +1,17 @@ -/TLSv1\.3/ +Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:51 UTC +Nmap scan report for localhost (127.0.0.1) +Host is up (0.000042s latency). +Other addresses for localhost (not scanned): ::1 127.0.0.1 + +PORT STATE SERVICE +8443/tcp closed https-alt + +Nmap done: 1 IP address (1 host up) scanned in 0.42 seconds
Puppet / Puppet 7 - CentOS 9: spec/acceptance/basic_candlepin_spec.rb#L28
candlepin works Command "nmap --script +ssl-enum-ciphers localhost -p 8443" stdout is expected to match /least strength: (A|strong)/ Failure/Error: its(:stdout) { should match(/least strength: (A|strong)/) } expected "Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:51 UTC\nNmap scan report for localhost (127...SERVICE\n8443/tcp closed https-alt\n\nNmap done: 1 IP address (1 host up) scanned in 0.42 seconds\n" to match /least strength: (A|strong)/ Diff: @@ -1,9 +1,17 @@ -/least strength: (A|strong)/ +Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:51 UTC +Nmap scan report for localhost (127.0.0.1) +Host is up (0.000042s latency). +Other addresses for localhost (not scanned): ::1 127.0.0.1 + +PORT STATE SERVICE +8443/tcp closed https-alt + +Nmap done: 1 IP address (1 host up) scanned in 0.42 seconds
Puppet / Puppet 7 - CentOS 9
Process completed with exit code 1.
Puppet / Puppet 8 - CentOS 9
Canceling since a higher priority waiting request for '264/merge' exists
Puppet / Puppet 8 - CentOS 9: spec/acceptance/basic_candlepin_spec.rb#L9
candlepin works Port "8443" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "8443" to be listening
Puppet / Puppet 8 - CentOS 9: spec/acceptance/basic_candlepin_spec.rb#L13
candlepin works Command "curl -k -s -o /dev/null -w '%{http_code}' https://localhost:8443/candlepin/status" stdout is expected to eq "200" Failure/Error: its(:stdout) { should eq "200" } expected: "200" got: "000" (compared using ==)
Puppet / Puppet 8 - CentOS 9: spec/acceptance/basic_candlepin_spec.rb#L18
candlepin works Command "nmap --script +ssl-enum-ciphers localhost -p 8443" stdout is expected to match /TLSv1\.2/ Failure/Error: its(:stdout) { should match(/TLSv1\.2/) } expected "Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:51 UTC\nNmap scan report for localhost (127...SERVICE\n8443/tcp closed https-alt\n\nNmap done: 1 IP address (1 host up) scanned in 0.44 seconds\n" to match /TLSv1\.2/ Diff: @@ -1,9 +1,17 @@ -/TLSv1\.2/ +Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:51 UTC +Nmap scan report for localhost (127.0.0.1) +Host is up (0.000046s latency). +Other addresses for localhost (not scanned): ::1 127.0.0.1 + +PORT STATE SERVICE +8443/tcp closed https-alt + +Nmap done: 1 IP address (1 host up) scanned in 0.44 seconds
Puppet / Puppet 8 - CentOS 9: spec/acceptance/basic_candlepin_spec.rb#L21
candlepin works Command "nmap --script +ssl-enum-ciphers localhost -p 8443" stdout is expected to match /TLSv1\.3/ Failure/Error: its(:stdout) { should match(/TLSv1\.3/) } expected "Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:51 UTC\nNmap scan report for localhost (127...SERVICE\n8443/tcp closed https-alt\n\nNmap done: 1 IP address (1 host up) scanned in 0.44 seconds\n" to match /TLSv1\.3/ Diff: @@ -1,9 +1,17 @@ -/TLSv1\.3/ +Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:51 UTC +Nmap scan report for localhost (127.0.0.1) +Host is up (0.000046s latency). +Other addresses for localhost (not scanned): ::1 127.0.0.1 + +PORT STATE SERVICE +8443/tcp closed https-alt + +Nmap done: 1 IP address (1 host up) scanned in 0.44 seconds
Puppet / Puppet 8 - CentOS 9: spec/acceptance/basic_candlepin_spec.rb#L28
candlepin works Command "nmap --script +ssl-enum-ciphers localhost -p 8443" stdout is expected to match /least strength: (A|strong)/ Failure/Error: its(:stdout) { should match(/least strength: (A|strong)/) } expected "Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:51 UTC\nNmap scan report for localhost (127...SERVICE\n8443/tcp closed https-alt\n\nNmap done: 1 IP address (1 host up) scanned in 0.44 seconds\n" to match /least strength: (A|strong)/ Diff: @@ -1,9 +1,17 @@ -/least strength: (A|strong)/ +Starting Nmap 7.92 ( https://nmap.org ) at 2024-06-14 14:51 UTC +Nmap scan report for localhost (127.0.0.1) +Host is up (0.000046s latency). +Other addresses for localhost (not scanned): ::1 127.0.0.1 + +PORT STATE SERVICE +8443/tcp closed https-alt + +Nmap done: 1 IP address (1 host up) scanned in 0.44 seconds
Puppet / Puppet 8 - CentOS 9
The operation was canceled.