Questions tagged [browser]

8 questions
8
votes
3 answers

What minimum versions of operating systems and browsers are compatible with Google-managed SSL certificates?

Issuers of SSL certificates usually provide documentation of what minimum versions of OSes and browsers are supported by their solutions. Examples: Cloudflare Let's Encrypt However, I was not able to find such documentation for the Google-managed…
Greg Dubicki
  • 1,239
  • 1
  • 17
  • 33
1
vote
1 answer

Web browser fails to connect to website after 100 refreshes on client

I'm using an HTTP meta-refresh to execute a script multiple times. After 100 refreshes, the browser stalls. According to devtools, the browser doesn't even complete an initial connection to the server. After this point I can't load any other pages…
user97089
  • 111
  • 1
1
vote
1 answer

NGINX reverse proxy works on all browsers except Opera GX - what is causing the issue?

Hello I have a weird problem when browsing to my selfhosted Website: when I browse to my VPS Domain (which should proxy it to my homeproxy (nginx) and then to home webserver1) on Edge/Chrome/Firefox/Chromium it works as expected. when I do the same…
manu1337
  • 21
  • 5
0
votes
2 answers

Why is my browser displaying the Content-Type line?

Following what's described here --- https://httpd.apache.org/docs/2.4/howto/cgi.html --- I've created a tiny Perl document: #!/usr/bin/perl print "Content-Type: text/html; charset=utf-8\n\n"; print "Hello, World."; and called it first.pl. I've also…
John
  • 103
  • 2
0
votes
0 answers

what windows policy settings are minimally required to get true/false response from isUserVerifyingPlatformAuthenticatorAvailable()

In a corporate setting there are Windows Group Policies restricting the use of FIDO Platform authenticators (e.g. Windows Hello (for Business) on Microsoft Windows devices) Using the…
kmindi
  • 1,461
  • 1
  • 11
  • 18
0
votes
1 answer

Using the domain termination ".old" is causing web browsers to not detect that is a http/https server

I've created a virtual apache Server to host an old wordpress, everything went fine untill I tried to access the page via the domain on the browser. When accessing the domain on the browser instead of loading the page it's trying to search the…
arctumn
  • 3
  • 2
0
votes
1 answer

Firefox and other browsers not opennig, possibly relatd to NFS

I have a setup with a NFS server sharing the /home directory with some clients. Randomly, those clients are not able to open any browser (firefox, chrome, vscode [which is browser based]). I have not been able to find the full cause. Normally a full…
iluvatar
  • 101
0
votes
0 answers

How can i disable the TLS handshake with 128-Bit-Key from the browser with my apache2 settings?

When I load a website on an apache2 with ssl and look at the settings of the certificate in the browser, it is always a 128-bit key length, only want 256-bit and above to be allowed. I have that in virtualhost and try different:
Z0OM
  • 1
  • 1
  • 4
  • 20