never set REMOTE_USER to the value of SSL_CLIENT_S_DN_CN #1437
Annotations
3 errors
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: "/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for ...d by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)\n warnings.warn(\n"
(compared using ==)
Diff:
@@ -1,2 +1,4 @@
+/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for centos9-64-puppet7.example.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)
+ warnings.warn(
|
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: "/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for ...d by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)\n warnings.warn(\n"
(compared using ==)
Diff:
@@ -1,2 +1,4 @@
+/usr/lib/python3.11/site-packages/urllib3/connection.py:463: SubjectAltNameWarning: Certificate for centos9-64-puppet7.example.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.)
+ warnings.warn(
|
Run tests
Process completed with exit code 1.
|
Loading