Skip to main content

All Questions

Tagged with
0 votes
1 answer
391 views

Running multiple virtual hosts behind stunnel

I am currently running a setup designed to let me ssh into my server through firewalls, using stunnel and port 443, while also running a webserver from that same machine. This is demonstrated in the ...
Iron filings's user avatar
0 votes
1 answer
127 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
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
0 votes
0 answers
173 views

SSH reverse tunnel proxy can't open https traffic

I'm using two RaspberryPi, one of them is natted, and i've estabilished a reverse tunelling in order to reach the natted raspberry. This is the scheme A <----> B (nattedd) This is the code in B: ...
Gianfranco85Pa's user avatar
0 votes
1 answer
4k views

Trying to make an https call through an ssh tunnel (to bypass a firewall)

I have a bastion server which has access to another server which is otherwise unavailable to the outside world. I am trying to make it so that I can make an https web call to hit an endpoint on the ...
patrick's user avatar
  • 101
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,352
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
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
0 answers
1k views

Cannot connect to reverse forwarded port 443 on AWS EC2 instance

I have a web server which is sat behind Carrier Grade NAT and therefore needs an external server to give me a stable IP address. To this end I have an AWS EC2 instance running SLES, and I have a ...
hobrob's user avatar
  • 1
1 vote
1 answer
110 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
0 votes
0 answers
73 views

Using HTTPS over HTTP for requests between servers in a subnet AWS?

Are there any reasons to use HTTPS instead of HTTP for requests between my servers running in a private subnet on AWS? All requests going in/out of the subnet will done via HTTPS to prevent sniffing. ...
tt_Gantz's user avatar
  • 101
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
2 votes
0 answers
620 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
0 votes
1 answer
113 views

SSH through HTTPS without a proxy

Is it possible to ssh through HTTPS without a proxy, using normal tools, like ThinVNC does? The network is closed from the outside world, only access to websites is allowed, and that's only through a ...
Daniel S's user avatar
  • 113
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

15 30 50 per page