All Questions
Tagged with google-chrome nginx
17 questions
0
votes
1
answer
2k
views
Setup in nginx will lead to security warning in Google Chrome
Since 2 days, our users get the following warning when trying to login on our service:
English version:
The information you're about to submit is not secure
Because this site is using a connection ...
3
votes
0
answers
744
views
Why does setting NFS sync option for AWS EFS cause nginx/Chrome to chunk or break a file upload?
Question: Why does an NFS mount using the sync option cause nginx and/or Chrome (and only Chrome; not Safari, Firefox, Edge or curl) to chunk or restart the file upload?
Some background:
I have nginx ...
30
votes
2
answers
9k
views
Site is accessible by domain in all browsers but Chrome
I'm trying to set up a website using an Ubuntu machine running nginx. For some reason, I'm able to access the site by the domain name in Safari and Firefox, but in Chrome it's unable to access the ...
0
votes
0
answers
337
views
Chrome err_spdy_protocol_error and Firefox using spdy without according headers
On Chrome, when calling my webpage, I get a err_spdy_protocol_error page. Also, an nginx ssl handshake error is thrown. This got me thinking, why is Chrome using SPDY to call my page and why does it ...
7
votes
1
answer
3k
views
nginx conf: http2 module not working in Chrome in ubuntu 18.04
I'm trying to setup the http2 module in nginx on a fresh Ubuntu 18.04 vps.
Http2 works fine in Firefox (I checked the response headers).
Some third party websites indicate that my http2 configuration ...
0
votes
1
answer
3k
views
How to configure nginx cache to help Chrome browser
I have an issue where Chrome browsers do not reload updated javascripts.
This is because, in Chrome, the request is never sent to the server.
The other browsers I support (Firefox, Edge, Safari) ...
-1
votes
1
answer
76
views
Downloaded size is smaller than real size [closed]
I have deployed a website in my server by Nginx and CloudFlare. When I ssh the server and do ls -l over editor.main.js and editor.main.js.map, it shows that their size is 1778867 and 6379687 ...
0
votes
1
answer
2k
views
Cannot connect through WebSockets with nginx proxy
My setup consists in a headless Chrome instance running on http://localhost:9222. It works if I connect to it directly through a WebSocket client.
I would like to put a Nginx server block as a proxy ...
7
votes
1
answer
12k
views
why Chrome browser doesn't recognize my nginx http2 server?
I setup my Nginx conf as per Digital Ocean paper,
and now http2 is available...
But in Chrome (Version 54.0.2840.98 (64-bit)) Dev tool, it's always on HTTP 1/1 :
NAME METHOD STATUS ...
8
votes
2
answers
11k
views
Wildcard *.localhost SSL with Nginx and Chrome
I've attempted to set up a wildcard *.localhost for HTTP and HTTPS with Nginx proxying requests to localhost:3000. DNSmasq is used for resolving *.localhost to 127.0.0.1.
Everything works fine for ...
9
votes
1
answer
2k
views
Chrome makes way too many requests (~22000) while downloading MP4 video (~34MB)
We host some video files (mp4) on our site.
All the files are loaded way too slow in Google Chrome, in FF everything is OK.
I tested downloading of a file with size of 34MB (I opened the file by a ...
2
votes
0
answers
473
views
HTTP DELETE timeout between Nginx and Application
We're facing a really weird error using HTTP DELETE, the symptom is occasionally the user gets a 504 (timeout) error in the browser.
The requests flow through the steps described below:
Browser -> ...
5
votes
1
answer
5k
views
nginx redirect that forces update of URL in the browser
I have a very basic nginx setup that redirects www.example.com to example.com, following the best practice. It works, and in the Tor Firefox browser, going to http://www.idorecall.com/blog indeed ...
0
votes
2
answers
381
views
Spdycheck is OK but Chrome 42 has Not Spdy Enabled
I am trying to implement spdy protocol with Nginx 1.8.0. I've built it with spdy module.
When I check my website through spdycheck.org it is everything green and says spdy 3.1 is supported, but ...
3
votes
1
answer
22k
views
Chrome ignores Set-Cookie directive from nginx reverse proxy
I want to expose v1.2 of my API (and it's documentation) to users in China. The parent site mysite.mycompany.com is blocked for them, but 1.2.3.4 isn't, so I'm building a reverse proxy at that address ...
1
vote
2
answers
509
views
SPDYCheck says "yay", but my browser says "nay"?
SPDYcheck.org gives the thumbs up all round, with its only criticism being
Out-of-Date SPDY Protocol Support
The most recent version of SPDY is spdy/3. The highest version this website
supports is ...
2
votes
1
answer
3k
views
HTTP Keep-Alive puzzle with EC2 Linux, Nginx and Chrome
Please, help to solve HTTP keep-alive problem.
Basically, I have amazon-ami linux (v2012.09) on EC2 running nginx (v1.2.6).
Chrome (v25.0.1364.99) accesses HTTP page normally, then after about 30 ...