Questions tagged [https]
HTTPS is the secure version of the hypertext transfer protocol (HTTP). It usually uses port 443 and is powered by the TLS (formerly SSL) cryptographic protocol.
1,013 questions
1
vote
0
answers
16
views
Canceled request is not showing proper status and might be getting substituted
I am working on improving some parts of my websystem by canceling requests when components are unmounted, or when the part of the screen that would show some data is closed... anyways, I need to ...
1
vote
1
answer
48
views
Why isn't this Apache configuration working on HTTPS?
I have the following Apache configuration set up for my Wordpress installation and it does not serve the website over HTTPS at all, I only get the ERR_SSL_PROTOCOL_ERROR error.
I did some research and ...
0
votes
1
answer
45
views
Why does my WordPress site show "Certificate is not trusted" on Apple devices?
I have a WordPress site that was hacked a few months ago. I cleaned up the site and resolved the security issues, but since then, I’ve encountered a problem when trying to access the site from Apple ...
0
votes
2
answers
23
views
SSL hash size change before page delivery
I'm trying to make the SSL encryption for everything sha256 instead of sha384 for speed. I notice websites that rank higher than mine use sha256.
I looked at my browser reports and noticed this. (I ...
0
votes
1
answer
30
views
Apache: prime SSL cache or rotatelog?
I found myself in a situation again.
And we know google is in love with pages that load fast.
Since I run a server with apache and Cpanel, I configured it to rotate apache logs every 24 hours (thats ...
3
votes
3
answers
1k
views
prefer (don't force) https but allow http on Linux (html, or wordpress)
So I have 2 websites with https/ssl working fine, but on some browsers typing a url without a protocol defaults to using http, despite them supporting https. I want clients to be redirected to https ...
0
votes
0
answers
17
views
IONOS REST requirements for HTTPS POST transaction
I have been attempting to prepare a POST transaction for use by SwiftUI.
The webspace target is IONOS web space.
I have been using Rapid API to generate initial codes which I can then understand and ...
0
votes
1
answer
351
views
Google sites has security certificate for the www subdomain but not for the domain apex
I have a Google site and an HTTP domain. I was told I did not need SSL because Google Sites implements their own. The problem is every URL (www.example.com, example.com, HTTP://WWW.example.com, HTTPS:/...
1
vote
0
answers
30
views
ECDSA certificates not impacted by Let’s Encrypt certificate chain change?
We received an email from Cloudflare about the upcoming Let’s Encrypt certificate chain change.
At some point, it states that "Additionally, this change only impacts RSA certificates. It does not ...
0
votes
0
answers
47
views
my ip and my domain showing different result
Hello there I am trying access my website through domain I am using a VPS and A domain in different websites but when I try to access my domain it access successfully but some time it show nginx on ...
0
votes
1
answer
170
views
SSL for domain without hosting
I purchased a domain that we'll call example.sh that has no hosting and simply redirects to my profile page on another site. When a user visits http://example.sh/ they are taken to https://othersite....
0
votes
1
answer
314
views
Caddy error on https://127.0.0.1/ or sub1.localhost
So, I have this Caddyfile
{
local_certs
debug
}
* {
respond "Hello, Default! {host}"
}
and this docker-compose.yml
version: "3.7"
services:
caddy:
image: caddy
...
2
votes
3
answers
2k
views
Why does Chrome think that my website is HTTPS?
Chrome V121.0.6167.185 on Win10/64
When I visit my local router at 191.168.1.1, Chrome connects with http, and shows and labels a "not secure" web site, and works correctly.
When I visit my ...
0
votes
0
answers
80
views
What's the correct way to forward a HTTPS connection?
I am pretty new to Apache2 and DNS so I'm hoping to find help here. I have a Domain i purchased and want to achieve the following: example.com leads to my homepage (that works), discord.example.com ...
0
votes
2
answers
180
views
Which one? <VirtualHost> in etc/httpd/conf/vhost/host.conf or etc/httpd/conf.d/ssl.conf
CentOS7
Apache 2.4.6
regarding /etc/httpd/conf/vhosts/host.conf & /etc/httpd/conf.d/ssl.conf
I have both these files and both define VirtualHost This seems like a recipe for disaster?
Should ...