pulsejet / nextcloud-oidc-login

Nextcloud login via a single OpenID Connect 1.0 provider
https://apps.nextcloud.com/apps/oidc_login
GNU Affero General Public License v3.0
219 stars 59 forks source link

Curl error: (35) #258

Closed 8321876218 closed 8 months ago

8321876218 commented 8 months ago

I am attempting to set this up with Authentik as my provider on the same network. However, when I try to login with Authentik, I get Curl error: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to auth.domain.tld:443

My initial suspicion was I had a problem with connecting to auth.domain.tld at all via the IPv4 address that it would resolve to since the Docker host is Windows, so no IPv6, and the ISP gateway I'm stuck with does not support loopback/NAT hairpinning. I'm still not sure if this a part of the problem, but from what I can find that doesn't seem to be it.

My reverse proxy is plain nginx with certs coming from Let's Encrypt using Certbot. Any help would be appreciated

8321876218 commented 8 months ago

I've since gotten a few other curl errors that is leading me to think this is indeed an issue with my gateway not supporting IPv4 loopback addresses. Closing this issue..