Questions tagged [chrome]

84 questions
1
vote
1 answer

Changing Chrome Working Directories on Mac clients

We're using Mac OSX 10.6.8 with NFS for home directories. Chrome seems to not like this, for a user who is logged in more than one machine. AFP was ok, but for other reasons we need NFS. It only allows you to start one instance. Ie, userA logged…
Jason
  • 11
  • 4
1
vote
1 answer

How to force OpenSSL to use same certificate-chain validation algorithm used by Chrome Browser and SSL LABS

Question: How can I force OpenSSL to use the same certificate validation algorithm used by the Chrome Browser and SSL Labs? Details: The certificate chain sent by "adswizz.com" includes a recently expired certificate from COMODO (expired May 30,…
David Jones
  • 165
  • 2
  • 8
0
votes
0 answers

How to check on CentOS 7.7 which process take 1 min because of slow page loading (TTFB 1 min)

I'm using CentOS version 7.7. A few days ago my frontend page (not whole website) TTFB is exactly 1 min. How I can check which process causes that? I'm using PHP 7.3 php-fpm ON Any way to check which process cause waiting for the first byte 60…
Aleks Per
  • 101
  • 3
0
votes
1 answer

Chrome finds certificate fault for website on one terminal session only?

On a Windows Server 2012(R2) I have users who connect to it via RDP. When using Chrome on that server just ONE user receives certificate warning when connecting to an internal HTTPS website. Chrome on that terminal server is latest 64bit version (as…
Gnudiff
  • 533
  • 6
  • 21
0
votes
1 answer

Why only one servername was redirect to https with chrome?

I have bulid two vhost with apache2.4(debian). cat /etc/apache2/sites-available/000-default.conf ServerName www.hwy.local ServerAdmin webmaster@localhost DocumentRoot /var/www/html ErrorLog…
scrapy
  • 337
  • 4
  • 17
0
votes
0 answers

Trying to force install a chrome extension for all users

I'm trying to force install an extension called 'Grammarly' for all users on a session host server. I have copied the necessary files to C:\Windows\PolicyDefinitions and when I run gpedit.msc, I can see under Local computer policy\Administrative…
0
votes
1 answer

Browser (chrome, firefox) download static file slow with nginx, not with apache2

I'm struggling with the fact that when having Nginx serving a 1.8 Gb file, when I put the URL in either Chrome or Firefox the download goes with 5 Mb/s, when I do it with wget or curl, same url, same client pc, the download goes with (my max.) 25…
Niels
  • 101
  • 1
0
votes
1 answer

Issue with Nginx SSL config 301 http to https

my default server config is : # redirection http://example.org vers https//example.org # server { server_name example.org; return 301 https://example.org$request_uri; } # redirection http ou https www.example.org vers https ou https…
erwin
  • 171
  • 1
  • 1
  • 7
0
votes
0 answers

Intranet server names and TLS certs

Our company has some development web servers in our domain. Our domain name is rather long and to avoid typing it, our staff has gotten in the habit of browsing to our webservers by hostname only instead of fully qualified domain name. For example…
Owen
  • 131
  • 7
0
votes
0 answers

Nginx ssl http/2 chrome doesnt work

https://tools.keycdn.com/http2-test says: HTTP/2 Test Result Yeah! domain.com supports HTTP/2.0. ALPN supported. In domain config: listen 443 ssl http2; NGINX -V from https://launchpad.net/~ondrej/+archive/ubuntu/nginx-mainline: nginx version:…
dima
  • 61
  • 5
0
votes
1 answer

Captive Portal issue with Chrome on Android

I have setup WebAuth on our public Wi-Fi. We have a Cisco WLC 5508 and when using iOS, Apple, Windows devices or some Android devices, the page loads correctly, however when I am using a device with Chrome 53.0.2785.124 as the default browser on…
Dacid Salin
  • 204
  • 4
  • 12
0
votes
1 answer

Chrome on Android issuing two-byte range request for static MP3 file served by Nginx

I'm hosting a 2.9MB MP3 file with Nginx. When I navigate to its URL using Chrome on Android, there are two requests made: one normal request, and one two-byte range request. When I copy the first request as a cURL command and execute it on Mac OS X,…
bluegate010
  • 99
  • 1
  • 4
0
votes
1 answer

max-age=0 sent by browsers despite headers modified everywhere

I have a headers/cache issue in my lamp [centos] website. Config: [root@localhost httpd]# httpd -v Server version: Apache/2.2.23 (Unix) Server built: Nov 25 2012 15:03:00 [root@localhost httpd]# php -v PHP 5.5.22 (cli) (built: Feb 20 2015…
Sebas
  • 535
  • 1
  • 8
  • 18
0
votes
1 answer

ERR_SSL_VERSION_OR_CIPHER_MISMATCH on Ubuntu

I'm running wordpress on a Digitalocean VPS with cloudflare installed. My ssl was working perfectly till a few days ago when a buch of clients informed me they received the following error when visiting the site (on chrome, it works on…
Jonathan
  • 276
  • 3
  • 13
0
votes
1 answer

Reflect HKLM registry changes to HKCU

Ok so I have a Local Group Policy (under Computer Config, not User Config) to force install extensions in Chrome. This policy needs to run for every user of the computer. The value is going to change based on a new version of our chrome extension…