Questions tagged [google-chrome]

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

Filter by
Sorted by
Tagged with
52 votes
8 answers
47k views

Chrome S3 Cloudfront: No 'Access-Control-Allow-Origin' header on initial XHR request

I have a webpage (https://smartystreets.com/contact) that uses jQuery to load some SVG files from S3 through the CloudFront CDN. In Chrome I will open an Incognito window as well as the console. Then ...
SunSparc's user avatar
  • 1,008
40 votes
9 answers
28k views

Why does typing an IP address instead of the corresponding domain name not show the website? [closed]

> host example.com example.com has address 93.184.216.34 example.com has IPv6 address 2606:2800:220:1:248:1893:25c8:1946 I type 93.184.216.34 instead of http://example.com in Chrome. It doesn't ...
user avatar
39 votes
5 answers
106k views

How can I fix this Windows 2012 Dashboard Error : Google Update Service

I just installed a fresh new Windows 2012 x64 Virtual Machine. The very first thing I did was install Google Chrome. When I went to the Dashboard, I get the following error (or it's made to look ...
Pure.Krome's user avatar
  • 6,578
30 votes
2 answers
7k 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 ...
Andrew Gwilliam's user avatar
28 votes
6 answers
99k views

Google Chrome: passthrough Windows authentication

The I.T. dept is considering allowing installation and automated deployment of Google Chrome browser to 100+ desktops. One of the requirements is for domain credentials to be passed through. The ...
p.campbell's user avatar
  • 4,407
21 votes
3 answers
52k views

Chrome reports ERR_SPDY_INADEQUATE_TRANSPORT_SECURITY connecting to local web server over HTTPS

Summary Chrome is reporting ERR_SPDY_INADEQUATE_TRANSPORT_SECURITY when I try and connect to my local web server over HTTPS. I am almost certain this problem has to do with my recent Windows 10 ...
NathanAldenSr's user avatar
15 votes
2 answers
7k views

OpenSSL returns different SSL certificate to that shown by Chrome

When querying Sparkfun's CDN url using OpenSSL with the following command: openssl s_client -showcerts -connect dlnmh9ip6v2uc.cloudfront.net:443 The common name returned in the certificate is *....
Geoffrey's user avatar
15 votes
2 answers
49k views

How can I customize the default settings when deploying Google Chrome for Business?

I want to be able to deploy Google Chrome for Business in my organization without any extra shortcuts being created and without any first-run prompts. The Chrome for Business installer is a Windows ...
Jay Michaud's user avatar
  • 3,973
15 votes
3 answers
38k views

Why does Android Chrome say my site's security certificate is not trusted?

My site is https://blendbee.com. It's using a PositiveSSL certificate that is valid. In Windows 8 Chrome the certificate is fine (green lock in top left corner). But...on my Android, it's not so ...
Kane's user avatar
  • 262
14 votes
1 answer
43k views

Refused to frame '' because it violates the following Content Security Policy directive: "frame-src *"

I have found many solutions to various situations with "refused to xyz" due to Content-Security-Policy Settings. However I can't seem to find what might be wrong if '' gets refused. The literal ...
Worp's user avatar
  • 327
12 votes
4 answers
16k views

How to debug pac file in chrome without alert function?

I recently experienced a problem with a new pac file with chrome, (same pac file with IE and Firefox works). I supposed that my problem is due to myIpAddress() function, see this post, which do not ...
Antoine's user avatar
  • 305
12 votes
1 answer
1k views

How to use Chrome's CRL sets (or some master CRL list) as a CRL file?

I am looking for a master CRL list. The closest thing I have found is the Chromium project's CRLSets. I used crlset-tools to get the crlset (crlset fetch > crl-set) and then dumped the serial ...
test's user avatar
  • 317
10 votes
10 answers
5k views

Google Chrome Enterprise - Any Gotchas?

Has anyone rolled out Google Chrome to a medium / large organisation? I would like to suggest it to our management (because I think it would work very nicely with some of our intranet applications),...
AJ.'s user avatar
  • 373
9 votes
1 answer
16k views

SSL certificate in system store not trusted by Chrome

I have a gitlab server running in our company for which I have obtained a certificate signed by our company's CA. Since I can access the site from a machine within our domain without getting SSL ...
LLlAMnYP's user avatar
  • 213
9 votes
2 answers
27k views

Where Do I Find The Update URL For Google Chrome Extensions?

I'm trying to setup group policy for Google Chrome (http://support.google.com/installer/bin/answer.py?hl=en&answer=146164) particularily I'm working on setting up the Configuring the list of force-...
Mike Hagstrom's user avatar
9 votes
2 answers
1k views

Free, web based alternative to Visio? [closed]

I have used Visio to map out my network structure, and have used the export function to create an HTML page that is searchable by IP, hostname etc. This is a really nice tool and I use it often. ...
user avatar
9 votes
1 answer
1k 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 ...
Vasily's user avatar
  • 221
9 votes
1 answer
3k views

how to configure IIS 7 so partial content requets/range requests on mp4 static files work.

I need help on how to setup IIS 7 so it can handle partial requests/range requests for serving mp4 files so Chrome can position seek and loop video. From what I have read IIS is supposed to support ...
axawire's user avatar
  • 91
8 votes
7 answers
17k views

Chrome slow over https sites, particularly internal ones

We are trying to deploy Google Chrome across our corporate network, but we're finding that it takes 2-4X longer to load an https page (particularly our own internal ones) compared to IE. Has anyone ...
Beep beep's user avatar
  • 1,833
7 votes
3 answers
44k views

Why does Chrome on 1 computer say my certificate is invalid/insecure? [duplicate]

I have a wildcard domain certificate from StartSSL for a site (https://later.webblocks.nl/). When I check it in any browser on my home PC, it's all good. (Green lock in Chrome.) When I check it in ...
Rudie's user avatar
  • 347
7 votes
2 answers
29k views

Integrated Windows Authentication with Chrome and FireFox

I have a webapplication which uses claims based authentication. The STS is ADFS 2.0. When I am in the intranet and use IE, IWA is used and no login dialog appears. When I am on the internet zone, the ...
Jaap's user avatar
  • 241
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 ...
ling's user avatar
  • 303
7 votes
1 answer
7k views

Is is possible to disable Certificate Transparency (audit log checking) of certificates in Chrome?

We utilize HTTPS deep packet inspection in our firewall via a trusted root certificate in the Windows certificate store. Chrome recently pushed forward with a feature to perform additional checks on ...
brandeded's user avatar
  • 1,860
7 votes
5 answers
1k views

Synchronize Chrome bookmarks across multiple machines [closed]

Update: no longer relevant, please vote to close. We all know and love xmarks for keeping Firefox bookmarks sync'd across computers, but... Almost everyone at our company has switched to Chrome. Has ...
Portman's user avatar
  • 5,271
7 votes
2 answers
4k views

Correct way to update Google Chrome MSI through Group Policy

I am deploying Chrome through group policy. This is working fine. Obviously Chrome has a pretty regular update cycle. I am not allowing Domain Users to install Chrome updates. Having subscribed to ...
George's user avatar
  • 383
6 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 ...
erwin's user avatar
  • 171
6 votes
2 answers
10k 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 ...
thomasfedb's user avatar
6 votes
1 answer
16k views

Installing Google Chrome on Amazon Linux

I am trying to install the latest version of Google Chrome on Amazon Linux using yum. As far as I can tell Amazon Linux is based on RHEL/Centos however, it doesn't look like Google support this ...
Marc Thomas's user avatar
5 votes
2 answers
317 views

How do other companies handle approved browsers and versions for internal corporate web development hardware?

I am a web developer for a very large IT organization. Our sites see a healthy portion of our traffic from Google Chrome. So as a web developer I have that browser on my development laptop to test our ...
Kip Diskin's user avatar
5 votes
3 answers
13k views

Running Google Chrome updates from a centralized location

We are trying to roll out Google Chrome as out enterprise browser. Does anyone know of a solution that allows for Google Chrome to be updated from a centralized location? For example, maybe through ...
hanleyhansen's user avatar
5 votes
1 answer
5k views

Chrome desktop and android refuses to accept trusted self-signed cert

I created a self-signed certificate using the following command using OpenSSL 1.1.1b (26 Feb 2019): openssl req -nodes -new --days 900 -subj /CN=192.168.0.104:8080 -x509 -keyout server.key -out ...
B T's user avatar
  • 155
5 votes
2 answers
23k views

SSL initial connection painfully slow in Chrome

Our customer has a PrestaShop based Webshop (https://www.hoerschiff.at) and now his hoster installed a SSL Cert. We updated the configuration of PrestaShop, so all pages are forced to be delivered via ...
Lukas Leitner's user avatar
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 ...
Dan Dascalescu's user avatar
5 votes
1 answer
6k views

Company Wide Windows Auth with Chrome and Firefox

I know that we can allow Firefox to allow passing through of Windows credentials by editing the following about:config settings --If using Kerberos-- network.negotiate-auth.trusted-uris network....
Cavyn VonDeylen's user avatar
5 votes
3 answers
16k views

Install chrome extensions via GPO

I'm attepting to install the adblock chrome extension using Google's Chrome ADM's. User Configuration/Policies/Classic Administrative Templates/Google/Google Chrome/Extensions Configure the list of ...
Force Flow's user avatar
  • 1,165
5 votes
1 answer
2k views

Remove SSL warning with internal websites

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 ...
selspiero's user avatar
5 votes
1 answer
2k views

Google Chrome and kerberos authentication against Apache

I've managed to get kerberos authentication to work now with Apache and Likewise Open but so far, Google Chrome doesn't seem to play fair. Unless I start it with chrome.exe --auth-server-whitelist="*...
Lars's user avatar
  • 578
5 votes
1 answer
10k views

Opening RDP Files with browser

In my organization, we are planning to make RDP files available via web browser. The hope is that users can just point their browsers to one or the other RDP file and have the remote desktop client ...
user avatar
5 votes
1 answer
1k views

How to prevent browser password prompts when no Active Directory single-sign-on?

We have single-sign-on working on an internal website, with Apache and mod_auth_kerb ... except users without the relevant browser config are getting password prompts instead of an error page. Users ...
Smylers's user avatar
  • 155
4 votes
3 answers
9k views

Chrome caching 302 redirects

I have a php script with is used to rotate banner images on a site. Under Firefox/IE page refreshes will make another request and a different image will be returned. Under Chrome, the request seems ...
Thermionix's user avatar
4 votes
2 answers
5k views

Google Chrome says my SSL uses outdated security settings but other site tests disagree [closed]

I installed StartSSL on my web server which is running Linux Apache on CentOS 6.5. shaaaaaaaaaaaaa.com said Nice. example.com has a verifiable certificate chain signed with SHA-2. However Google ...
OtagoHarbour's user avatar
4 votes
1 answer
10k views

Keep-Alive and Timeout Behaviours between different browsers on Windows

Short Version Why does chrome send out keep-alive's while IE and FF don't? Long Version Initially, I thought this was a server-side issue. I've got an apache server that's a frontend proxy for a ...
Dan R's user avatar
  • 255
4 votes
1 answer
8k views

How to configure Chrome on a Terminal Server

I have installed Google Chrome on a Windows 2003 Terminal Server and I now want to configure it for the users. How do I do that? For example clear cookies when browser close, set favorites and the ...
Mike's user avatar
  • 265
4 votes
1 answer
5k views

NET::ERR_CERT_COMMON_NAME_INVALID in Chrome but not in IE

I just used our internal Windows-CA to create a certificate for our internal server "hdl-diamant". When calling the website using "https://hdl-diamant", I do get "...
Andreas's user avatar
  • 393
4 votes
1 answer
2k views

What is the circle icon in Chrome's Network tab?

What is the circle icon in this request? It's a GET request that returns a pdf. It does it in incognito as well. I have the following extensions installed: Cisco Webex Extension Google Docs Offline ...
David Klempfner's user avatar
4 votes
2 answers
987 views

Chromium Browsers TLS1.2 Fails with ADCS issued certificate on Server 2012 R2

tl;dr: TLS 1.2 between Server 2012 R2 and Chromium based browsers fails when using AD CS issued certs. Works fine on Server 2016+, and on 2012 R2 with Firefox/IE/Cygwin-curl. We have several internal ...
RobbieCrash's user avatar
  • 1,221
4 votes
0 answers
7k views

Why is IIS 10 serving content using HTTP 1.1 instead of HTTP 2? [duplicate]

I have a base install of IIS 10 on Windows Server 2016 which I have setup my basic web application on. The application website uses HTTPS. For some reason, when browsing from Chrome 63, the content ...
Jimbo's user avatar
  • 309
3 votes
3 answers
948 views

Non-IE browsers wont auto-authenticate

We're considering offering Safari (windows), Chrome, Firefox and Opera as optional browsers in our 2500 person organisation. I'm just testing them out now and where IE auto-authenticates with our ...
christianlinnell's user avatar
3 votes
1 answer
229 views

New gTLD Chrome SSL Certificate errors

We've recently acquired a new .Care domain and are attempting to install a SSL certificate. Whilst FF and IE are perfectly happy with the certificate - both display the padlock, Chrome is not and ...
SWa's user avatar
  • 83
3 votes
1 answer
8k views

403 - Forbidden: Access is denied in Chrome

I installed a new certificate on IIS7. After I installed the certificate, I opened the site in Chrome and received the following message: I clicked Ok and now when I browse to the site in Chrome, I ...
Daniel Gee's user avatar

1
2 3 4 5 6