Re: FIPS support in nginx?

2019-07-08 Thread kirti maindargikar
This is the entry in the nginx.conf which is using proxy cache . I dont see any option here to configure hashing algorithm location /nginx-picture { internal; proxy_buffering on; proxy_cache media; proxy_cache_key $uri$args; proxy_cache_valid 200 43200s; proxy_ignore_headers Exp

Re: FIPS support in nginx?

2019-07-08 Thread kirti maindargikar
Hi, We are using 1.10.3 nginx in FIPS mode. As discussed above we already have FIPS enabled on RHEL and we have recompiled nginx with OpenSSL FIPS. However we still see that Nginx is using MD5 algorithms ( which is not allowed in FIPS mode ) when we use proxy_cache to cache pictures . Looks like n

2019 NGINX User Survey: Give us feedback and be part of our future

2019-07-08 Thread Kelsey Dannels
Hello- Reaching out because it’s that time of year for the annual NGINX User Survey. We're always eager to hear about your experiences to help us evolve, improve and shape our product roadmap. Please take ten minutes to share your thoughts: https://nkadmin.typeform.com/to/nSuOmW?source=email Bes

Re: Nginx request processing is slow when logging disabled

2019-07-08 Thread Maxim Dounin
Hello! On Thu, Jul 04, 2019 at 01:07:04PM +0530, Om Prakash Shanmugam wrote: > Hello All, > > I have an Nginx reverse proxy connected to uWSGI backend. I have configured > nginx to log to a centralized remote syslog service as: > > *error_log syslog:server=example.com:514 >