I am setting up an ucs 5.x for oidc to use it as external SSO auth source for owncloud and discourse. When accessing the ucs with the owncloud client, i get an error message
We already isolated the issue to the UCS config, see
A local curl call on the ucs shows:
root@idp:~# nslookup idp.netzwissen.de
Server: 136.243.85.155
Address: 136.243.85.155#53
Name: idp.netzwissen.de
Address: 136.243.85.155
But for 127.0.0.1
root@idp:~# curl -I https://127.0.0.1
curl: (60) SSL: no alternative certificate subject name matches target host name '127.0.0.1'
More details here: https://curl.haxx.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
How can I fix this?