Questions tagged [ssl]
SSL refers to Secure Sockets Layer, a security protocol that has been replaced by Transport Layer Security (TLS). TLS is still commonly referred to as SSL.
1,862 questions
0
votes
0
answers
50
views
Hosting an app, locally, exposed to the outside world using a subdomain and virtual directory. Where does the SSL cert live?
I'm hosting an app on a NAS, port 3000.
Works great.
I have a Raspberry Pi 5 that runs Apache and a few web projects.
Works great.
I've got a static IP from my ISP and can send traffic to via my ...
0
votes
0
answers
64
views
Chrome complains about self-signed certificate on Windows
My goal is to add SSL certificates to my local network services. So I’ve generated a self-signed CA:
openssl req -new -newkey rsa:4096 -days 3650 -nodes -x509 -subj "/C=.../CN=LAN ..." -...
0
votes
0
answers
40
views
Why does SSL traffic slow down with VPN on Windows 11, but not on BSD-based systems?
I’ve been troubleshooting a weird performance difference between Windows 11 and FreeBSD.
When downloading large SSL-encrypted files (e.g., from Usenet providers), FreeBSD gives me full line speed even ...
0
votes
0
answers
186
views
Tailscale private HTTPS setup with single certificate – subdomains not resolving
I’m trying to run multiple services (Coolify, Jellyfin, etc.) on my home server and want all of them accessible over HTTPS using a single Tailscale-issued certificate. I’ve done the following:
Enable ...
0
votes
0
answers
65
views
How do I enable LDAP over SSL?
On my domain controller, I added the Certificate Manager role, created the certificate template, created a new certificate, exported the certificate, and assigned the certificate to the Active ...
1
vote
0
answers
57
views
Getting OneDrive working under Windows with Squid 4.14 proxy running on localhost
I’m trying to secure a PC with parental controls by blocking keywords that can be used to bypass Cloudflare Family DNS (web proxy). I want a universal solution that also works outside the local ...
1
vote
0
answers
162
views
Why are Filezilla connections failing after initial connection?
We've been using CloudFlare SSL certs for our sites, and been trying to use them for FTP as well. However, we're running into issues with the FileZilla client not accepting these certificates ...
0
votes
1
answer
54
views
Retrieve WatchGuard messages
I'm working with WatchGuard Mobile VPN with SSL, on my Windows computer.
When I enter server, user name and password, there are quite some messages:
Contacting server
...
Version check
Starting VPN ...
0
votes
0
answers
107
views
How to safely upgrade XAMPP on Windows and enable HTTPS for local Moodle development?
I’m setting up Moodle LMS locally on a Windows machine using XAMPP. Moodle requires HTTPS to proceed with installation, but my current XAMPP version doesn’t support HTTPS properly and uses MariaDB 10....
1
vote
0
answers
105
views
For some reason I don't have an internet access while using OpenVPN
I installed OpenVPN using this installation script, but after I connect to the VPN, there is no internet connection, and pings to 1.1.1.1 and 10.8.0.0 timeout:
server.conf:
proto ...
2
votes
2
answers
214
views
How can I check if a pfx file specifies load into machine certificate store or not?
I have a .pfx file (with known password) that fails to load and gives a long stack trace ending in Access Denied. I found some very bad answers on Stack Exchange saying to fix the problem by granting ...
0
votes
0
answers
69
views
How to Properly Combine TLS/SSL Certificate Chain for GitHub Enterprise Server?
I need to update the TLS/SSL certificate on my GitHub Enterprise Server. I have received the following certificates:
DigiCert Global Root G2 (Root certificate)
GeoTrust (Intermediate certificate)
...
0
votes
0
answers
300
views
Why can't I load Windows driver due to revoked certificate, even after removing the certificate?
I want to run a driver on Windows 10 with a revoked certificate. If I create the driver using
sc create driver1 binpath="path" type=kernel
And then execute:
sc start driver1
I get:
[SC] ...
4
votes
2
answers
677
views
How do I check the sha256 sum of my file's certificate (not the sha256 sum of my file!)?
I am checking the integrity of the gpg4win installer on Windows and I would like to check the sha256 sum of my file's certificate. My windows (Windows 11) only show the sha1 sum of my file's ...
0
votes
0
answers
118
views
Can't use client certificate in windows server 2016
Main problem:
I'm trying to use self-signed certificates to utilize connection with mTls, but Windows server 2016 refuses to utilize my certificates as client certificates, but that only happens on ...