| Subcribe via RSS

Windows Azure – Firefox & “Port Restricted for Security Reasons”

April 12th, 2009 Posted in Development

I’ve been starting to delve into the world of Windows Azure this week.

After getting the Azure Samples loaded, I tried running one of them (just by hitting F5 in VS) and, as Firefox is my default browser, got a “Port Restricted For Security Reasons” error.

Of course, it worked fine in IE

Here is what to do –

It turns out, that my application was trying to use port 87 on 127.0.0.1 (127.0.0.1:87)

Load up Firefox. Type about:config in the address bar, and hit enter. You will get something like the following:

image

Right click, and click New -> String.

Set the preference name to: network.security.ports.banned.override

Next, set the value to: 87 (or whatever port your app is using)

Done!

VN:F [1.9.3_1094]
Rating: 10.0/10 (1 vote cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)
Windows Azure – Firefox & “Port Restricted for Security Reasons”, 10.0 out of 10 based on 1 rating
Share this...
  • Facebook
  • Twitter
  • del.icio.us
  • Google Bookmarks
  • LinkedIn
  • email
  • Print
  • Slashdot
  • Digg
Tags: ,

7 Responses to “Windows Azure – Firefox & “Port Restricted for Security Reasons””

  1. Cutcher Throte Says:

    This is nowhere near good enough. I can only unban one port at a time? And I have to go through Mozilla’s version of the registry to do it? And even then it’s JUST NOT WORKING? Screw this blatant censorship and steering of users away from content by Mozilla.

    VA:F [1.9.3_1094]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.3_1094]
    Rating: 0 (from 0 votes)

  2. Alex Says:

    each to their own i suppose….
    You don’t have to do this frequently, only for high – risk ports like this…

    VN:F [1.9.3_1094]
    Rating: 0.0/5 (0 votes cast)
    VN:F [1.9.3_1094]
    Rating: 0 (from 0 votes)

  3. mnrp Says:

    Thanks for the tip.

    VA:F [1.9.3_1094]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.3_1094]
    Rating: 0 (from 0 votes)

  4. Steven Woods Says:

    Thanks Alex,
    that port blocking was one of those things that was mildly annoying (a reload would work), but finally frustrated me. Much appreciated!
    Steve

    VA:F [1.9.3_1094]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.3_1094]
    Rating: 0 (from 0 votes)

  5. Jacob Cynamon-Murphy Says:

    Alex, this little issue was getting me down while I was trying to debug my first Azure app in Visual Studio 2010. Thank you for providing this tip – it was a real timesaver!

    VA:F [1.9.3_1094]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.3_1094]
    Rating: 0 (from 0 votes)

  6. Spencer Marks Says:

    Hello there webmaster I like your write-up

    VA:F [1.9.3_1094]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.3_1094]
    Rating: 0 (from 0 votes)

  7. Lynne Nance Says:

    Hello, like your site very much. I found it on bing will add it to bookmark and come back often again to read and follow. Please continue to do awesome job you do on it.

    VA:F [1.9.3_1094]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.9.3_1094]
    Rating: 0 (from 0 votes)

Leave a Reply