Questions tagged [google-chrome]

Chrome is Google's web browser for Windows, OS X, and Linux.

Chrome is driven by the WebKit engine as well as Google's custom written JavaScript engine. The Google-authored components of Chrome were open-sourced under the name Chromium using the BSD license.

It is one of the most widely adopted browsers globally, comparable with Internet Explorer, Firefox, and Safari. It follows a rapid-release schedule that sees the major version number increase rapidly, usually over the course of week, rather than over the course of years like many traditional software release schedules.

257 questions
2
votes
0 answers

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 -> Akamai -> AWS ELB -> Nginx -> AWS Application ELB…
2
votes
0 answers

Dozens of identical HTTP requests from Chrome on Android

I'm seeing an odd pattern in my HTTP access log. Sometimes a mobile Chrome browser makes dozens of seemingly redundant HTTP requests to get the same page. What could cause this behavior? A buggy app that uses the default User-Agent string? Browser…
tuomassalo
  • 738
  • 2
  • 8
  • 22
2
votes
2 answers

Why isn't localhost resolving but other host entries are?

I have a Windows 7 machine that I am working on right now and am having trouble connecting to a local server that is bound to 0.0.0.0:1337 On all the other machines that run this configuration it works fine. The machine connects to the internet via…
Mike George
  • 131
  • 1
  • 5
2
votes
1 answer

Can't access local apache virtualhost using Chrome

I have a few virtualhosts on my localhost apache, here's the config of one (the others just change the letters before .localhost) ServerAdmin admin@dev.localhost ServerName dev.localhost ServerAlias dev.localhost …
Henrique Arthur
  • 123
  • 1
  • 1
  • 4
2
votes
0 answers

truncating compressed files on some browsers

I am experiencing a weird file truncation issue on downloads from my site. I am using Azure IIAS with two Application Request Routing servers on a load balanced Azure endpoint. Those ARR servers are routing the requests to IIS8 web server. What…
JMB
  • 43
  • 3
2
votes
1 answer

Disable File Browsing Chrome/Firefox

Want to publish Firefox or Chrome in a XenApp/RDS environment. However, I can't find any central way to disable file browsing (ie. type c:\ in address bar). In fact, I can't find any great way in general to do this at all with these browsers. This…
2
votes
1 answer

Remove SSL warning with internal websites, with Chrom

I am using a signed SSL certificate generated by our internal CA. I have added subject alternative names so that myserver.example.net and myserver are both valid for the site. This works correctly in both Firefox and IE, but in Chrome users are…
Mike Mestnik
  • 127
  • 1
  • 6
2
votes
1 answer

Why does Chrome fetch file in SSL so fast?

I have a remote server, which is about 390 ms ping delay. The server is nginx with ssl (spdy/2). When I use curl to fetch a small resource, it takes mostly 2 seconds. * About to connect() to i.vtcdn.com port 443 (#0) * Trying 115.84.182.206... *…
jcisio
  • 588
  • 1
  • 9
  • 22
2
votes
0 answers

"Error 7 (net::ERR_TIMED_OUT)" in chrome for local web app

Since about two weeks (around when Google updated stable to version 26), our internal users began receiving periodical timeouts upon requesting pages within our locally hosted app (from Google Chrome). Specifically: This webpage is not available.…
David Budiac
  • 515
  • 1
  • 6
  • 11
2
votes
1 answer

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 seconds connection dropped (unknown why) as monitored…
2
votes
2 answers

Windows Server 2008 Thin Client-Google Chrome issue

I work in a school system, and there is a thin client lab where 30 clients connect to a win2008 standard server, all using the same username. All clients were able to successfully launch chrome. After another admin reinstalled chrome using the new…
Thomas
  • 21
  • 2
2
votes
1 answer

With HTTPS-Enforcer chrome extension, a normal ping is answered by different site

I have installed the HTTP-Enforcer chrome extension. Now if I open a terminal and type ping google.com I see: $ ping google.com PING google.com.home (67.215.65.132) 56(84) bytes of data. 64 bytes from kcherenkov.github.com.home (67.215.65.132):…
Synesso
  • 209
  • 1
  • 4
  • 14
2
votes
1 answer

why does adding a DNS root zone to the URL sometimes result in security errors?

Disclaimer: I've only witnessed this behaviour on chrome. adding the rightmost dot to a URL as in facebook.com. should result in a fully qualified domain name (FQDN) and hence I wouldn't expect any problems when resolving that url. However chrome…
jcfrei
  • 175
  • 1
  • 7
2
votes
2 answers

Installing chrome in Centos 6.2 (Final)

I need to install chrome in a dedicated centos server where I only access via ssh, it doesn't have X or any windows graphical stuff. I need it to be able to pack extensions using google-chrome --pack-extension. I tried adding this to…
usjes
  • 21
  • 2
  • 4
2
votes
1 answer

apt-get duplicate sources.list entry for google-chrome (Ubuntu 11.10)

I am running Ubuntu 11.10. This is the only line in my /etc/apt/sources.list with the text "google" or "chrome" in it: deb http://dl.google.com/linux/chrome/deb/ stable main Sometimes (not always) when I run apt-get update, I get these warnings at…
Ben Lee
  • 666
  • 2
  • 9
  • 24