All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
2 answers
79 views

configuring SSL for two different applications on same server: web server and python

I want to run SSL for web server https://www.domainname.com on port 443 and python REST api server https://mgmt.domainname.com with Flask. I have configured Apache SSL and it is running on 443. I ran ...
vrao's user avatar
  • 109
1 vote
1 answer
91 views

Apache mpm event not working as expected with SSL/HTTPS

I have a server with Apache/2.4.6 (CentOS) + OpenSSL/1.0.2k-fips (I know this is an old version of Apache but it cannot be upgraded right now). mpm event is used for multi processing. When serving ...
tigrou's user avatar
  • 111
2 votes
1 answer
737 views

TLS 1.0 broken with newer Debian/OpenSSL

I'm migrating a server running Debian 10 to a server running Debian 12 (and a 6.x kernel), and the last thing that doesn't seem to be working is TLS 1.0, which I've been trying to figure out. I'm ...
InterLinked's user avatar
0 votes
0 answers
45 views

Apache: Cannot make exception for SSLVerifyClient whith server-level restriction

I cannot make an exception for SSLVerifyCLient when it is at server level: SSLVerifyClient require SSLVerifyDepth 2 RequestHeader set SSL_CLIENT_VERIFY "" <Location /> <If "-R '...
sebelk's user avatar
  • 692
0 votes
1 answer
1k views

FireFox gets ns_error_net_interrupt when clicking on loaded page

FireFox is connecting to my website, but accessing already visited pages would randomly not connect resulting in a Secure Connection Failed Chrome and Microsoft Edge are not having that problem. ...
MeSo2's user avatar
  • 274
2 votes
1 answer
571 views

Apache 2.4 on Windows slow to respond to initial first request

I started serving pre-compressed Brotli files on my website https://www.filmfix.com/en/home/. They work; but ever since then, Apache is having response issues along all VirtualHost setups (not just ...
MeSo2's user avatar
  • 274
0 votes
0 answers
130 views

SNI and TLS errors on apache reverse proxy host when proxying multiple sites from different servers?

I have an apache2 reverse proxy which is proxying many services including zabbix and nextcloud, and applying a wildcard SSL certificate to said services. These are individual virtual hosts, though ...
surfrock66's user avatar
0 votes
1 answer
236 views

Clients of a site are getting SSL_ERROR_HANDSHAKE_FAILURE_ALERT (Firefox) and ERR_BAD_SSL_CLIENT_AUTH_CERT (Chrome)

I'm running a site in AlmaLinux 8.8 (Centos) and Apache 2.4.56. The site has a self-signed certificate. When I access the site, I get the usual warning due to the self-signed certificate. After ...
ePi272314's user avatar
  • 101
0 votes
1 answer
161 views

Cannot enable OCSP stapling

Windows Server 2022 Apache x64 2.4.57 OpenSSL 3.0.8 My Apache SSL conf has this: SSLUseStapling On SSLStaplingCache "shmcb:${SRVROOT}/logs/ssl_stapling(65536)" ...
MonkeyZeus's user avatar
0 votes
0 answers
20 views

How can i disable the TLS handshake with 128-Bit-Key from the browser with my apache2 settings? [duplicate]

When I load a website on an apache2 with ssl and look at the settings of the certificate in the browser, it is always a 128-bit key length, only want 256-bit and above to be allowed. I have that in ...
Z0OM's user avatar
  • 308
0 votes
0 answers
217 views

Apache SSL not working - server took too long to respond

I am trying to get Apache (2.4.41, Ubuntu) to work with SSL and am not having luck. Whenever I visit the site in my browser, I get the error "This site can't be reached: my-domain took too long ...
Jeff's user avatar
  • 135
0 votes
0 answers
287 views

Apache Redirect HTTP To HTTPS Not Working

I am trying to force redirecting all HTTP traffic to HTTPS using my httpd.conf file on my Apache server. Expected behaviour: When users visit http://example.com, they should get redirected to https://...
gakshat's user avatar
  • 11
0 votes
0 answers
223 views

Running Next.JS app on Apache VPS server, can't get HTTPS to work

I have a Next.JS app running on a VPS server on port 1234. I have reversed proxied it via the Apache include for the subdomain with the following lines: SSLProxyEngine on ProxyPass /.well-known ! ...
Brady Gunn's user avatar
1 vote
1 answer
175 views

Apache Server Error After Setting Up SSL Configs

I am running an EC2 Linux 2 AMI and was following an AWS tutorial to enable HTTPS on my server. But when I try to restart Apache, error seen in the logs: Apr 10 06:56:40 <maskediphere> systemd[1]...
gakshat's user avatar
  • 11
1 vote
1 answer
349 views

Local Apache TLS Proxy error on Reverse Proxy for local services

I'm struggle now for a longer time with the following issue: [gnutls:error] [pid 1878860] [remote 127.0.0.1:8282] ssl_engine_set: mod_proxy requested TLS proxy, but not enabled for piped.[CENSORED].de:...
Johnnii360's user avatar
0 votes
0 answers
283 views

Can't enable ssl on windows apache24

So, i've already sucessfully installed ssl certificates in apache virtual hosts (2 websites) but i'm unable to access them because every time I activate SSL in httpd.conf apache service wont start <...
totabank's user avatar
0 votes
1 answer
826 views

Enable TLSv1.1 on httpd 2.4.56 running on Docker

I am trying to modernize the infrastructure of a HTTP web service. I want to update the web server to something more recent and secure, but I have to maintain compatibility with some legacy devices in ...
Marco Benetti's user avatar
0 votes
1 answer
145 views

Getting not secure warning for www domain

I installed lets encrypt using certbot when I go to the www.domain.com I get this site is not secure error Found the following certs: Certificate Name: example.com Domains: example.com ...
Utku Dalmaz's user avatar
  • 1,349
0 votes
1 answer
476 views

How to get RTSPtoWeb to work with with https

We have installed RTSPtoWeb on a spare server on our network, just to see if it works, and it does. It captures the stream from our cameras nicely. I then used the webrtc stream option to successfully ...
Morten Hansen's user avatar
1 vote
1 answer
77 views

Memcached error for apache httpd 2.4

I created an EC2 instance with Apache HTTPD 2.4 with mod_ssl version 2.4.34. I've created a Memcached cluster on AWS ElastiCache version 1.6.17 with encryption in transit. The goal is to have HTTPD ...
Byob 's user avatar
  • 111
0 votes
1 answer
522 views

Setting up SSL in Apache2 with backend docker app

I'm running Ubuntu server (18.04) on an Azure VM, with Apache2 (2.4.29). I have a backend app running in docker on the same host that is called by my site. This works easy enough without SSL. I added ...
TonyD's user avatar
  • 1
0 votes
0 answers
200 views

apache2 suddenly failing to serve https

apache2 v.2.41 on Ubuntu 20.04.5 LTS (WSL2) is suddenly not connecting over https, in browser or via wget. It's been working for months, and I haven't changed anything. I tried restarting Apache; it's ...
mgiuffrida's user avatar
0 votes
1 answer
1k views

Apache virtualhost port 443 serves content from port 80 configuration

I'm running Apache 2.4.52 on Ubuntu Server 22.04. I'm trying to run https through port 443, eventually aiming to have a redirect from port 80 to force content on https. However, Apache seems to be ...
Sit399's user avatar
  • 21
1 vote
3 answers
169 views

Apache: How to "hide" a subdomain but serve over https

I will freely admit my ignorance - or perhaps enough knowledge to be dangerous. I have a subdomain http://db.<mydomain>.com that serves the phpMyAdmin utility. It's currently in a directory with ...
Eddie Rowe's user avatar
0 votes
1 answer
1k views

Cloudflare Tunnel without having to also use noTLSVerify?

I’ve got a simple domain setup on an Ubuntu server running Apache (literally just displays a static HTML file); I set it up with LetsEncrypt and it was working without issue. I wanted a bit more ...
Pigeoni's user avatar
1 vote
0 answers
261 views

The Let's Encrypt cert doesn't work on Apache and FreeBSD

Our server administrator installed via Certbot the free Let's Encrypt certificate on our server with FreeBSD. But the cert doesn't work and we can't understand how exaclty we should configure the file ...
stkuser's user avatar
  • 11
0 votes
1 answer
168 views

Apache Server security issues

our security auditor scanned our system and here is what come up on the apache server : -Server header: Apache exposed on port: 80 -Server header: Apache exposed on port: 443 Here are some lines in ...
xarj's user avatar
  • 3
0 votes
1 answer
378 views

How can I run TLS on Apache2 Proxy behind port forwarding

I have a problem with apache2 proxy in TLS using port forwarding. I manage to make it work correctly in HTTP, but as soon as I try to make it work in HTTPS, Apache shows the message Service ...
H.LK's user avatar
  • 3
0 votes
1 answer
2k views

Apache HTTPS not works, HTTP works

OS: Ubuntu Server 20.40. WebServer: Apache2 SSL: OpenSSL SSL Module enabled SSL files copied on server SSL site configurated (above the code) Apache Syntax: OK Firewall: disabled HTTP request works ...
Katalux's user avatar
1 vote
1 answer
33 views

Advice on a catch all for https incoming but no cert installed

I am trying to think of an elegant way to handle an SSL / HTTPS issue we are having. I have read THIS QUESTION but it raises a slightly larger question in my case. Say I have these domains installed ...
Zak's user avatar
  • 354
6 votes
1 answer
4k views

My browser will not display http://[sub.]example.com

When I go to http://sub.example.com in my browser I get a "connection refused" message or an "invalid certificate" error but I don't even want to connect over https. As far as I ...
Bob's user avatar
  • 5,903
-2 votes
1 answer
1k views

What Cipher Suites to use with OpenSSL 1.1.1 for TLSv1.3?

What cipher suites to use with OpenSSL 1.1.1 for TLSv1.3? I really want it to be AES56 or CHACHA20.
ComputerBas's user avatar
3 votes
1 answer
1k views

Apache, redirect a client instead of showing HTTP/HTTPS error

If a web admin configures an HTTPS/SSL vhost on a custom port (e.g. 4433) and a browser connects to that vhost but using HTTP (http://vhost:4433), is there any way to configure apache to rather issue ...
Mladen B.'s user avatar
  • 222
0 votes
1 answer
1k views

Apache is not using SSLProtocol & SSLCipherSuite directive configuration

I am trying to set up HTTPS in my web server. I got error Error code: SSL_ERROR_NO_CYPHER_OVERLAP in firefox and ERR_SSL_VERSION_OR_CIPHER_MISMATCH in chrome. I looked it up and i found that my SSL ...
actomobile's user avatar
1 vote
1 answer
200 views

How many SSL certificates you need - aspnet core + Apache reverse proxy?

When you deploy aspnet core app on Linux you normally do it through reverse-proxy. I.e. Kestrel hosts the app and Apache handles the public internet traffic talking to Kestrel. So Kestrel and Apache ...
Boppity Bop's user avatar
0 votes
2 answers
1k views

Log the ssl certificate that apache is using for each SSL connection, for enhanced loging & debugging

I have an apache web server, with mod_ssl & SSL certificates from letsencrypt. certbot reports they are fine and not expiring. A few different (of my many users) report that they get invalid/...
Amandasaurus's user avatar
  • 31.9k
0 votes
0 answers
1k views

Disabling weak cypher suites in apache

I want to disable the following weak cypher suites in my apache server: List of ciphers This thread explains how to do it: Disable TLS cipher suites However, my ssllabs report shows that many weak ...
user888045's user avatar
3 votes
1 answer
13k views

Apache reverse proxy with self-signed certificate

I run a Unifi hardware appliance which comes with a self-signed certificate, issued on unifi.local. For my current setup, it's not an option to import a certificate on the appliance directly for ...
Drudge's user avatar
  • 155
0 votes
1 answer
2k views

A valid Root CA Certificate could not be located, the certificate will likely display browser warnings

i'm trying to get Telegram Webhook working with my local machine but it doesn't make requests. I think it's bc of certificate issue Here's what geocerts.com/ssl-checker says: screenshot Here's my ...
s0up's user avatar
  • 103
1 vote
2 answers
1k views

Apache serving HTTP instead of HTTPS

I recently upgraded from Apache 2.2 to 2.4 (I know, I'm slow to upgrade, don't hate me). I have the following virtual host: <VirtualHost _default_:30000> DocumentRoot /opt/phpmyadmin ...
Mike's user avatar
  • 689
1 vote
0 answers
158 views

Why would TLS version in one config cause another to break?

I have an Apache proxy that has several VHosts. Some of these are legacy configs that were before my time. Long story short, I removed some .crt files on the server that had expired, and forgot to ...
DevOpsSauce's user avatar
2 votes
0 answers
497 views

Initial connection (TCP handshake) takes 150 seconds first time with https only, but normal from then onwards - Apache - AWS EC2 - Route 53

I'm new to web deployment. I have this at this stack at the moment: Django Apache EC2 Route 53 Namecheap When I access the website through the public IPv4, it is instantaneous. However, when I ...
Adrian's user avatar
  • 21
1 vote
0 answers
152 views

How to configure the apache authorization chain for Kerberos (mod_auth_kerb) and SSL?

What directives and conditions to configure the Apache configuration as follows: We try to authorize through Kerberos. If successful (What condition to use?), Then we redirect to URL1. Otherwise, we ...
Александр Беляков's user avatar
0 votes
2 answers
241 views

Apache Configuration for A Container+Subdomain's SSL

In January I configured and installed SSL certificates for two subdomains. After that, I then connected two docker containers to those subdomains. That configuration's SSL was "working" ...
PaulELI's user avatar
  • 101
1 vote
0 answers
585 views

How to proxy a subdomain to a port in apache

I want to proxy git.example.com to example.com:3000 for gitea. I also want to enable https on the subdomain. Here is my configuration: <VirtualHost *:443> ServerAdmin [email protected] ...
user0102030's user avatar
1 vote
1 answer
2k views

Forwarding Apache SSL-Port to Web-App on localhost

I'm struggeling for days now to route a subdomain with SSL to a local running vue app, specifically the directus admin ui. I've done this before, like with the tool monit, and it worked like a charm: &...
sagerobert's user avatar
1 vote
1 answer
553 views

Apache SSL Proxy Pass not working, but it does with VirtualBox NAT port forwarding

I configurated Apache proxy pass on port 80 and 443. Port 80 works but it seems that for 443 I do not get any response. From my public ip I got no response from server. This are the virtual host ...
fared's user avatar
  • 11
1 vote
1 answer
37 views

Temp. Load Balancing

One of the website on my Cpanel / Centos server on DigitalOcean with multiple domains attracts huge traffic on one particular week in a year, a single server is unable to manage the load and obviously ...
MikeBA's user avatar
  • 11
1 vote
1 answer
226 views

Weird IP address value in apache log

I have been running this instance of apache 2.4.17 for a long time. It is used as a proxy to a number of applications at the back. Recently I upgraded Piwik/Matomo, and it caused a bit of issue in the ...
charleslcso's user avatar
0 votes
1 answer
294 views

How to Configure SSL on Apache 2.4

This is really very confusing, there are a lot of guides available for configuring SSL but I am stuck and confused about what should I follow. I have a fresh server. ubuntu 18.04 Server version: ...
zarpio's user avatar
  • 101

1
2 3 4 5
9