Re: curious .conf problem

2022-01-11 Thread David27
>> 2. The proximate cause for all these problems: Certbot did not generate an >> SSL certificate for a server block with a 'dot' prefix name even when it was >> listening to 443. It didn't complain, it just didn't expand the >> certificate. > > That seems like a curious thing to do. > > Maybe certb

Re: Use prebuilt Bzip, zLib and OpenSSL?

2022-01-11 Thread Jeffrey Walton
On Mon, Jan 10, 2022 at 10:40 PM Jeffrey Walton wrote: > > I need to build a modern Nginx from sources on an older platform. The > need arises because the organization can't upgrade a particular set of > machines. We want to set up a Nginx proxy to handle the front-end > work. Thanks Maxim and Th

Re: Use prebuilt Bzip, zLib and OpenSSL?

2022-01-11 Thread Jeffrey Walton
On Tue, Jan 11, 2022 at 4:02 PM Thomas Ward wrote: > > Which NGINX are you attempting to compile? Last I checked only the 1.21.x > branch (Mainline) has support for PRCE2, unless I missed a stable branch > release note... > Thanks Thomas. Nginx version is 1.20.2. I guess I'll wait for 1.21 t

Re: Use prebuilt Bzip, zLib and OpenSSL?

2022-01-11 Thread Thomas Ward
Which NGINX are you attempting to compile?  Last I checked only the 1.21.x branch (Mainline) has support for PRCE2, unless I missed a stable branch release note... Thomas On 1/11/22 15:45, Jeffrey Walton wrote: On Tue, Jan 11, 2022 at 8:27 AM Maxim Dounin wrote: Hello! On Mon, Jan 10, 20

Re: Use prebuilt Bzip, zLib and OpenSSL?

2022-01-11 Thread Jeffrey Walton
On Tue, Jan 11, 2022 at 8:27 AM Maxim Dounin wrote: > > Hello! > > On Mon, Jan 10, 2022 at 10:40:09PM -0500, Jeffrey Walton wrote: > > > I need to build a modern Nginx from sources on an older platform. The > > need arises because the organization can't upgrade a particular set of > > machines. We

Re: Use prebuilt Bzip, zLib and OpenSSL?

2022-01-11 Thread Maxim Dounin
Hello! On Mon, Jan 10, 2022 at 10:40:09PM -0500, Jeffrey Walton wrote: > I need to build a modern Nginx from sources on an older platform. The > need arises because the organization can't upgrade a particular set of > machines. We want to set up a Nginx proxy to handle the front-end > work. > >