Can nginx do HTTPS content caching if used as tunnel/caching proxy? If yes, how? [migrated]
Can nginx do HTTPS content caching if used as tunnel/caching proxy? If yes, how?
Collaborate Disseminate
Can nginx do HTTPS content caching if used as tunnel/caching proxy? If yes, how?
F5 announced enhancements to its application security portfolio. The new solutions highlight F5’s progressive approach to application security, enabling customers to deliver safe, frictionless, and modern digital experiences as consumers increasingly r… Continue reading F5 enhances its application security portfolio to help protect customers against fraud and evolving threats
I want to serve a Flask application from my pc. Other machines in my network only should be able to consume the API. However, I wish to have the communication between the other machines and the API secured using https with a self-signed ce… Continue reading Can a machine running a packet sniffer see what nginx is forwarding on localhost to a Flask app?
replaced IP and email
So, I made self signed nginx on centos using
https://www.digitalocean.com/community/tutorials/how-to-create-a-self-signed-ssl-certificate-for-nginx-on-centos-7
I ended up with three files
-rw-r–r–. 1 root root 1509 … Continue reading SSL self signed nginx Chrome ok, edge not ok
stackexchange is an elitist, democracy over knowledge, pandering, fanfare ass platform. fuck joel, the other founder, and the sexual predators you have as moderators (arnon weinberg).
keep voting slaves.
what a garbage fucking society.
I am setting up an NGINX reverse proxy, which sits in front of an API. I would like to use:
proxy_set_header X-Secret-Key ${SECRET_VALUE};
to add a token to the request, which is then read by the API. ${SECRET_VALUE} is pulled from a secre… Continue reading Is there any way for a client to view headers set by an NGINX reverse proxy?
I am using nginx as a reverse proxy with the following config:
location / {
resolver 1.1.1.1;
proxy_http_version 1.1;
proxy_pass http://webserver.example/$http_host$request_uri;
}
I have only static content hosted on the webse… Continue reading nginx reverse proxy traversals attacks
It’s essential for older companies to recognize changes in the marketplace or face the brutal reality of being left in the dust. F5 is an old-school company that launched back in the 90s, yet has been able to transform a number of times in its history to avoid major disruption. Over the last two years, […] Continue reading Why F5 spent $2.2B on 3 companies to focus on cloud native applications
Scenario
I have a website secret.example.com, which contains information which must not be disclosed to third parties. In order to protect the information, TLS client authentication was chosen. Whether or not a client is authorized depends… Continue reading Is this nginx config suitable to enforce proper authorization?
I have nginx and php-fm set up to front a word press site. I used certbot to setup TLS.
When I load any page, I see selinux violations and it looks like php-fpm is trying to reach out to some port 443 for some reason and getting blocked.
… Continue reading Why is php-fpm trying to connect somewhere on port 443?