- Solved
- Archived
SSL_ERROR_HANDSHAKE_FAILURE_ALERT
SSL_ERROR_HANDSHAKE_FAILURE_ALERT
SSL_ERROR_HANDSHAKE_FAILURE_ALERT
'how to enable javascript
Hi, I created a new profile because of crashes. I have Firefox version 81.0.1 (64-bit). I have Ramdisk but I cannot edit anymore the cache location in browser.cache.disk.… (read more)
Hi, I created a new profile because of crashes. I have Firefox version 81.0.1 (64-bit). I have Ramdisk but I cannot edit anymore the cache location in browser.cache.disk.parent_directory. I can only toggle true-false but can't add the ramdisk location. Aren't we allowed anymore to use a ramdisk for cache?
Best regards, Ion
Hello, Firefox is blocking some website because it says it's not secure (see picture). I don't give a .... So I want to access the website anyways. However, there is NO w… (read more)
Hello,
Firefox is blocking some website because it says it's not secure (see picture). I don't give a .... So I want to access the website anyways. However, there is NO way to do that, NONE. I've searched everywhere. So I can only rely on you guys. How can I force the connection or bypass the F security, or get rid of it, or something... anything.
Here is a historic of my tests : My issue is simple. 2 days ago I could surf on some website completely fine. Then all of a sudden half my website get SO CALLED "The connection has timed out".
- Test server : So I go on the usual website-server-is-down to test if the server is down. The website itself is perfectly fine according to 5 testing website. - Test server 2 : Then I go through a "browser inside browser" website to test it again (dunno how it's called). I can access the main page then navigate fine on all test-browser. The website is therefore fine. - "Not secure" : Despite the viciously misleading message saying "connection timed out" that makes you believe the website is down and gone, it is actually fine, as proven above. It's just for some god unknown reason Firefox decided to block it, without telling you it's actually blocking it (nice move!). - No button : I searched but could not find a way to either force the connection or create security exception. I tried disabling all security in "privacy" tab in the option, no deal. - Certificate : I also went to try and add the website as an exception in the certificate list, but Firefox pretends it cannot connect to the website, therefore you cannot add the certificate. - Security.enterprise : I have removed the access from Avast to Firefox allowing me to unlock security.enterprise_roots.enabled. Once I had it unlocked, I tried either True or False, but no deal (including reboots comp & browser) - I spent 4 hours searching solutions on the web, but couldn't fin any. Is Firefox actively preventing me for surfing the web as I like... ?
In the end, I still cannot access this website. And I wanna say to Mozilla : It's my own liberty if I want to go and shoot myself in the foot by visiting a so-called "unsecured website". I should be able to do so if I want to...
Anyway, if any gosu out there has the skill, please help ? ^^; Thanks
Hi, IM having trouble getting on to TESCO.COM , i can get on with GOOGLE but with Firefox it keep saying :- == Oops... It looks like something is not right If you are s… (read more)
Hi, IM having trouble getting on to TESCO.COM , i can get on with GOOGLE but with Firefox it keep saying :-
Oops... It looks like something is not right
If you are seeing this page it is because your browser has failed some security checks
You may still be able to browse our site to find the feature or store you're looking for. Go to homepage, Contact Us, Site Map.
If you continue having trouble please contact our customer service helpline on: 0800 323 4040
Reference Id: 18.79476768.1594138726.1d58126e
THIS keeps on happening at least 6 - 8 a year. ive cleared the cache off Firefox, rebooted it, got a now TESCO site and it is still the same. Yet Google fires up all right all the time. I have got 3 pc of a type and they all can get TESCO without any trouble. Ive been with you for 20yrs and am reluctant to change noW. Tesco just say your better of using Google than Firefox, which isn't much help. Yes they can get me on (sometimes) but they all ways say Google is the one really.
There must be something i can do?
I lost bookmarks and user passes after firefox update. new version of firefox is 77.0.1 (64-bit) I read the related questions but did not understand how I could recover.… (read more)
I lost bookmarks and user passes after firefox update. new version of firefox is 77.0.1 (64-bit) I read the related questions but did not understand how I could recover. and attached pictures of my profile.
Will the current version of FireFox work on Windows 7?
Just updated to v83 & new tab button gone. googling no help-solutions seem to refer to old outdated menus/versions.
been using ff to login to vg for a couple years. ~2 weeks ago it quit working-i click login & nothing happens, the login page remains unchanged. login works with chro… (read more)
been using ff to login to vg for a couple years. ~2 weeks ago it quit working-i click login & nothing happens, the login page remains unchanged. login works with chrome & opera no problem.
Lost the "most visited" bookmark and need a way to restore it.
Every solution which I have found for Firefox 89 "Proton" so far which moves the Tabs Bar below the Navigation Bar (AKA "address bar"), with the Menu Bar above it, does N… (read more)
Every solution which I have found for Firefox 89 "Proton" so far which moves the Tabs Bar below the Navigation Bar (AKA "address bar"), with the Menu Bar above it, does NOT move the Tabs Bar below the Bookmarks Bar. The Bookmarks Bar appears to be overwritten and blank, and occupies space below the Menu Bar, Navigation Bar, and Tabs Bar. This empty space separates the three bars which are implemented and the content of the currently-selected tab below it.
Currently, my userChrome.css file is a copy posted by Corel-10 (?): __________________________________________________________________________________________________
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* TABS: bottom - Firefox 65 and later - updated for 89+ */ /* https://searchfox.org/mozilla-release/source/browser/themes/shared/tabs.inc.css */ /* https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox */ /* TABS: below nav-bar - Firefox 65 and newer - fixed 89+ */ /* ROOT -variables */ *|*:root { --tab-toolbar-navbar-overlap: 0px !important; --tab-min-height: 25px !important; /*override density*/ --tab-min-width: 80px !important; /*override default*/ } /* TABS: below nav-bar */ #navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) { -moz-box-ordinal-group: 10 !important; } #TabsToolbar { -moz-box-ordinal-group: 1000 !important; } /* TABS: position */ #TabsToolbar { display: block !important; position: absolute !important; bottom: 0 !important; width: 100vw !important; } #tabbrowser-tabs { width: 100vw !important; } /* navigator-toolbox: PADDING */ *|*:root:not([chromehidden*="toolbar"]) #navigator-toolbox { padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*ADJUST*/ position: relative !important; } /* TABS: HEIGHT */ #tabbrowser-tabs, #tabbrowser-arrowscrollbox, #tabbrowser-tabs .tabbrowser-tab { min-height: var(--tab-min-height) !important; max-height: var(--tab-min-height) !important; } /* TABS: APPEARANCE */ #TabsToolbar { height: var(--tab-min-height) !important; margin-bottom: 1px !important; box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important; /*OPTIONAL*/ background-color: var(--toolbar-bgcolor) !important; color: var(--toolbar-color) !important; } /* indicators - hide */ .private-browsing-indicator {display: none !important;} .accessibility-indicator {display: none !important;} /* window controls in full screen - hide*/ #TabsToolbar #window-controls {display: none !important;} /* caption buttons on tab bar - hide */ *|*:root[tabsintitlebar]:not([inFullscreen="true"]) #toolbar-menubar[autohide="true"] ~ #TabsToolbar .titlebar-buttonbox-container {display: none !important;} <nowiki></pre><br> ________________________________________________________________________________________________ Evidently, the text editor for this website does several things to the above original text that, frankly, seem unnecessary and undesirable. The .CSS file is just an unformatted text file, so what is the problem with simply copying its contents and pasting it in to the body of this post? Which is also to say that I do NOT have a clue as to what any line in the file is meant to do, what effect it has, why it is even in the file at all, or why it is written in the way that it is. So DO NOT tell me that I "CAN" create a Cascading Style Sheet on my own when I cannot even modify one that has been provided. On the face of it, something is missing from the above CSS text. What change needs to be made to the above content so that the Bookmark Bar will appear between the Navigation Bar and the Tabs Bar?? Thank-you very much for your time and attention to this request for assistance.
Today, when I go to print out a web page, the format of the Print Preview window has changed and the"Simplify Page" option is missing. I use this feature all the time. … (read more)
Today, when I go to print out a web page, the format of the Print Preview window has changed and the"Simplify Page" option is missing. I use this feature all the time. Without it many pages are impossible to print. How can I restore this feature?
Hi all After update 90.0.2 installed on my computer, FIrefox started flickering all the time a new page gets opened. I have never had such a problem before, nor I had any… (read more)
Hi all After update 90.0.2 installed on my computer, FIrefox started flickering all the time a new page gets opened. I have never had such a problem before, nor I had any hardware change in the last two months. I tried several proposed solutions concerning flickering like refreshing, disabling hardware acceleration etc. but nothing helps. I wonder what happened in 90.0.2 which caused that. I just installed update 91.0 and the flickering still persists.
I am using Windows 7 Enterprise 64-bit on a Dell Vostro 3750 Laptop if that matters. Thank you
Good Morning Today I had to repair Firefox and after restarting, I felt a strange scrolling sensation, it was not the normal Firefox scrolling, I even thought I had opene… (read more)
Good Morning
Today I had to repair Firefox and after restarting, I felt a strange scrolling sensation, it was not the normal Firefox scrolling, I even thought I had openend the wrong browser...so I went check about:config , and found some values where changed as new default values:
general.smoothScroll.mouseWheel.durationMaxMS 200 general.smoothScroll.mouseWheel.durationMinMS 50
I tought it was me the problem so I installed an older version of Firefox (80.0) in order to compare, and found a normal scrolling and those values:
general.smoothScroll.mouseWheel.durationMaxMS 400 general.smoothScroll.mouseWheel.durationMinMS 200
I think this is a mistake from devs, if i wanted to have horrible scrolling, I could just use Edge instead of Firefox, could you please bring the original scrolling back to Firefox?
Thanks
I just updated to Firefox 71 and the screenshot option disappeared from the page and mouse right click menus. How can I fix this? thanks
I do web design. And my problem is that I used to click the refresh button in firefox and it would instantly load an updated version of the pages I was working on. But no… (read more)
I do web design. And my problem is that I used to click the refresh button in firefox and it would instantly load an updated version of the pages I was working on. But now it does the exact same thing I hate about chrome. It loads pages using cached css and javascript files. And the only way to view the updated websites is to go private mode which is very annoying. Is there an option to get around this? Or it's a software problem?
So I've got Proton UI forced on me today in 92.0 update and accordingly had to spend my entire evening trying to repair all of the damage. So far I've managed to fix menu… (read more)
So I've got Proton UI forced on me today in 92.0 update and accordingly had to spend my entire evening trying to repair all of the damage. So far I've managed to fix menu spacing and the way tabs look all while not breaking previous walls of text in userChrome.css meant to fix even older UI problems. Still one thing I failed to find any solutions to is the bookmark drop-down menus color issue. Those menus used to be gray, but now they are all bright white, which to me is super annoying. Any tips on how to fully recolor those?
Hi, I am using the dark mode in firefox which is god sent boon to persons having glaucoma, with dark mode in firefox and dark reader add on. This was going well and after… (read more)
Hi, I am using the dark mode in firefox which is god sent boon to persons having glaucoma, with dark mode in firefox and dark reader add on. This was going well and after a recent update, I could not find it working. The dark mode is enabled and dark reader was there, but the browsing pages only shows in white. Has firefox changed anything recently to have this issue? If I miss something would the experts say, how to get back my dark browsing experience in all sites. If I find anything not visible in some sites, I used to go the windows properties and change the contrast theme to windows basic blue theme and then switched back to dark theme. this was helping the glaucoma persons very much. please, say how to solve this problem
The profile my wife uses has almost 400 MB in the profiles/storage/default folder and & looks like every link she has ever clicked on. She uses AOL for her home page … (read more)
The profile my wife uses has almost 400 MB in the profiles/storage/default folder and & looks like every link she has ever clicked on. She uses AOL for her home page & clicks on all sorts of news articles.
How do I trim down its size? Can I delete some history, such as old stuff? Thanks
I just recently upgraded to Firefox 87.0 (64-bit) for Windows 7. Before the upgrade if I wheel clicked on a link it would open up in a new tab. Now it does absolutely n… (read more)
I just recently upgraded to Firefox 87.0 (64-bit) for Windows 7. Before the upgrade if I wheel clicked on a link it would open up in a new tab. Now it does absolutely nothing. I've even tried holding the wheel click for 10 seconds, still nothing.
I have verified the following settings in about:config; browser.tabs.opentabfor.middleclick=true middlemouse.contentLoadURL=false middlemouse.paste=false middlemouse.scrollbarPosition=false
When I was doing a search for related questions to this problem I found a user 3 years ago had a similar problem, and that they had an addition setting: middlemouse.openNewWindow=true. This setting no longer seems to be there. I have no idea if this setting was recently removed, and is the source of my problem, or if it was removed a while ago and my problem is the result of some other change. I have restarted Firefox twice, and even rebooted my laptop, in an effort to fix this problem. Nothing has worked. Depending on what I am doing I rely on using the wheel click HEAVILY, as it is much simpler to close a tab then to hit the back button 4, 10, or 20 times to return to where I started, or if I'm trying to keep track of what links I've followed from doing a search without having to re-do the search and hope I get the exact same results (with Google I never do).
At this time I am already heavily inclined to just return to the previous version of Firefox, despite how much of a pain that will be, however this is a recently released update, so I feel I should give the devs a chance to fix any new bugs from the update. That, and I won't have the time around work for several days, probably over a week, which makes it more practical to give the devs a chance to release a patch that fixes the problem.