Forum archive
owncloud SSL issue
Hi
I get the following error when accessing the Turnkey Owncloud server using https. I tried to issue a new self signed certificate using webmin (webmin -> webmin configuration -> SSL encryption -> Self Signed Certificate) but it didn't seem to do much. Is this the right place to make a new self signed certificate?
isWebDAVWorking: NO - Reason: [CURL] Error while making request: SSL: unable to obtain common name from peer certificate (error code: 51) (Sabre_DAV_Exception)
Thanks
just noticed that the new SSL certificate was written to
/etc/webmin/miniserv.pem
but owncloud uses
/etc/ssl/certs/cert.pem
so I just changed it to /etc/webmin/miniserv.pem and it seems to be working now