Eugene

Results 526 comments of Eugene

Could you please set the `RUST_LOG=debug` environment var in your docker-compose and try again? This should give you a more detailed log.

It does, but it looks like the SSO server's HTTPS certificate isn't trusted. Connecting to an untrusted OIDC service isn't supported yet - I suggest adding its certificate to the...

Fascinating! Could it be due to bundled root cert differences between the images? Does your Keycloak (or the proxy in front of it) send the full certificate bundle including the...

Could you please check if `ghcr.io/warp-tech/warpgate:latest` fixes this?

I've ran into some other issues converting the Dockerfile to Fedora, but I've also finally been able to reproduce your problem and it seems that just bumping the base debian...

I suspect that this could be related to https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/, but I'm not entirely sure. The `oauth2` uses `reqwest` internally, but I could trigger the error when connecting to a Letsencrypt...

Are you getting `sshd: no more sessions` in syslog on the target machines? In this case you can work around this by setting a very high `MaxSessions` value in `sshd_config`....

Ansible transparently handles connection errors and will just retry the operation, but Warpgate isn't passing this error back correctly, so Ansible doesn't see it and is still waiting for the...