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.
2,590 questions
Score of 1
1 answer
378 views
Mutual TLS Abruptly Stopped Working on Tomcat 9 and 11 Servers
I’m troubleshooting a sudden and inconsistent failure of client certificate prompts across multiple Java web applications running in a test/development environment. These applications run on two ...
Score of 3
2 answers
451 views
Redirect no HTTPS Site A to HTTPS Site B
I have this rule set in Apache:
RewriteEngine ON
RewriteCond %{HTTP_HOST} http://www.siteA.co.uk$ [NC]
RewriteCond %{HTTP_HOST} http://SiteA.co.uk$ [NC]
RewriteCond %{HTTP_HOST} ^SiteA.co.uk$ [NC]
...
Score of -1
2 answers
903 views
Fix “We're sorry HTTPS Required” Issue While Running Keycloak 26.4.0 on AWS EC2 (Docker) [closed]
I deployed Keycloak 26.4.0 using Docker on an AWS EC2 Ubuntu instance.
When I try to access it via HTTP, I get this error:
We are sorry, HTTPS is required
I wanted to make it accessible securely via ...
Score of 0
1 answer
236 views
Squid Proxy Is Not Accessing HTTPS
I have a PFSense router running Squid Proxy with ClamAV antivirus. I want to connect all my windows computers from the LAN network to the proxy on default port 3128. My windows PC loses internet ...
Score of 0
1 answer
197 views
Usage of SSL directives in Apache for backend-only https reverse-proxy?
I've recently migrated an existing Apache2 webserver config from a "traditional" Debian-based linux machine to an AWS EKS environment using the hub.docker Httpd Docker official image instead....
Score of 0
1 answer
569 views
Reverse proxy multiple services over HTTPS using Caddy + Tailscale
I want to reverse proxy multiple services on the same machine (bare metal macOS), over HTTPS and Tailscale, without a custom domain (i.e. just using machine.tailnet.ts.net). I don't care if the ...
Score of 0
0 answers
151 views
How can I enable HTTPS on a Spring Boot application running on an AWS EC2 instance without using a load balancer?
I’m running a Spring Boot app on a single AWS EC2 instance (Debian).
A subdomain api.example.com points to the instance’s Elastic IP.
I want to serve the app over HTTPS without an AWS load balancer.
...
Score of 5
1 answer
266 views
Is it possible to ignore (discard) an http(s) request instead of returning an error (Apache-2.4)?
Is it possible to configure apache 2.4 to simply swallow and ignore an invalid request, instead of returning an error?
Right now I have a virtual host set up as follows:
<Directory />
...
Score of 4
2 answers
754 views
Apache httpd keeps rewriting VirtualHost on separate port to use HTTPS instead of HTTP
We have an organization web site for internal users (only). We have the httpd server set up to host everything with normal HTTPS SSL encryption, except for one VirtualHost on a specific port, due to ...
Score of 0
1 answer
174 views
How to enforce VPN access on HTTPS with Nginx passthrough while SSL is terminated on backend?
I have an Nginx reverse proxy gateway forwarding traffic to a backend host running a website and PHP apps. The backend terminates SSL (certs are managed there), and the gateway currently uses stream ...
Score of 0
1 answer
275 views
Clear Cloudflare TXT Records
I have attempted to register a certbot certification for a long time. Many TXT acme challenges have been attempted with 100% failure. I checked my latest TXT record with DNS checker for my domain ...
Score of -1
1 answer
105 views
https proxying with squid using a bought certificate
I installed a Squid service on a machine within my network. I configured it as an implicit proxy (intercept). So, I had to add a self-generated certificate by exporting it to inject it into my client ...
Score of 0
0 answers
36 views
GCE apache reverse proxy failure to connect
I have an internet facing Google Compute Engine running ubuntu with an apache server set up to rewrite HTTP to HTTPS. It's currently hosting 2 domains. I'm trying to add a reverse-proxy to a backend ...
Score of 1
1 answer
298 views
Apache redirect http to https except localhost
I know that there are several similar questions, but after many tests I am not able to get what I want.
First of all, I read that apache can redirect in three ways: redirect, mod_rewrite or with if-...
Score of 0
1 answer
193 views
"Connection reset" error when trying to visit the HTTPS version of my Apache site
I'm in the process of moving my website to a different server to make it easier to keep things like Apache and Node.js up to date. I got almost all the way done - I remapped the domain to the new ...