Questions tagged [browser]

10 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,415
  • 1
  • 20
  • 34
4
votes
2 answers

How does a web browser use a HTTPS or SVCB DNS Resource Record (RR)?

Background IETF RFC 9460 defines SVCB and HTTPS DNS resource record (RR) which can be used to upgrade connections to HTTPS and also specify the application-layer protocols that are supported (ALPN). On September 7, 2021 Firefox 92 was released which…
Daniel
  • 205
1
vote
1 answer

Have web browsers automatically append DNS Suffix when DNS resolves with the suffix

If I have example.com in my DNS suffix search list and I open a browser and type www then the browser will talk to the OS which will talk to DNS; if www fails to resolve, my OS will append the items from my suffix search list until one succeeds;…
JohnLBevan
  • 1,408
  • 9
  • 28
  • 57
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
vote
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,511
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…
0
votes
0 answers

Grafana Dashboard queries don't work in browser but work through curl/postman

Setup I initially had TIG-stack (Telegraf, InfluxDB and Grafana) deployed in a Linux server where it worked as expected. I've recently deployed it on OKD (OpenShift upstream). I have several dashboards each of which work when the time range is small…
Anas
  • 1
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
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