never set REMOTE_USER to the value of SSL_CLIENT_S_DN_CN #1437
Annotations
9 errors
Run tests:
spec/acceptance/cli_spec.rb#L26
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Run tests:
spec/acceptance/cli_spec.rb#L27
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stdout is expected to match /versions/
Failure/Error: its(:stdout) { is_expected.to match(/versions/) }
expected "" to match /versions/
Diff:
@@ -1 +1 @@
-/versions/
+""
|
Run tests:
spec/acceptance/cli_spec.rb#L28
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stderr is expected not to match /Error/
Failure/Error: its(:stderr) { is_expected.not_to match(/Error/) }
expected "Error: HTTPSConnectionPool(host='almalinux9-64-puppet8.example.com', port=443): Max retries exceeded...me mismatch, certificate is not valid for 'almalinux9-64-puppet8.example.com'. (_ssl.c:1006)\")))\n" not to match /Error/
Diff:
@@ -1 +1 @@
-/Error/
+Error: HTTPSConnectionPool(host='almalinux9-64-puppet8.example.com', port=443): Max retries exceeded with url: /pulp/api/v3/docs/api.json (Caused by SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'almalinux9-64-puppet8.example.com'. (_ssl.c:1006)")))
|
Run tests:
spec/acceptance/cli_spec.rb#L29
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp status" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "Error: HTTPSConnectionPool(host='almalinux9-64-puppet8.example.com', port=443): Max retries exceeded...me mismatch, certificate is not valid for 'almalinux9-64-puppet8.example.com'. (_ssl.c:1006)\")))\n"
(compared using ==)
Diff:
@@ -1 +1,2 @@
+Error: HTTPSConnectionPool(host='almalinux9-64-puppet8.example.com', port=443): Max retries exceeded with url: /pulp/api/v3/docs/api.json (Caused by SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'almalinux9-64-puppet8.example.com'. (_ssl.c:1006)")))
|
Run tests:
spec/acceptance/cli_spec.rb#L33
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
Run tests:
spec/acceptance/cli_spec.rb#L34
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stdout is expected to match /admin/
Failure/Error: its(:stdout) { is_expected.to match(/admin/) }
expected "" to match /admin/
Diff:
@@ -1 +1 @@
-/admin/
+""
|
Run tests:
spec/acceptance/cli_spec.rb#L35
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected not to match /Error/
Failure/Error: its(:stderr) { is_expected.not_to match(/Error/) }
expected "Error: HTTPSConnectionPool(host='almalinux9-64-puppet8.example.com', port=443): Max retries exceeded...me mismatch, certificate is not valid for 'almalinux9-64-puppet8.example.com'. (_ssl.c:1006)\")))\n" not to match /Error/
Diff:
@@ -1 +1 @@
-/Error/
+Error: HTTPSConnectionPool(host='almalinux9-64-puppet8.example.com', port=443): Max retries exceeded with url: /pulp/api/v3/docs/api.json (Caused by SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'almalinux9-64-puppet8.example.com'. (_ssl.c:1006)")))
|
Run tests:
spec/acceptance/cli_spec.rb#L36
installation of server with cli Command "REQUESTS_CA_BUNDLE=/etc/pulpcore-certs/ca-cert.pem pulp user list" stderr is expected to eq ""
Failure/Error: its(:stderr) { is_expected.to eq '' }
expected: ""
got: "Error: HTTPSConnectionPool(host='almalinux9-64-puppet8.example.com', port=443): Max retries exceeded...me mismatch, certificate is not valid for 'almalinux9-64-puppet8.example.com'. (_ssl.c:1006)\")))\n"
(compared using ==)
Diff:
@@ -1 +1,2 @@
+Error: HTTPSConnectionPool(host='almalinux9-64-puppet8.example.com', port=443): Max retries exceeded with url: /pulp/api/v3/docs/api.json (Caused by SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'almalinux9-64-puppet8.example.com'. (_ssl.c:1006)")))
|
Run tests
Process completed with exit code 1.
|
Loading