??changed: - It is pretty easy to make any redirection by your own means. Buy a minimal virtual server for you and you collegues, so you control an external IP, and use the 'redir' or 'stunnel' tools to redirect port 443 to any plain or crypted port you want. I did so recently when a client's machine couldn't access an external LDAP server. - It is pretty easy to make any redirection by your own means. Buy a minimal virtual server for you and you collegues (as cheap as 9 USD per month), so you control an external IP, and use the 'redir' (or 'stunnel') tool to redirect port 443 to any plain or crypted port you want. To redirect traffic from you.somehosting.net (port 443) to cvs.savannah.gnu.org (22):
[EMAIL PROTECTED]:~$ daemon --respawn -- redir --syslog --lport 443 --caddr=cvs.savannah.gnu.org --cport=22 For cvs-pserver: [EMAIL PROTECTED]:~$ daemon --respawn -- redir --syslog --lport 443 --caddr=cvs.savannah.gnu.org --cport=2401 You then can hit on you.somehosting.net port 443 to access the target Savannah service you need. -- forwarded from https://savannah.gnu.org/maintenance/[EMAIL PROTECTED]://savannah.gnu.org/maintenance _______________________________________________ Savannah-cvs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/savannah-cvs
