Hello!
I'd like to report a problem with the RHEL/CentOS instructions at
https://nginx.org/en/linux_packages.html#RHEL-CentOS
They don't work on RHEL 7. When I attempt to install the nginx package
as root with
yum install nginx
I get an HTTP 404 error:
http://nginx.org/packages/centos/
Works with http but not with https: I tried to add second proxy_pass for
https
server {
listen 443 ssl;
server_name _;
ssl_certificate my.crt;
ssl_certificate_key my.key;
root /usr/share/nginx/html;
include /etc/nginx/default.d/*.c
Hello!
On Mon, Sep 30, 2019 at 10:53:02PM -0700, Frank Liu wrote:
> When using ssl_client_certificate or ssl_trusted_certificate to verify
> client cert, is there a limit on the pem file size or number of CAs? How to
> tune that if we need to increase that size? What's the impact if that file
> i