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.

10 votes
5 answers
12k views

Looking for a tool (possibly on Linux) that will allow me to make a manual HTTP or HTTPS request

I am looking for a tool (possibly on Linux) that will allow me to make a manual HTTP or HTTPS request. By manual, I really mean it: I should be able to feed it a text file which looks like POST /foo ...
Andrea's user avatar
  • 1,535
10 votes
6 answers
66k views

How to connect to an HTTPS WebDAV Folder on Windows 7?

I'm trying to connect to an HTTPS WebDAV folder on Windows 7. I go to a "Computer" Explorer window, right click, and click "Add a Network Location." I follow the prompts and get "The folder you ...
A Student at a University's user avatar
10 votes
2 answers
23k views

What is the purpose of chain.pem files?

A general question about chaim.pem files; I used a csr obtained from my host, and used the Certbot from LetsEncrypt to generate a https cert; I used the following command $ certbot certonly --manual -...
joedotnot's user avatar
  • 471
10 votes
1 answer
10k views

In Wireshark where can I find the TLS Server's Certificate

I'm looking at a TLS v1.3 headers in Wireshark and I'm not sure where I would find the server certificate that is used to confirm that the server is who they claim to be. The Client Sends Hello then ...
masonCherry's user avatar
10 votes
3 answers
4k views

Redirect ALL web traffic through TLS without a VPN

Assumptions: Server: I have a Debian Squeeze server, routable on the public Internet, with a static IPv4 address. I have unrestricted access to modify the software on the server. The server can ...
allquixotic's user avatar
  • 34.7k
10 votes
2 answers
844 views

Allow HTTPS cookies but not HTTP?

I want to allow cookies for a domain but only over HTTPS -- not cookies from the same domain that come from HTTP. For example, I don't want any http://www.google.com cookies, but I do want to allow ...
Ken's user avatar
  • 2,919
10 votes
3 answers
31k views

How to troubleshoot "Secure Connection Failed" in Firefox appearing since the version 38?

Since I upgraded Firefox to the version 38 I encounter problem while sending a certain form on the website https://usercenter.checkpoint.com/ Most of the website works normally but sending a form ...
pabouk - Ukraine stay strong's user avatar
9 votes
5 answers
2k views

Downloading Microsoft Security Essentials via HTTPS

I want to download Microsoft Security Essentials on my brand new Windows 7 home PC. The official site presented to me is http://windows.microsoft.com/de-CH/windows/products/security-essentials, as I ...
Marcel's user avatar
  • 518
9 votes
4 answers
30k views

This site can’t be reached: "mail.google.com is currently unreachable"

I am having a weird issue with my Chrome browser and I can't find how to fix it. Each time I try to access my Gmail email I got the following message: This site can’t be reached mail.google.com is ...
ReynierPM's user avatar
  • 385
9 votes
4 answers
57k views

SSLCipherSuite settings in Apache for supporting TLS 1.0, 1.1 and 1.2

I have an Apache 2.4.7 web server running multiple domain names using a single IP address. As a result of the Poodle vulnerability, I added the following SSLCipherSuite line. It worked fine for a ...
Kristian's user avatar
  • 320
9 votes
3 answers
24k views

Getting all the filenames (not content) recursively from an http directory

A large biological research project has chosen to make its archive available via https here: https://tcga-data.nci.nih.gov/tcgafiles/ftp_auth/distro_ftpusers/anonymous/tumor/ Unfortunately, it ...
seandavi's user avatar
  • 193
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
9 votes
1 answer
40k views

nginx: [warn] "ssl_stapling" ignored, issuer certificate not found for certificate

I ran these two commands separately: openssl dhparam -dsaparam -out ./certs/dhparam.pem 4096 openssl req -x509 -nodes \ -days 965 -newkey rsa:2048 \ -keyout ./certs/nginx-selfsigned.key -out ./...
MrCholo's user avatar
9 votes
5 answers
3k views

Let's Encrypt with Amazon S3

Will it be possible to have https on the my static Amazon S3 website with Let's Encrypt? Even I have Let's Encrypt Closed Beta Invite now. But how to use it with Amazon S3?
Dmitry Ponomarev's user avatar
9 votes
3 answers
28k views

Why a listen 443 default_server; nginx rule override already configured rule (http rules working normal way)?

I have an nginx and different subdomains: a.mydomain.com b.mydomain.com c.mydomain.com Nginx has 4 rules: 1) rewrite rule: server { listen 80 server_name gl.udesk.org; root /nowhere; ...
static's user avatar
  • 1,367

15 30 50 per page
1 2 3
4
5
59