Conversation

Jarkko Sakkinen

I try ask URL from #iCloud with this simple snippet of #cURL:

curl -Lv -X PROPFIND \
     --header "Depth: 0" \
     -u 'jarkko.sakkinen:$(pass site/icloud.com./vdirsyncer)' \
     https://contacts.icloud.com/.carddav/wellknown

Cutting out the relevant part of the server response I get 401:

< HTTP/1.1 401 Unauthorized
< Server: AppleHttpServer/b866cf47a603

I do have app password generated. My iCloud is two-factor authenticated with #Yubikey but again I have the app password.

Any ideas/tips?

#vdirsyncer

1
0
0