Quote:
Originally Posted by paul55391
Thanks. It looks like I'm on the right track. A couple questions:
(1) The Mac Server already has a Self-Signed certificate. Can I use that instead of generating a new one with openssl?
(2) Whichever certificate I use do the certificate and key go in /etc/ssl? (And who should own them?)
|
Then you should not need new certificate or to enter the path.
see:
https://manual.calibre-ebook.com/ser...-other-servers
Quote:
Here, we will show you how to integrate the calibre Content server into another server. The most common reason for this is to make use of SSL or to serve the calibre library as part of a larger site. The basic technique is to run the calibre server and setup a reverse proxy to it from the main server.
A reverse proxy is when your normal server accepts incoming requests and passes them onto the calibre server. It then reads the response from the calibre server and forwards it to the client. This means that you can simply run the calibre server as normal without trying to integrate it closely with your main server.
|
You are on your own as far as setting up the Mac Server as a reverse proxy.
bernie