Questions tagged [lets-encrypt]

LET'S ENCRYPT QUESTIONS MUST BE PROGRAMMING RELATED. Let’s Encrypt is a free, automated, and open certificate authority provided by the Internet Security Research Group.

LET'S ENCRYPT QUESTIONS MUST BE PROGRAMMING RELATED. Let's Encrypt is a certificate authority that provides free X.509 certificates for Transport Layer Security encryption (TLS). It uses an automated process designed to eliminate the current complex process of manual creation, validation, signing, installation and renewal of certificates.

2023 questions
0
votes
1 answer

Configure Nginx to reply to http://my-domain.com/.well-known/acme-challenge/test.html

There are numerous posts about this issue but none that solve my problem. I am using jwilder/nginx-proxy as a reverse proxy and jrcs/letsencrypt-nginx-proxy-companion to generate certificates. For some reason at some point the certification process…
Mike Ratcliffe
  • 989
  • 6
  • 10
0
votes
2 answers

EKS + Route53+Istio Gateway + Cert-Manager + letsencrypt

I have a EKS cluster configured with Iitio ingress gateway and my dns domain (test.com) is hosted in route53. I would like to generate the Letsencrypt certificate for my domain. I'm using the following version certmanager(0.14.1), Istio (1.6),…
0
votes
1 answer

Let's encrypt doesn't SSL all pages

why Let's encrypt with latest Win ecma doesn't secure all of mine pages? https://jepsano.net/ is secured, pages under main also https://jepsano.net/2020/05/10/cernobylska-havarie-prepis-od-martina-roty-z-vedeckeho-kladiva/ but older pages not:…
sunamo.cz
  • 59
  • 6
0
votes
1 answer

Problems when upgrade kube-lego to cert-manager

I use kube-lego in 0.1.5-a9592932 version, but this service are deprecated and now the time has come for migrate for cert-manger. When testing migrate I lost the secret "kube-lego-account", but I need this! It's possible forcing generate the secret?…
roliveira
  • 87
  • 1
  • 12
0
votes
2 answers

Influxdb over SSL connection

I'm a little bit confused about https communication with influxdb. I am running a 1.8 Influxdb instance on a virtual machine with a public IP. It is an Apache2 server but for now I am not willing to use it as a webserver to display web pages to…
Alessio Giberti
  • 149
  • 1
  • 6
0
votes
1 answer

Fix so Let's Encrypt works with www

Firefox does not trust this site since it uses a certifcate which is not valid for www.example.com. Certificate is only valid for example.com. Error code: SSL_ERROR_BAD_CERT_DOMAIN I'm using Let's Encrypt on Ubuntu 16, Apache httpd. How do I add…
Joe
  • 4,274
  • 32
  • 95
  • 175
0
votes
1 answer

Restoring Firebase apex domain key

Is there a way to restore the domain key? I removed the TXT record with the domain key from my DNS config, because I thought it would only be necessary for validating the ownership once. But then I found out it's needed for validating the SSL cert…
hpm
  • 1
  • 1
0
votes
2 answers

How to redirect different subdomains to applications running on different ports with nginx

I have 2 nodejs applications running in my EC2 instance at PORT 3000 and 1337. What I want to achieve is admin.mydomain.com should be redirected to the application running on PORT 1337 and mydomain.com www.mydomain.com should be redirected to…
Sar AN
  • 31
  • 1
  • 3
0
votes
1 answer

NGinx/wordpress - Letsencrypt cannot create certificate

I'm trying to generate a certificate for my wordpress website with letsencrypt. I'm using NGinx as webserver. I tried many things, but everything seems to fail and i still get the same error message (the command I use is sudo certbot --nginx but i…
Atik
  • 81
  • 1
  • 1
  • 6
0
votes
0 answers

Can't figure out whats wrong Installed LETSENCRYPT, NGINX, PHP & MYSQL on UBUNTU

I get 404 without https and ERR_CONNECTION_REFUSED with https I think it has to do something with permissions as before installing php and mysql it worked fine but after installing them it just wont work. Domain aleealamm.com IP…
user3098536
0
votes
0 answers

How causes error:1400442E:SSL and how to resolve it

My client app here at https://nametalkam.com hosted on digitalocean(cenTOS, nginx) is throwing error Error: The requested resource could not be loaded. libcurl returned the error: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert…
Nuru Salihu
  • 4,756
  • 17
  • 65
  • 116
0
votes
1 answer

docker nginx letsencrypt doesn't create the certificates ssl

I use letsencrypt-nginx-proxy-companion to generate the ssl certificates for my sites, it has always worked but since 15 days, I can no longer create new ssl certificates. The only change made is the update of the image from v1.11 to v.13. Thanks a…
Wincenty
  • 31
  • 6
0
votes
1 answer

LettuceEncrypt - Kestrel Behind a TCP Load Balancer (aka SSL pass-thru)

I have no experience with Nginx. I tried to configure Nginx however, I have still bad results. Is here someone who can help me with the configuration for "Kestrel Behind a TCP Load Balancer (aka SSL pass-thru)"? Thank you very much
Jozef
  • 1
  • 1
0
votes
0 answers

Keycloak LetsEncrypt Nginx Reverse Proxy Docker Compose

I am trying to setup an keycloak instance with an ssl connection over an nginx proxy my 'docker ps' output: d7fd473cc77b jboss/keycloak "/opt/jboss/tools/do…" 34 minutes ago Up 8 minutes …
0
votes
1 answer

Let's Encrypt changing domain x.com to y.com

Hi I've installed certbot on my Ubuntu 20.04 LTS machine. It is installed on x.com domain and I want to have a certificate for y.com domain, how do I do this?
Alex
  • 1