TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Pleasanton USD now blocks all ports except 80 and 443

3 pointsby jmeyer2kover 7 years ago

1 comment

LinuxBenderover 7 years ago
Disclaimer: Using the following methods could be seen as bypassing the intent of the port restrictions set by your org.<p>I commit to github using ssh on port 443.<p><pre><code> # git remote set-url origin git@&lt;host-in-ssh-config&gt;:&lt;username&gt;&#x2F;&lt;repo&gt; </code></pre> From ~&#x2F;.ssh&#x2F;config<p><pre><code> Hostname ssh.github.com Port 443 User git IdentityFile ~&#x2F;.ssh&#x2F;.github </code></pre> Consider using Dovecot on your mail server for port 443. I was not aware that Discord stopped supporting websockets over 443. I run my own Mumble voice chat server so I can put it on 443, but I understand people have a lot of friends on Discord. I am just not happy with their chat logging policy [0].<p>You could also run a proxy or VPN on port 443. You can also use sslh [1] to have SSH+SSL+Proxy+VPN all on the same port 443. You can do similar things using HAProxy + SNI + SSL, but that is a bigger subject.<p>For other things that must use other ports or protocols, you can sometimes wrap them using tsocks [2] in your VPN or SSH tunnels to port 443.<p>[0] - <a href="https:&#x2F;&#x2F;blog.discordapp.com&#x2F;how-discord-stores-billions-of-messages-7fa6ec7ee4c7" rel="nofollow">https:&#x2F;&#x2F;blog.discordapp.com&#x2F;how-discord-stores-billions-of-m...</a><p>[1] - <a href="https:&#x2F;&#x2F;github.com&#x2F;yrutschle&#x2F;sslh" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;yrutschle&#x2F;sslh</a><p>[2] - <a href="https:&#x2F;&#x2F;www.redpill-linpro.com&#x2F;sysadvent&#x2F;2015&#x2F;12&#x2F;13&#x2F;socks-proxy-as-poor-mans-vpn.html" rel="nofollow">https:&#x2F;&#x2F;www.redpill-linpro.com&#x2F;sysadvent&#x2F;2015&#x2F;12&#x2F;13&#x2F;socks-pr...</a>
评论 #16396907 未加载