Why is firefox using the (presumably broken) RC4 128bit SSL encryption as highest priority default encryption?

128 bit encryption is no longer a real security deal. There are known attacks on RC4 and there is a warning from NIST to do not longer use it in a new product.
Firefox uses an internal list on prefered cipher suites. Why does firefox do not request for 256 bit encryption as default (AES and Camellia) and in a second step, if negotiation with an outdated server fails, fall back to 128 bit encryption? I know the user can block 128bit from about:config, but why is such an insecure and outdated SSL encryption option the default behaviour?

You can disable the 128 bit RC4 ciphers by setting the related security.ssl3.* prefs to false.<br />
If you need to visit a server that only works with an 128 cipher suite then you can enable one or two 128 SSL ciphers.<br />
Note that some servers host CSS files on such servers with older server software.
*security.ssl3.rsa_rc4_128_md5
*security.ssl3.rsa_rc4_128_sha
*http://kb.mozillazine.org/about:config

Similar Messages

  • Mac OSX 10.8.3, Firefox 20.0 - Can't eject volume "because Firefox is using it". Why is firefox using my external media?

    Mac OSX 10.8.3, Firefox 20.0 - Can't eject volume "because Firefox is using it". Why is firefox using my external media?

    Did you use Firefox to download something to that external media?
    If so, try clearing the Downloads Manager.

  • When I put a website Icon on my desktop, how do I make firefox use the Icon native to that website instead of the default Firefox Icon?

    When I drag and drop a website onto my desktop, how can I make Firefox use the icon native to that website instead of the default firefox icon?
    I have even gone painstakingly (SEVERAL TIMES) to the sites with IE, dragged the site onto my desktop in order to obtain the site native icons for my desktop (and deleted the ones with the Firefox icon) .... but they all soon revert to the default Firefox icon.
    E X T R E M E L Y F R U S T R A T I N G !!!!!!!!!

    I don't want icons from the Firefox library.
    I want the icon that comes from the website I'm making the shortcut for.
    (If you go to a site in IE you will see the site generated icon at the left end of the URL in the address field.)
    If I make IE my default browser I am able to get (and keep) those icons as shortcuts on my desktop without a problem.
    I want to keep Firefox as my default browser.
    So I want to know how to make Firefox accept the icon that comes from the website like IE does.
    I have even gone to the trouble to use IE to create the shortcuts with the site specific icons.....but after I do that...... FIREFOX CONVERTS THEM TO THE FIREFOX DEFAULT ICON as soon as I re-boot or refresh my desktop.
    I generally prefer Firefox as a browser....but If there's no fix.....I'm going to dump Firefox.

  • Hi, why do we use the break and continue structure?

    Hi, I was wondering why do we use the break and continue structure in some program such as:
    for ( int i = 1; i <= 10; i++ ) {
    if ( i == 5 )
    break;
    So, now why do we use those codes, instead of achiving the same results by not using the if structure.
    I am new in java so I can be totaly wrong that is why my question come to you guys.
    I will appriciate if you let me understand more.

    I may not completely understand your question, but - imagine the following scenario:
    // Looking for some value in a long, unsorted list
    Object target = null;
    int index = -1;
    for (int i = 0; i < list.size(); i++) {
        Object curObject = list.get(i);
        if (curObject.equals(source)) {
            target = source;
            index = i;
    if (target != null){
        System.out.println("Found it at " + index);
    }You will always run through the entire long list, even if the thing you are looking for is the first thing in the list. By inserting a break statement as:
    // Looking for some value in a long, unsorted list
    Object target = null;
    int index = -1;
    for (int i = 0; i < list.size(); i++) {
        Object curObject = list.get(i);
        if (curObject.equals(source)) {
            target = source;
            index = i;
            break;
    if (target != null){
        System.out.println("Found it at " + index);
    }You can skip whatever's left in the list.
    As for continue, yes, I suppose you could use a big if, but that can get burdensome - you end up with code like:
    for (int i = 0; i < list.size(); i++) {
        Object curObject = list.get(i);
        // you want to do the rest only if some condition holds
        if (someCondition) {
            // do some stuff -
            // And you end up with lots of code
            // all in this if statement thing
            // which is ok, I suppose
            // but harder to read, in my opinion, than the
            // alternative
    }instead of
    for (int i = 0; i < list.size(); i++) {
        Object curObject = list.get(i);
        // you want to do the rest only if some condition holds
        if (!someCondition) {
            continue;
        // do some stuff -
        // And you end up with lots of code
        // all outside of any if statement thing
        // which is easier to read, in my opinion, than the
        // alternative
    }Hope that helped
    Lee

  • In Linux, my firefox uses the /etc/firefox profile for all users, now I need ONE user only to start with their own profile, I'm struggling to achieve this, please help!

    In Linux, my firefox uses the /etc/firefox profile for all users, now I need ONE user only to start with their own profile, I'm struggling to achieve this, please help!

    .Jake. wrote:
    I forgot to say that the hard drive has not been used yet...
    So you have no backup of your data at all?
    Pete

  • I close firefox using the red cross - top right hand corner - but in processses it is still running

    closing firefox using the red cross - top right of browser box closes it on my screen but the process stays running - when i try to open it again i get the message that it is already running although nothing i do willbring it back onto the screen - I have to go into task manager / processes and close it manually there (end process)
    In task manager it hows in the processes list but not in the applications list

    You can try to use File > Exit instead.
    See also "Hang at exit":
    * http://kb.mozillazine.org/Firefox_hangs
    * [[Firefox hangs]]

  • Cannot eject the start-up disk from my PowerBook G4 (laptop). Can anyone help me? My screen is blank too, that's why I'm using the start-up disk. MacBook Pro (17-inch 2.4 GHz), Mac OS X (10.7.4)

    Cannot eject the start-up disk from my PowerBook G4 (laptop). Can anyone help me? My screen is blank too, that's why I'm using the start-up disk.
    MacBook Pro (17-inch 2.4 GHz), Mac OS X (10.7.4)

    Try holding down the trackpad button while starting up the PowerBook.  Holding down mouse button during start up ejects the disc in the optical drive, so I'm guessing it would work the same with the button the the trackpad.

  • Why+does+firefox+open+the+following+tab+file%3A%2F%2F%2FC%3A%2FUsers%2FTom%2FAppData%2FLocal%2FTemp%2Frpc.html

    why+does+firefox+open+the+following+tab+file%3A%2F%2F%2FC%3A%2FUsers%2FTom%2FAppData%2FLocal%2FTemp%2Frpc.html

    Just delete that file in the temp folder and cleanup that folder.
    *file:///C:/Users/Tom/AppData/Local/Temp/rpc.html
    See these articles for some suggestions:
    * https://support.mozilla.com/kb/Firefox+has+just+updated+tab+shows+each+time+you+start+Firefox
    * https://support.mozilla.com/kb/How+to+set+the+home+page - Firefox supports multiple home pages separated by '|' symbols

  • Why when i use the the speaker in my i-phone 5 and i finish the call i hear strange voices ?

    why when i use the the speaker in my i-phone 5 and i finish the call i hear strange voices ?

    Another way. You can use a USB flash drive & the camera connection kit.
    Plug the USB flash drive into your computer & create a new folder titled DCIM. Then put your movie/photo files into the folder. The files must have a filename with exactly 8 characters long (no spaces) plus the file extension (i.e., my-movie.mov; DSCN0164.jpg).
    Now plug the flash drive into the iPad using the camera connection kit. Open the Photos app, the movie/photo files should appear & you can import. (You can not export using the camera connection kit.)
    Secrets of the iPad Camera Connection Kit
    http://howto.cnet.com/8301-11310_39-57401068-285/secrets-of-the-ipad-camera-conn ection-kit/
     Cheers, Tom

  • Why won't Firefox use the perfectly good Favourites folder already existing inWindows for the Bookmarks?

    I am trying to compare different browsers to find a favourite. However I find it an unbearable nuisance that when I save a bookmark in Firefox I can't use it in IE9 or Chrome or any other browser.
    This is a universal problem with browsers, they all make their own folders for bookmarks. Is there a good technical reason for this or is it only done to irritate the users.
    There is a perfectly good Favourites folder installed by Windows. Why not use that one instead of clogging up the system with unnecessary extra folders.

    1. There are a few services that will synchronize Firefox and IE bookmarks, along with some other browsers. <br />
    Xmarks and CometMarks are two that I am aware of.
    2. The PlainOld Favorites extension allows you to have Firefox use IE's bookmarks. <br />
    https://addons.mozilla.org/en-US/firefox/addon/plainoldfavorites/

  • Why does Firefox select the last used printer instead of the system default printer on startup?

    In the course of using Firefox I selected my color printer to print in color then closed Firefox. When I reopened Firefox later on and sent something to the printer I had assumed it picked up the system default printer, a monochrome laserjet. It picked up the color printer instead. When I restart my other apps they automatically pick up the default printer. Why not Firefox?

    Some web pages will pop up the print dialog automatically. In particular, pages that websites have specially formatted for printing may do this.
    Are you restoring tabs that you previously opened, or starting up with your home page(s)? I suspect that one of them is generating the dialog. You could check by going to each one and reloading the page to see whether it is from that page.

  • Why does Firefox remember the pages I've visited, even though I am using different computers? I've never used the sync function. I don't want my computer at work to be synched with my personal computer at home

    My computer at work remembers the pages I've visited even though I visited the pages while I was using my computer at my home. I don't know how or why this is happening, and I don't like that it is in sync with my computer at home - I have never used that function.
    For example - When I type in "the methodist hospital" into the search bar using the computer at home, all the search results come up from Google, so I click on the links and take a look around on the websites/pages. The next day, I walk into work, and I type in "the methodist hospital" again in the search bar, and when the results come up - it indicates in gray lettering that "[I] visited this page [yesterday's date]."
    Please explain why this is happening and what I must do in order for it to stop. It is scary knowing that my browsing history is remembered using 2 completely different computers. Needless to say, I don't want my boss thinking I'm just surfing the web all day at work.
    Thanks in advance!

    if i have to read any comment by matt n again i will throw up...in my mouth. i have gone all over google trying to figure out what the f ff did to me without my permission, i have updates turned off so there should be no prompting to restart, there should be a polite offer not a forced update. i am angry and so are a ton of people.
    everytime i go to a new complaint, another angry fellow ff user there is matt n with his infuriating smiling little picture...telling me about the awesome safety and security of the new ff...ignoring that a supposed safe but ugly and unusable browser is worse than a customized, beautiful, well functioning browser...with supposed safety issues. i am so angry i cannot express how this has wasted my time. i have been online for 2 hours now figuring out how to fix, apparently i cannot. my old theme is not compatible now...so i am screwed.
    good bye. if i wanted chrome i would have had chrome. but i have no choice now.

  • Why is Firefox using 50%+ of cpu activity and the longest time

    Checking Task Manager after frequent slowdowns and almost cont. disk activity ,I found in a 100h system idle time the highest user is firefox at 4h and 1.2million I/O writes. This happens after periods of not using the machine (left on) . At times it hogs all the resources even after just waking up the display with screen rewrites taking seconds and with no requested net activity. This can also happen in the background.

    Best to post in the macbook pro forum
    Direct you to the proper forum for MacBook :
    MacBook Series Forumshttps://discussions.apple.com/community/notebooks?view=discussions
    Mac OS X Forums
    https://discussions.apple.com/community/mac_os?view=discussions
    http://www.apple.com/support/macbookpro
    We are not notebook users.
    What does Activity Monitor show for process that are the most active running?
    There is an Apple article or user tip on what can cause battery drain, like those on the RIGHT "More like this"

  • Why does firefox use more memory the longer it's open?

    Firefox goes from using 90,000k when first opened to 293,000k after a couple of hours. It didn't used to go up that high. This is just Firefox this doesn't count what plugin container uses. This just started happening where it would get this high. I've not installed any new addons recently. The addons I do have are foxy tunes, adblock plus, Java console, Java quickstarter, move media player 7, Memory fox, Microsoft.net frame work assistance, personas, and yontoon layers. I've tried running in safe mode and disabling all the addons and I've still got the same result. I'm using firefox 3.618.

    Sometimes application and programs don't report to the OS that it is no longer using the Ram and therefore the Ram Appears in use. Go to the Mac App Store and download a free Application called Free Memory. It's a useful tool that allows you to free that Ram that is not being used right from the Menu Bar.

  • Firefox 3.6.13 - Why, when I use the dropdown File menu to open a new window, does FF open my Home Page tabs? All I want is a blank page.

    I have four tabs in my home page:
    2 - https://mail.google.com/mail/;
    1 - http://us.mg5.mail.yahoo.com/dc/launch;
    1 - http://www.facebook.com/login.php
    When I use the "File" drop-down menu I want only a blank page, but I get the four tabs. How go I get other New Windows to open as blank pages?

    A new window open by default with the Home page(s), tabs open a blank page.
    The only ways to avoid opening a new window with the home page is either to set the home page to about:blank (ie disabling the home page) or use a bookmark with the location set to about:blank and use Shift + left-click to open that link in a new window.

Maybe you are looking for

  • Sequence of begin/end blocks.Delete only if updated.Updte only if row exist

    Here is a sequence of events I need to perform. 1) I need to update a table with the systime for a given id. 2) Commit (so that the systime is stored before I delete) 3) Once updated, delete row from that table for the given id so that the row moves

  • LR5.2 crashes in slideshow preview

    Is there a limit to the number of pictures in a slideshow ?  Looking for a reason to my problem : I have successfully done a series of slideshows of my latest trip ; 4 slideshows of about 300  pictures each. Includes both pictures and video clips . W

  • What exactly is in the in-app purchase in the new Garageband?

    I've found that the lessons in the old version of Garageband are the same as the new one. If you have the old verison and donwload the lessons from it, you also have the lessons for the new version without paying extra. Likewise, it seems, with many

  • Getting error message please make proforma

    Hi all, i am doing the billing , but when i am doing the billing with billing type ZFRI and when i am going to save it that time i am getting the message that please make proforma First, But in the Sales Documt it is configured the Billing type ZFRI

  • Sometimes it takes 10 to 30 sec for a song to start. It seems to be random.

    As I scroll through songs on my ipod, it will stop at the beginning of a song and wait 10 to 30 sec before the song starts playing. I have tried a reset and resyncing on my computer doesn't fix it. Any ideas of what to try next.