Quote:
Originally Posted by gbm
EDIT
What OS and version?
|
Below is my OS.
Code:
$ lsb_release --all
LSB Version: :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch
Distributor ID: CentOS
Description: CentOS Linux release 7.5.1804 (Core)
Release: 7.5.1804
Codename: Core
Below is the server.
Code:
$ calibre-server --version
calibre-server (calibre 3.28)
Quote:
Try putting the certfile first:
Code:
--ssl-certfile /etc/letsencrypt/live/losito.ddns.net/fullchain.pem \
--ssl-keyfile /etc/letsencrypt/live/losito.ddns.net/privkey.pem \
|
I tried that, but everything works after following @kovidgoyal advice. He hit it right on the head when he stated the following statement.
Quote:
That error indicates youa re sending an http request to an http server. Use a URL of the form
|
If I enable SSL in the service file, then I have to explicitly use https in the browser. Exactly like he said.
So I think it's somewhat wanted to use a proxy using Apache or Nginx out of convenience. As per Goyal's advice. I think I'm going to try to use Nginx.
Furthermore, I want to thank you all for replying and maintaining this project. I absolutely love it.