Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!.

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.

Score of 1
1 answer
378 views

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

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

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

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

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

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

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 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

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

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

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

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

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

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

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 ...

15 30 50 per page
1
2 3 4 5
173