Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
18 views

Duplicating an EC2 instance for creating a development platform for Wordpress site

I have an EC2 instance running Ubuntu hosting a Wordpress site on Apache. I've used LetsEncrypt's CertBot to create an SSL certificate and everything's working fine. I also have direct IP to domain ...
The Feadow's user avatar
14 votes
1 answer
4k views

Why does my Let's Encrypt certificate contain references to Cloudflare?

I own a website that uses a Let's Encrypt certificate. It's not behind Cloudflare, it's hosted at OVH and I'm accepting direct traffic from it. Now, I set up an apache2 webserver and used certbot to ...
lolc's user avatar
  • 153
3 votes
2 answers
1k views

SSL_ERROR_RX_RECORD_TOO_LONG after installing Certbot on Apache2

I'm trying to set up a web server on a raspberry pi, it's running a debian based system. I installed and set up apache (following this guide), set up port forwaring on my router and created 3 html ...
Simone's user avatar
  • 31
0 votes
1 answer
1k views

Apache2 SSL: None of the common names in the certificate match the name that was entered (works with www. but not without)

I'm using https://www.sslshopper.com/ssl-checker.html to check my site, and it's failing with this error message: None of the common names in the certificate match the name that was entered (example....
HC_'s user avatar
  • 101
1 vote
1 answer
1k views

certbot creates a challenge owned by root:root and permissions 640 and apache can't access it - custom ACLs applied on parent directory

On my server I have special permissions that I set on my public_html folder. First the sticky bit chmod g+s /home/domain.com/public_html Also default group permissions. setfacl -m 'default:group::rwX'...
Mikey A. Leonetti's user avatar
0 votes
0 answers
2k views

How to host two websites on one AWS lightsail instance

I'm quite new to this whole website thing and I'm looking for some guidance on how to configure bitnami apache so I can have two websites on the same server. I have a domain (which i'll call example....
dangee1705's user avatar
1 vote
1 answer
1k views

Apache VHost redirect aliases to HTTPS

I'm trying to do Virtualhosts on my "playground" VPS. I need it to redirect 3 or more domains to the main one. Also it should redirect HTTPS, Lets Encrypt is configured and working well. In ...
sjiamnocna's user avatar
3 votes
0 answers
2k views

Apache2 Let's Encrypt 404 for .well-known/acme-challenge

I am trying to issue a Lts encrypt ssl on my Apache2 AWS ECS. I confirmed the www and non www versions of the domain are all pointed correctly to the server however I receive an error that I am not ...
Jayreis's user avatar
  • 145
0 votes
1 answer
89 views

Problems with improper vhosts configuration on Apache 2 / Ubuntu 14.04

I have various subdomains set up successfully as virtual hosts on my Digital Ocean Droplet. For some reason though, my latest subdomain is serving a different subdomain, and I'm not sure why. So if ...
mheavers's user avatar
  • 127
0 votes
1 answer
158 views

How to lets-encrypt several virtual servers on apache

I host several instances of the same ruby on rails application via passenger on an Apache server. In the past these applications have been made available via separate Domains. But now I received a ...
Claas-Thido Pfaff's user avatar
0 votes
1 answer
107 views

Certbot wildcard with apache but none of the listed DNS providers

On the official certbot documentation for apache (https://certbot.eff.org/lets-encrypt/ubuntubionic-apache.html), it says you should do sudo apt-get install python3-certbot-dns-<PLUGIN> ...
Tobias Feil's user avatar
7 votes
1 answer
8k views

How to have apache handle .well-known/acme-challenge and still have / passed to wsgi

In order to support automatic LetsEncrypt certificate renewal certbot uses the --apache handler. e.g. certbot renew --apache This handler installs a temporary VirtualHost for */.well-known/acme-...
Jay M's user avatar
  • 398
0 votes
1 answer
1k views

Why rewrite rule for IP address shows "Not secure" whereas domain name works well in Apache2?

I created ssl certificate for myDomain.com Hence I see following 3 files under /etc/apache2/sites-enabled in Ubuntu example.com-le-ssl.conf example.com.conf example.conf My example.com.conf looks ...
sofs1's user avatar
  • 103
2 votes
1 answer
2k views

How can I redirect back from https to http URLs after I removed a SSL certificate of lets encrypt in apache2 & nginx

I configured a certificate of let's encrypt using certbot-auto and the https worked but when I was trying to remove the certificate of my domain using certbot-auto delete... my wordpress and ...
Shahar Alaluf's user avatar
0 votes
1 answer
713 views

Elastic Beanstalk, Certbot does not recognize port 80

I have very simple app running single index.php file on the elastic beanstalk, and now I tried to install https using Letsencrypt. But unfortunately I keep geeting this error: PluginError: Unable to ...
Yusuf Ibrahim's user avatar
-1 votes
1 answer
1k views

LetsEncrypt certificate (renewing) installing error

I'm trying to renew my LetsEncrypt certificate on my Raspberry Pi running apache2, but I seem to get an error when CertBot tries to generate the certificate. Expected sha256 ...
Rat's user avatar
  • 101
2 votes
2 answers
4k views

Apache wildcard cert with virtual host subdomain

I have been stuck trying to get my site to work with SSL and a subdomain for a few days now. Have been googling endlessly to no avail. I have a webserver setup on AWS EC2 instance running amazon ...
BruH's user avatar
  • 21
0 votes
1 answer
828 views

Apache2: error in SSLv2/v3 read server hello A

Without any reason my Apache2 Webserver on Ubuntu stopped working. Every HTTPS site i want to open I get "SSL_ERROR_RX_RECORD_TOO_LONG". When I call on my server 'openssl s_client -connect www.kosa-...
Philipp's user avatar
  • 133
0 votes
0 answers
159 views

SSL with Let's Encrypt, Apache and ProjectShield not working for WWW

I have a site behind ProjectShield, for www and bare domain. Without https, it is working for www and bare domain. Under https, is only working for the bare domain, not working for www, and that is ...
Beto Aveiga's user avatar
0 votes
1 answer
2k views

HAProxy Multiple Services, Reverse Proxy, CERT NAME INVALID

I have a server with HAProxy setup. I am trying to connect my public ip to multiple servers that offer DIFFERENT services via external ports. So Port 80 will direct to Server 1, Port 100 will ...
Matt's user avatar
  • 1
1 vote
1 answer
471 views

LetsEncrypt certificate for parked domains

Hopefully you can shed some light on what might be going on here: I have migrated website cutit.sk from external VPS on my private server. I also have several domains, which are meant to redirect ...
Drahoš Maďar's user avatar
-1 votes
1 answer
9k views

modern installation of Tomcat with SSL on port 443

In the computer course I'm writing I'm using Tomcat for the server. (Students learn how to set up CentOS and everything from scratch. Currently the course has them using Tomcat running on port 8080.) ...
Garret Wilson's user avatar
1 vote
1 answer
241 views

SSL Enabled Geonode Service

Recently I have installed geonode on apache tomcat8 in an Ubuntu 16.04 droplet on digitalocean . Everything worked without any issue. The service was up and running. Then I tried to enable SSL for ...
Sam's user avatar
  • 11
0 votes
1 answer
2k views

Configure apache for lets-encrypt and django

I am able to set up my domain for https without problems with the following example.com.conf file: <VirtualHost *:80> ServerName example.com ServerAlias www.example.com DocumentRoot ...
DevB2F's user avatar
  • 101
2 votes
1 answer
3k views

Let's Encrypt wildcard certificates and Apache 2 not working

I am trying to set up a wildcard certificate using Let's Encrypt on an Ubuntu 18.04 server running apache2, for domain abc.def.com (not the real domain name) and all subdomains (*.abc.def.com) I have ...
Ryan Griggs's user avatar
  • 1,033
1 vote
2 answers
3k views

Non-WWW gets ERR_CERT_COMMON_NAME_INVALID on a wildcard certificate

I have a wildcard certificate from Let's Encrypt for a website (*.storyfortwo.com). When I go to http://storyfortwo.com or http://www.storyfortwo.com (no SSL) they are both redirected to https://www....
Miro J.'s user avatar
  • 123
0 votes
1 answer
261 views

Lets encrypt certificate renew: PluginError occured

I am trying to renew the letsencrypt SSL certificate in the apache by using the following command. sudo certbot renew But I am getting the following error error was: PluginError('There has been ...
shamon shamsudeen's user avatar
2 votes
1 answer
9k views

Certbot connection refused whilst /.well-known/acme-challenge is accessible

I'm having issues to renew my certificate for my Nextcloud instance with letsencrypt on my ubuntu 16.04 server. Here is my renewal conf: # renew_before_expiry = 30 days version = 0.22.2 ...
wouter205's user avatar
  • 123
0 votes
1 answer
74 views

Install Let's Encript in a custom docker container

I'm trying to get https enabled on a web server (apache) already running in a custom docker instance for a specific web app. The container seems to be running Alpine Linux. Before a few weeks ago, I ...
James John McGuire 'Jahmic''s user avatar
0 votes
1 answer
32 views

Reconfigure certificates or edit certificate information

Necessary details first: OS - Ubuntu 16.04 LTS System: Digital Ocean droplet I attempted to set up a self-signed certificate for SSL verification using Let's Encrypt. In either haste or ...
fireside68's user avatar
2 votes
2 answers
258 views

Why do my sub domains point to other sub domains when I disable a site? [closed]

I have a personal server and I use many sub-domains on it. Each sub domain has its own unique SSL cert setup with LetsEncrypt. Each sub domain has its own vhost file under /etc/apache/sites-available/ ...
Frantumn's user avatar
  • 121
1 vote
1 answer
233 views

Why does Let's Encrypt pick up disabled sites?

If I run letsencrypt --apache, it will fail, complaining that five domains on my small server fail due to timeouts. However, all five domains are disabled (a2dissite fake.example.net). Why is Let's ...
TRiG's user avatar
  • 1,191
0 votes
1 answer
1k views

Exclude certain paths on https redirect by letsencrypt

I have an application on a lamp stack. The application uses let's encrypt SSL certs for https. One function of the application is to allow users to embed certain content in an iframe on other sites. ...
ymdahi's user avatar
  • 103
0 votes
0 answers
202 views

Different document root on apache depending on listening interface for LetsEncrypt SSL certificate?

I cannot find in any documentation on how to server different sites for the same hostname with letsencrypt depending on the interface on which te request is handled? I have for example this simple ...
Gizmo's user avatar
  • 289
10 votes
1 answer
10k views

Trying to get 100% in ssllabs.com key exchange

I wanted to know what steps are needed to get 100% on every category in ssllabs.com. I am aware that this could lead to problems in older systems, but I dont care. My letsencrypt.org certificate ...
feedc0de's user avatar
  • 269
0 votes
1 answer
4k views

How to fix issues when remove LetsEncrypt certificate in single domain on centos 7 server

I have installed lets-encrypt in centos 7 server yum install epel-release yum install certbot-nginx and config nginx.conf with server_name opvietnam.com www.opvietnam.com; After that I reload nginx ...
Rei's user avatar
  • 47
0 votes
1 answer
8k views

Rewrite cond for domain and www.domain letsencrypt

I have this virtualhost in /etc/apache2/sites-available/cv.conf <VirtualHost *:80> ServerName example.com ServerAlias www.example.com DocumentRoot /var/www/cv/web <Directory ...
onda47's user avatar
  • 103
0 votes
0 answers
821 views

Can't get Certificates with Let's Encrypt for Roundcube/Apache Configuration

So everytime i try to create this let's encrypt certificate with this command i can never get it completed because i get this error here: "<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> &...
Flo's user avatar
  • 113
0 votes
1 answer
455 views

Lets Encrypt and 2 vhosts

I have a OwnCloud install on Debian, using apache. I've successfully configured a lets encrypt certificate and that's working great on files.example.com. I'd like another domain pointing to the same ...
Nathan's user avatar
  • 165
0 votes
1 answer
4k views

Redirect subdomain to subdomain in HTTPS with Apache2 [duplicate]

I have those subdomains: link.domain.com links.domain.com I want to redirect the link.domain.com to links.domain.com. For this, I used the same method as described here : Redirect subdomain to ...
ÜberPosé's user avatar
-1 votes
1 answer
392 views

SSL certificates are automatically redirecting subdomains to the top level

I need a certificate for each one of my subdomains on my server. I have two subdomains and a top level (I don't need one for the top level). The subdomains I need an SSL certificate are pma (remote ...
carefulnow1's user avatar
0 votes
0 answers
285 views

“ssl_error_bad_cert_domain” - but only occasionally?

I've got a few domains setup on an Ubuntu server (14.04); they each are encrypted with LetsEncrypt (cron jobs setup to auto-renew them as well). Every once in a while, I will go to https://domainA....
Hanny's user avatar
  • 131
0 votes
1 answer
8k views

apache2 won't start after ssl configuration

I did the following to make my websites https able (german): http://www.tecchannel.de/a/owncloud-9-unter-ubuntu-server-16-04-lts-installieren,3277807,2 now if I start apache2 I get this error : > ...
Sarius's user avatar
  • 181
1 vote
1 answer
500 views

http traffic showing different directory than https traffic on apache

I have apache2 running on ubuntu 14.04 and had set up SSL using Let's Encrypt. On one of my domains (domainA) it works fine. I can reach it at http://domainA.com http://www.domainA.com or https://...
Hanny's user avatar
  • 131
2 votes
1 answer
13k views

Let's Encrypt automatically redirect to HTTPS not working

I have set up Let's Encrypt on my small Ubuntu server, and am using it on all non-IDN sites thereon. It has the option to automatically redirect HTTP sites to HTTPS. I selected that option. The Let's ...
TRiG's user avatar
  • 1,191
0 votes
0 answers
497 views

letsencrypt/certbot python cryptography error

My certificates expire in a few days and I haven't had any luck updating them with letsencrypt-auto or certbot-auto. As fas as I can tell, everything is up to date but I get a: Running setup.py ...
innesngunn's user avatar