You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> You might face a `SSLError` / `CERTIFICATE_VERIFY_FAILED` if you use `https` protocol. I invite you to check [Troubleshoot SSL Error](#tbshoot-cert) section
29
+
> You might face a `SSLError` / `CERTIFICATE_VERIFY_FAILED`. I invite you to check [Troubleshoot SSL Error](#tbshoot-cert) section
37
30
38
31
39
32
### Disable registration
@@ -64,7 +57,7 @@ One way to check if you're concerned by this is simply doing the following and c
64
57
$ docker run --rm -it ghcr.io/itskovacs/trip:1 /bin/bash
65
58
$ python3
66
59
>>> import httpx
67
-
>>> httpx.get("https://your-keycloak-host/")
60
+
>>> httpx.get("https://sso.yourdomain.lan/")
68
61
```
69
62
70
63
In case you're facing this issue, it's likely due to the fact that the container does not trust you custom certificate.
0 commit comments