Replies: 3 comments 2 replies
-
Hi, I don't fully understand the issue. It is currently not possible to change the URL of an addressbook, you have to delete it and create it as a new one with the new URL. If you only want to change the URL because you cannot create contacts anymore though, this should not be needed. localhost should resolve fine on the webserver, assuming of course that radicale runs on the webserver :-) I just tried on my test environment to create a new contact with radicale and rcmcarddav 4.1.0, which works fine for me. Can you provide a logfile (logs/carddav.log, logs/carddav_http.log) that should show the error? Please set the loglevel to DEBUG for both carddav and http logging and then try to create a contact. The debug level is configured in $prefs['_GLOBAL']['loglevel'] = \Psr\Log\LogLevel::DEBUG;
$prefs['_GLOBAL']['loglevel_http'] = \Psr\Log\LogLevel::DEBUG; |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for your quick reply! https://localhost:5232/user/fg353tg4-hj65-rg5g-h5f4-3425fewfwef/ curl: (60) SSL: no alternative certificate subject name matches target host name 'localhost'. http://localhost:5232/user/fg353tg4-hj65-rg5g-h5f4-3425fewfwef/ curl: (52) Empty reply from server https://domain.com:5232/user/fg353tg4-hj65-rg5g-h5f4-3425fewfwef/ curl: (7) Failed to connect to ... port 443: The waiting time for the connection has expired What could this be? |
Beta Was this translation helpful? Give feedback.
-
Hello, I suppose you enabled SSL on the radicale server and now roundcube does not work anymore, at least that is plausible for your first two settings. The last one is weird because it attempted to connect to port 443 although the URL you showed explicitly specifies port 5232. I tried this on my end, however, and it works fine. So:
As I wrote, I tried this on my end with rcmcarddav 4.1.0 and it works fine. If it does not for you, please provide a carddav_http.log that shows what connection attempts rcmcarddav actually makes and where things go wrong. Also, your radicale config would be helpful to ensure the used port and that ssl is enabled. |
Beta Was this translation helpful? Give feedback.
-
Hello!
I use carddav (latest) with radicale (latest).
So far this also worked well. Now I wanted to change a contact, but did not work. Note was I think that in the address book path should not be specified localhost or something like that. I wanted to change this but now carddav no longer finds an address book.
so far:
https://localhost:5232/user/fg353tg4-hj65-rg5g-h5f4-3425fewfwef/
tried:
https://127.0.0.1:5232/user/fg353tg4-hj65-rg5g-h5f4-3425fewfwef/
or:
https://domain.com:5232/user/fg353tg4-hj65-rg5g-h5f4-3425fewfwef/
With DAVx5 it works fine. Therefore it can't be the address books of radicale.
Where is the error?
I am grateful for any hint!
Beta Was this translation helpful? Give feedback.
All reactions