The following input errors were detected: communication failure
Trying the Nextcloud backup, but I seem to bump into something and keep gettingCode: [Select]The following input errors were detected: communication failure after hitting 'Setup/TestNextcloud'
My Nextcloud server is Debian specs are:4.9.0-6-amd64nextcloud 13.0.4
a separate user for Opnsense backups, TOTP enabled(which shouldn't matter since app id is used)a app password for OpnsenseNextcloud machine firewall set to allow OpnsenseThe same method is used for an android phone a mediaplayer and ArchLinux on a different account, they seem to work fine.
Logs contain no info about this or I'm looking for the wrong ones.Live view shows all connections are allowed.Tried with 2fa and without (on Nextcloud) and logout to activate the change, the failure is the same.Thanks mark
edit: one thing I forgot to mention may be important or not !?I'm NOT running my Nexcloud server on:nextcloud.server.domainInstead I have it on:server.domain/nextcloud
config[23141]: {"url":"https:\/\/cloud.localdomain\/nextcloud\/remote.php\/dav\/files\/backer\/","content_type":null,"http_code":0,"header_size":0,"request_size":0,"filetime":-1,"ssl_verify_result":18,"redirect_count":0,"total_time":0.164199,"namelookup_time":0.004971,"connect_time":0.005542,"pretransfer_time":0,"size_upload":0,"size_download":0,"speed_download":0,"speed_upload":0,"download_content_length":-1,"upload_content_length":-1,"starttransfer_time":0,"redirect_time":0,"redirect_url":"","primary_ip":"10.10.100.6","certinfo":[],"primary_port":443,"local_ip":"10.10.100.1","local_port":42812}
Hey fabian, thanks for the clear answer.Your first Q. :yes using self signed cert. for my server, all is a localdomain.Next: what say the logs:Code: [Select]config[23141]: {"url":"https:\/\/cloud.localdomain\/nextcloud\/remote.php\/dav\/files\/backer\/","content_type":null,"http_code":0,"header_size":0,"request_size":0,"filetime":-1,"ssl_verify_result":18,"redirect_count":0,"total_time":0.164199,"namelookup_time":0.004971,"connect_time":0.005542,"pretransfer_time":0,"size_upload":0,"size_download":0,"speed_download":0,"speed_upload":0,"download_content_length":-1,"upload_content_length":-1,"starttransfer_time":0,"redirect_time":0,"redirect_url":"","primary_ip":"10.10.100.6","certinfo":[],"primary_port":443,"local_ip":"10.10.100.1","local_port":42812}Than: no hehe I did not forget the 's' I click on it from another webpage I don't know what I was thinking here, I don't do that, just the addressI allraedy 'knew' app password should be okay with 2fa but still tested I, wanted to be sure that was not an issue when I post here, thanks.
Very likely another certificate validation error. I would check host name and time range of the certificate but I don't know this code.
Hey akron, what @fabian says, and a question: did you check the certificate with another connection, did that work?My guess, there's something wrong with the crt.Btw. I simply pushed the crt. to the store and that was it, no CA (need to set that up in spare time, heck, I may use Opnsense for that )Greetings mark
Quote from: qinohe on June 27, 2018, 01:33:37 pmHey akron, what @fabian says, and a question: did you check the certificate with another connection, did that work?My guess, there's something wrong with the crt.Btw. I simply pushed the crt. to the store and that was it, no CA (need to set that up in spare time, heck, I may use Opnsense for that )Greetings markI am confuse, I am getting another error now ssl_verify_result":20
20 X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY: unable to get local issuer certificate the issuer certificate could not be found: this occurs if the issuer certificate of an untrusted certificate cannot be found.
what I did was to put the SSL crt /usr/local/share/certs the crt contains the certificate data followed by private key, is this correct? also I tried to put in pem format no change