Skip to main content

Questions tagged [https]

HTTPS stands for HTTP Secure and is a combination of HTTP and SSL/TLS (Secure Sockets Layer/Transport Layer Security) and is used to provide an encrypted connection to a website.

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
27 votes
5 answers
44k views

How much information can my ISP see?

Is it possible for my ISP to see the passwords that I enter on websites and in chat programs? And what about SSL websites that start with https, do they encrypt my username and password before ...
Gohary's user avatar
  • 373
27 votes
1 answer
58k views

nginx http to https proxy with self-signed certificate

I have an nginx proxy to redirect http requests with a specified port to another https url. Here is my configuration so far: server { listen 59848; location / { resolver 8.8.8.8; ...
Jakob's user avatar
  • 381
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
24 votes
4 answers
16k views

Why are email transfers between mail servers often not encrypted?

Users can often choose if they want to access their email provider (such as Gmail) using a secure channel (e.g. using HTTPS). However, to the best of my knowledge, when it comes to mail-server-to-...
Amelio Vazquez-Reina's user avatar
24 votes
1 answer
104k views

IE9: Permanently accept untrusted certificate

When accessing a website via HTTPS which has an untrusted certificate, Internet Explorer 9 always shows me the following error message: Is there a way to import the certificate permanently, so that I ...
Bob's user avatar
  • 717
23 votes
7 answers
15k views

Is there an HTTPS Everywhere add on for Chrome, MSIE or safari?

I really like this HTTPS Everywhere add-on for Firefox. But I tend to browser hop, so have similar HTTPS-preferring add-ons been released for the other major browsers?
MatthewMartin's user avatar
22 votes
6 answers
59k views

Chrome persistently redirecting to HTTPS for HTTP site

I'm building a site to replace an older site. The newer site currently is NOT HTTPS. However, the old site is HTTPS. I'm switching between the two sites by toggling an entry in my 'hosts' file. I ...
Codesmith's user avatar
  • 762
22 votes
4 answers
17k views

Chrome adds weird HTTPS:1 header to all requests

I've been getting a lot of weird errors on websites that relate to HTTPS. These sites works great in FF and IE, but fail to load in Chrome. It appears that though I'm requesting an unsecured URL (http)...
TwoDiv's user avatar
  • 371
20 votes
2 answers
39k views

Get a server's SSL/TLS certificate using "openssl s_client"

I am trying to get the SSL/TLS certificate for one of our load balancers (Netscaler) using: openssl s_client -showcerts -connect lb.example.com:443 But it won't show me the certificate: CONNECTED(...
Daniel Serodio's user avatar
20 votes
3 answers
102k views

What is the modern day equivalent of Firesheep?

Firesheep came out on the scene in 2010 and rocked the world... and never made it to version 1.0. Mozilla has since released 15 major versions of Firefox and is incompatible with the extension. Is ...
William Entriken's user avatar
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
18 votes
3 answers
70k views

The certificate is not trusted because no issuer chain was provided

Could anyone explain the meaning of this error message in plain English? Should I add an exception or I should not continue on this website? Technical details: the URL is here, the browser is ...
Ali's user avatar
  • 325
18 votes
5 answers
32k views

Firefox allow HTTP URLs (and not force HTTPS)

tl;dr I want to browse an http-based URL but Firefox will not let me. A local network HTTP server is at http://host (port 80) and the corresponding HTTPS server is at https://host (port 443). When I ...
JamesThomasMoon's user avatar
18 votes
1 answer
92k views

How can I get Chrome accepting self signed certificates?

I have a local REST-API service based on node/express and MongoDB. I am planning to switch over from http to https. The Clients are running on Windows Server 2012 R2 (Terminal-Server). The REST-API is ...
oldmayn's user avatar
  • 191

15 30 50 per page
1
2
3 4 5
59