Firefox:1.5 Network Error Messages: Difference between revisions

m
Line 46: Line 46:
(A way to get around is to use the ssh port forwarding. For instance, I need to acess a site such as http://111.123.123.111:22 but firefox will block the connection. What I did is to open a ssh port forwarding, such as ssh -N localhost -L 8080:111.123.123.111:22, then type your password to establish the connection. While the connection is still opening, go to your browser and do https://localhost:8080. This time, firefox will get you to there cause you just blinded firefox by using 8080 instead of 22, but indeed, you go to port 22. - i3dmaster)
(A way to get around is to use the ssh port forwarding. For instance, I need to acess a site such as http://111.123.123.111:22 but firefox will block the connection. What I did is to open a ssh port forwarding, such as ssh -N localhost -L 8080:111.123.123.111:22, then type your password to establish the connection. While the connection is still opening, go to your browser and do https://localhost:8080. This time, firefox will get you to there cause you just blinded firefox by using 8080 instead of 22, but indeed, you go to port 22. - i3dmaster)


(Is there any straight way of fixing this? Without just work arrounds?)
(Is there any straight way of fixing this? Without just work arounds?)


(This is a common error during ASP.NET development where the built-in web server dynamically changes the port number.  A workaround is adding a new string value to about:config called network.security.ports.banned.override  Then enter a comma-separated list of port numbers to allow. - msturek)
(This is a common error during ASP.NET development where the built-in web server dynamically changes the port number.  <b>The correct workaround is adding a new string value to <code>about:config</code> called <code>network.security.ports.banned.override</code> Then enter a comma-separated list of port numbers to allow.</b> - msturek)


== dnsNotFound ==
== dnsNotFound ==
1

edit