Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
18 votes
2 answers
2k views

Does https encrypt URLs, too?

This is fairly easy. If I go to https://webserver.com/someurl?a=b, will the someurl?a=b part be protected, or just the contents of the site?
Karel Bílek's user avatar
  • 1,512
9 votes
8 answers
5k views

Am I secure from network monitoring software if HTTPS is used?

I will be logging into my bank account and my personal email accounts at work. Its not banned at work, but I just don't want them to save/log a copy of whatever I do with these services. Especially my ...
user avatar
8 votes
2 answers
23k views

What is the difference between "CONNECT" and "GET HTTPS"?

Before getting to the real question, let me explain how my project works: for sake of simplicity, my proxy is on my laptop, where the client (my browser) also is; the remote server will be, for ...
elmazzun's user avatar
  • 227
8 votes
1 answer
17k views

Google Chrome gives ERR_ADDRESS_UNREACHABLE error for HTTPS page (site is perfectly reachable via curl)

A otherwise perfectly working Chrome browser gives an ERR_ADDRESS_UNREACHABLE error for a request to a https page on port 8443. The page is reachable via curl, Firefox, Safari.. How would I go about ...
Hendrik's user avatar
  • 181
7 votes
4 answers
41k views

I set my router to only allow access through HTTPS, and now I can't access it. Can I fix this without resetting the router completely?

I have a Linksys E1000 router that I access through http://192.168.1.1. I set it to only allow access through HTTPS, and now when I try to access it through the web interface at https://192.168.1.1 in ...
Michael A's user avatar
  • 777
7 votes
2 answers
2k views

HTTPS traffic 40x slower than HTTP in Windows 10 x64

Followup from this problem https://stackoverflow.com/questions/45768893/git-clone-in-windows-much-slower-than-in-linux/45893258#45893258 Windows 10 HTTPS traffic is capped about 200-240kb/s. HTTP ...
rollsch's user avatar
  • 329
5 votes
2 answers
7k views

Running server on home network with HTTPS

Like the title suggests, I am trying to configure my server to serve traffic with HTTPS. I am already able to expose the server and receive information from it, just simply without HTTPS. There are a ...
Alex Montague's user avatar
5 votes
3 answers
13k views

Why can't I access my router's configuration page via https?

I have a TP-Link router and I tried accessing the configuration page (192.168.0.1) via https, but could not. It only works via http. Does this happen with any router or is it just mine (or maybe just ...
conectionist's user avatar
5 votes
1 answer
12k views

Redirect incoming https to local ip with iptables

I have a router with 1 network interface (eth0, public ip) and an alias for eth0:0, local ip 192.168.1.1. I want to redirect all incoming https (443) traffic to another server. I tried it with ...
AnttiQ's user avatar
  • 83
4 votes
3 answers
27k views

How to fix: "listen tcp :443: bind: permission denied" on mattermost using ansible

I am deploying Mattermost in my AWS environment using ansible. I am trying to set a secure https connection, but I keep getting this error when I go into the logs: {:"commands/server.go:112"...
James Ukilin's user avatar
3 votes
2 answers
9k views

Redirect all web traffic (including https) through proxy server

I would like to setup a filtering mechanism for certain websites I use, including the ones served over https. Privoxy provides this functionality, but only over http. I'm pretty comfortable around ...
ropstah's user avatar
  • 361
3 votes
2 answers
188 views

How does HTTPS avoids the key for encryption to be sniffed in the first place?

When a 2 computer establish an HTTPS connection them have to resolve what key is going to be used, right? So, to do that, at some point the key have to travel unencrypted from one computer to another,...
Zequez's user avatar
  • 1,642
3 votes
1 answer
3k views

Can't connect to https on ubuntu - "Unknown SSL protocol error"

I can't seem to connect to a specific server over SSL from our Ubuntu servers. Locally, on my Mac, it works flawlessly. The server address: powerschool.spokaneschools.org curl -v https://...
Kuf's user avatar
  • 815
3 votes
2 answers
10k views

Can't access HTTPS resources with Ubuntu client and VirtualBox Windows host

I have VirtualBox 4.3.12 on Windows 8.1 running Ubuntu Trusty 32bit client. When I try to access HTTPS resources from the client, I see errors like: Cannot fetch index base URL https://pypi.python....
Victor L's user avatar
  • 143
3 votes
1 answer
896 views

How to redirect an HTTP URL to HTTPS in Windows?

I need to force a program on my Windows 10 to use HTTPS when connecting to its server because HTTP version of that address is blocked on my network. I basically need to add an "S" to the URL. I know ...
user avatar

15 30 50 per page
1
2 3 4 5 6