Re: Nginx using HTPPS but without SSL ???

2023-01-27 Thread Jeffrey Walton
On Thu, Jan 26, 2023 at 8:26 PM Gus Flowers Starkiller wrote: > > I need test some pages in my office but with a different domain and I don't > have SSL certificates. > > Is there any way to publicate a web site with an alias? > For example mysite1.com (using nginx) to siteok.domain.com ??? Yo

Re: Nginx using HTPPS but without SSL ???

2023-01-27 Thread wordlesswind via nginx
I'm not sure if it's possible to use TLS without a certificate in nginx, but you can use OpenSSL to generate a CA certificate and server certificate and deploy it to nginx, as well as trust the CA certificate in the client: https://mariadb.com/docs/xpand/security/data-in-transit-encryption/c

Re: Allow/Deny rules in Location block

2023-01-27 Thread sandeep dubey
Thanks Reinis for the response and suggestions. I made the changes and unfortunately couldn't make it work. Later realised that we are running a Nginx Controller in GKE env., So assuming that the restriction changes should be done at controller level and not in the Nginx (not very sure). On Wed,