1
edit
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 | (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. | (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 == |
edit