Hello,
I´m getting the following error, when running the 50keycloak join script:
Summary
CREATING KEYCLOAK SAML CLIENT…
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/urllib3/connectionpool.py”, line 601, in urlopen
chunked=chunked)
File “/usr/lib/python3/dist-packages/urllib3/connectionpool.py”, line 344, in _make_request
self._validate_conn(conn)
File “/usr/lib/python3/dist-packages/urllib3/connectionpool.py”, line 846, in _validate_conn
conn.connect()
File “/usr/lib/python3/dist-packages/urllib3/connection.py”, line 378, in connect
_match_hostname(cert, self.assert_hostname or server_hostname)
File “/usr/lib/python3/dist-packages/urllib3/connection.py”, line 388, in _match_hostname
match_hostname(cert, asserted_hostname)
File “/usr/lib/python3.7/ssl.py”, line 327, in match_hostname
% (hostname, dnsnames[0]))
ssl.SSLCertVerificationError: (“hostname ‘ucs.domain.com’ doesn’t match ‘domain.com’”,)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/requests/adapters.py”, line 449, in send
timeout=timeout
File “/usr/lib/python3/dist-packages/urllib3/connectionpool.py”, line 639, in urlopen
_stacktrace=sys.exc_info()[2])
File “/usr/lib/python3/dist-packages/urllib3/util/retry.py”, line 402, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host=‘ucs.domain.com’, port=443): Max retries exceeded with url: /univention/saml/metadata
Is there any option to skip the verification?
thanks in advance
with kind regards
Alex