Questions tagged [firefox]

Mozilla Firefox is a free and open source web browser descended from the Mozilla Application Suite.

257 questions
0
votes
5 answers

(Exchange 2003) Outlook Web Access and firefox

We are evaluating to switch our mailenable mail server to an exchange 2003 one. The web interface of mailenable is great, and works fine with firefox. I am wondering if outlook web access (exchange 2003) can be configured to work with firefox in…
Magnetic_dud
  • 1,036
  • 2
  • 15
  • 29
0
votes
1 answer

Apache, SSL, UCC not working on CN but works on subjectAltName

I recently generated a UCC for domain1.com *.domain1.com domain2.com *.domain2.com now when i visit http://domain1.com in Firefox i get: domain1.com uses an invalid security certificate. The certificate is not trusted because the issuer…
Shoaibi
  • 809
  • 1
  • 10
  • 28
0
votes
1 answer

How do I solve an -228 download error when installing a FireFox addon?

Our online application requires that users install a web browser plugin, and I have several plugins hosted on S3 for people to download, and one of them is for Firefox. While the other plugins can download and install fine, the FF plugin causes…
Jason
  • 1
  • 1
0
votes
2 answers

How do I have my HTTPS server install the issuer cert in the browser's trusted authorities keystore?

To illustrate what I'm trying to do: https://www.google.com uses a cert issued by Thawte SGC CA (which in turn is issued by one of the Verisign CAs). It looks like Internet Explorer comes with that issuer cert preinstalled, but Firefox (I'm using…
Alex
  • 253
  • 2
  • 9
0
votes
1 answer

upgrade OWA (03 to 07) without upgrading Exchange (03)

Sorry for the potentially ridiculous question. Is there some sort of hack or work-around to upgrade OWA to 2007 while using Exchange 2003? If not, are there any ways to improve the default layout / skin? Maybe Greasemonkey scripts?
0
votes
1 answer

FireFox gets ns_error_net_interrupt when clicking on loaded page

FireFox is connecting to my website, but accessing already visited pages would randomly not connect resulting in a Secure Connection Failed Chrome and Microsoft Edge are not having that problem. What is strange is that reloading the page is also…
MeSo2
  • 254
  • 1
  • 3
  • 18
0
votes
1 answer

What happens to a user's browser cache when the website's IP address changes?

When a website's nameserver is set to point to a new IP address, do the cached html pages and images in the user's browser invalidate and get re-fetched? Consider this case: The nameserver's A record's TTL is 5 minutes. The website's HTML, js and…
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
1 answer

time nohup ./script --> the time hasn't been logged

I need to measure the time that Firefox takes to build itself from the source code. Here's what I do normaly: nohup ./mach build > my_log.log & I then prepended time to it: time nohup ./mach build > my_log.log & However, this hasn't made it…
0
votes
0 answers

How to import certificate file in firefox for deployment?

I tried the settings in this link to use the system default certificate store in firefox but not working. The firefox is not showing certificates from system store. It is using its own section, which is in the profile folder of firefox in appdata…
user2331760
  • 155
  • 4
  • 12
0
votes
0 answers

Why Firefox is trying to access .bashrc?

This Ubuntu 22.04 installation is fairly new. Why firefox is trying to read .bashrc and many other files. Does this indicate a security breach? [340664.822484] audit: type=1400 audit(1665738538.467:3862): apparmor="DENIED" operation="open"…
0
votes
0 answers

SSL Certificate Not Being Recognized On Mozilla Firefox (MAMP Server)

I’m currently using an SSL certificate on a MAMP server that I made myself via OpenSSL. I’m running the MAMP server on an Apple Mac that’s running Monterey 12.4. I have no problems running the website that I’ve created via the MAMP server with the…
0
votes
1 answer

Charles works as proxy but doesn't record http requests

I have installed latest version of Charles Web Proxy and use default proxy settings (port 8888) I have configured Mozilla Firefox to use this port locally for proxy My browser works through proxy as expected (when I shutdown Charles - Mozilla…
user149691
  • 531
  • 1
  • 4
  • 6
0
votes
2 answers

Set network.auth.use-sspi in Firefox with Group Policy

I have downloaded the Group Policy templates and copied them to the appropriate location. In gpedit.msc I have set: Computer Configuration > Administrative Templates > Mozilla > Firefox > Authentication > SPNEGO to include the required domain names…
Jon
  • 1
  • 2
0
votes
1 answer

How to make Firefox prompt for Windows's own certificate store's client certificates?

As per this blog post it should be possible: https://blog.mozilla.org/security/2020/04/14/expanding-client-certificates-in-firefox-75/ Yet when browsing a site which asks for a client certificate it doesn't open a prompt. (On the same site the…