Skip to main content

All Questions

Tagged with
29 votes
1 answer
9k views

Why is SSH safer than HTTPS on direct connections to a Git Repository with Credentials

Well, consider that the credentials are stored in a non secure manner somewhere on the file-system (default options on Ubuntu). There are quite a few sites which tell you that using SSH is more secure ...
paul23's user avatar
  • 583
25 votes
4 answers
66k views

Is it possible to tunnel https traffic via ssh tunnel with standard ssh-programs?

Can I reroute the https traffic (of an svn repository) via ssh-tunnel. The problem is that the the services that use https don't work if I just create one tunnel for listening with e.g.: ssh -L ...
Juha's user avatar
  • 611
5 votes
0 answers
2k views

HTTPS hangs using SOCKS5 proxy over SSH tunnel

Using SecureCRT at work to connect via SSH to my home Mac using a SOCKS5 proxy (my company also has a corporate proxy). I am using Chrome and Firefox with this SOCKS proxy. Regular browsing is quick, ...
Frank Furter's user avatar
3 votes
3 answers
2k views

How can I tunnel SSH through an HTTPS proxy?

I want to set up a SSH connection through a https proxy, using the full HTTPS / SSL stack (to disguise the SSH traffic). This should be possible using the CONNECT command on HTTPS server. What ...
Collin Kleine's user avatar
2 votes
0 answers
621 views

access websites with custom https port via socks proxy

I use a socks4 proxy in chrome (ssh tunnel via putty listens on localhost:60000) which works fine for all websites with the default http ports 80 and 443. What does NOT work is accessing websites over ...
phars's user avatar
  • 21
1 vote
3 answers
1k views

Serve all content via HTTPS, regardless of web server settings

I've got a server running on port 80 on a Mac. I'd like to also have the same content that's being served on port 80 available on port 443. I'd like to know if there's a command line way or an easy ...
Brad Parks's user avatar
  • 3,066
1 vote
1 answer
1k views

Git: Is it possible to PUSH via HTTPS while the Port 22 outbound is blocked?

In our development environment, outgoing Port 22 are blocked. And I assume the git push .. command sends the files via SSH/22. We're using BitBucket. Is it possible to git push using HTTPS protocol ...
夏期劇場's user avatar
1 vote
1 answer
2k views

SSH tunnel to access third-party HTTPS pages?

Is it possible to access third-party HTTPS pages over an SSH tunnel? I have to access third-party websites with tight security rules from home-office. Due to the security rules, only access from my ...
kdb's user avatar
  • 2,362
1 vote
1 answer
111 views

What exactly is ssh SOCKS mode doing?

I'm confused about how ssh dynamic port forwarding operates with https. Assuming 3 machines: A runs a web browser B runs sshd C is a web server On A, I "ssh -D 12345 user@B" and configure the ...
Mr Disgruntled's user avatar
1 vote
0 answers
226 views

SSH Wrapping with HTTPS Portable?

I was wondering if there was a way that I could wrap my ssh connection in https, even if my school supplies a certificate for https since they use smoothwall, and if I was able to do this on CENTOS, ...
Casey Malley's user avatar
1 vote
1 answer
448 views

Switch red5 https.port

Our Plesk parallels was installed at port 8443 and since installing red5, we haven't had use of it. I later found out that by default, when a server has ssl, red5 uses port 8443. Is there any way to ...
Christian's user avatar
0 votes
1 answer
133 views

Create a HTTPS Tunnel to avoid network hard limitations

Here is my problem : At work, if I don't want to use my phone for everything I use the provided connection to the internet, that goes through a network that has strict restrictions : basically all ...
LMT-PhD's user avatar
  • 101
0 votes
1 answer
2k views

NGINX SSH stream based on hostname

Is possible to configure a proxy for SSH based on the hostname? Such as: |-> host1.domainexample1.com |-> host2.domainexample1....
Danilo Souza's user avatar
0 votes
1 answer
4k views

how to disable TLS 1.0 and checking enabling SSl 3.0 in Firefox 27.0.1?

How to disable TLS 1.0 and checking enabling SSL 3.0 in Firefox 27.0.1 (new Version) ? I suppose I can find it at the Encryption tab. I followed below path Tools -> Options -> Advanced but there ...
Ali Janekeh's user avatar
0 votes
1 answer
905 views

Tunneling a random port ( 9700 ) through an HTTPS proxy

I would like to find a way to access port 9700, but my proxy only allows port 8080 and 443. Is there a way to tunnel through port 443 to access port 9700?
fingertwist's user avatar

15 30 50 per page