andig / carddav2fb

Download CardDAV VCards and upload as phonebook to AVM FRITZ!Box
63 stars 19 forks source link

another SSL download issue? #154

Closed ragee-ra closed 5 years ago

ragee-ra commented 5 years ago

Hi there! I used to have an older version of carddav2fb running for many years now. While setting up a new server I switched to the latest carddav2fb version. Now I'm stuck with a download problem and and cannot figure out what is going wrong. Any help is very much appreciated!

Here are the hard facts:

when calling 'php carddav2fb download -r test.json' I get the following information:

$ php carddav2fb download -r test.json Downloading vCard(s) from account ra 0 [>---------------------------]* Trying xx.xx.xx.xx...

In CurlFactory.php line 186:

cURL error 56: OpenSSL SSL_read: error:1408F119:SSL routines:ssl3_get_record:decryption failed or bad record mac, errno 0 (see htt
p://curl.haxx.se/libcurl/c/libcurl-errors.html)

Hope you can help....

andig commented 5 years ago

You'll need to report at the used guzzlehttp library or underlying curl. Seems encryption is not working.

ragee-ra commented 5 years ago

How can I do so? Do you refer to the client side where the carddav2fb is running or the server side?

andig commented 5 years ago

Unfortunately I don't know. Sounds like an infrastructure issue- curl (or OS config) not working with webserver/ certificates.

ragee-ra commented 5 years ago

Ok. Thank you anyway...