So I've RTFM and found the problem....
I manage my server with Webmin 1.680 and in the config opinion for the Apache server in the SSL virtual host, there is no place for a simple "code" that doesn't get the "chain" added to make the certificate trusted.....
After a couple of hours I've found that it was better to make everything in the terminal, and so I've followed the
https://support.comodo.com/index.php?_m ... gconfirm=1 and the difference from this method and the Webmin method was the
Code: Select all
SSLCertificateChainFile /etc/ssl/crt/yourSERVERNAME.ca-bundle
, after I've added this it started to work with the owncloud app both windows and android....
So it seems it was my problem not the server LOL
Thank you very much for everyone that replied to this topic