Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

carddav not working #288

Open
ajkessel opened this issue Dec 3, 2024 · 0 comments
Open

carddav not working #288

ajkessel opened this issue Dec 3, 2024 · 0 comments

Comments

@ajkessel
Copy link

ajkessel commented Dec 3, 2024

hydroxide is working well for me except I'm unable to make carddav queries. The server is listening on the default port (8080) and accepting HTTP connections, but whether I query it locally directly or go through Caddy reverse-proxy for HTTPS, I get an error.

Going to my reverse-proxied domain name from a browser shows:

carddav: not found

curl locally:

# curl --user $HYDROXIDE_USER:$HYDROXIDE_PASSWORD -sD - -o /dev/null http://localhost:8080/
HTTP/1.1 500 Internal Server Error
Content-Type: text/plain; charset=utf-8
Www-Authenticate: Basic
X-Content-Type-Options: nosniff
Date: Tue, 03 Dec 2024 00:17:44 GMT
Content-Length: 19

# curl --user $HYDROXIDE_USER:$HYDROXIDE_PASSWORD -sD - -o /dev/null http://localhost:8080/.well-known/caldav
HTTP/1.1 500 Internal Server Error
Content-Type: text/plain; charset=utf-8
Www-Authenticate: Basic
X-Content-Type-Options: nosniff
Date: Tue, 03 Dec 2024 00:17:49 GMT
Content-Length: 19

with debug enabled, I see this when trying to connect from Thunderbird:

2024/12/02 19:22:37 &struct { protonmail.resp; *protonmail.Event }{resp:protonmail.resp{Code:1000, RawAPIError:(*protonmail.RawAPIError)(nil)}, Event:(*protonmail.Event)(0xc00007e480)}

Probably not relevant to the issue, but this is currently running on an Ubuntu Oracular box.

Any tips?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant