Forum OpenACS Q&A: Re: Trying to get https working with letsencrypt certs...

Collapse
Posted by Jim Lynch on
Pausing on that for a moment, I have another question, I've been getting permission denied when trying to use various combinations of the cert file...
Full chain then private key, private key then full chain, cert, then chain, then private key, etc etc, and I keep getting permission denied... I'm not sure where that message is coming from, or what function call is throwing that error.

I had a thought: when I start up naviserver, if I want to use port 80 (given it's below port 1024), I have to use -b IP:80... what do I do about port 443 which is -also- below 1024? Another -b? like this: -b IP:80 -b IP:443?

-Jim