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

Mounting a volume overwrites files stored in the Docker image

I am trying to containerize the front-end of my website and automate its deployment. My goal is to be able to have a new image be generated and hosted when a change is pushed, and have the server automatically fetch it and restart the container.…
0
votes
1 answer

Renewal of Letsencrypt cert looks fine but certificate on the page won't update

Everything looks correct, I renew the certificate but when I go to the website the security certificate doesn't update. Here is the message after renewing the cert I have restarted the server systemctl start apache2.service systemctl stop…
JohnnyQ
  • 484
  • 10
  • 23
0
votes
1 answer

Telegram Bot - Webhook SSL error with letsencrypt Certificate

I've tried to fix this error now for two day and still haven't found a single thing that works... So here is my problem: I previously had a Telegram Bot setup with Certbot (letsencrypt) on a Raspberry Pi and it worked perfectly. Now I wanted to…
MrMobi
  • 21
  • 6
0
votes
2 answers

Dokku + letsencrypt: able to get ssl for subdomain, but not root domain

I am using server side CLI to get an SSL for my web app (following these instructions: https://github.com/dokku/dokku-letsencrypt). After following the setup I ran: root@taaalk:~# dokku letsencrypt taaalk =====> Let's Encrypt taaalk ----->…
JoshuaESummers
  • 493
  • 2
  • 7
  • 24
0
votes
1 answer

Domain returns 404 with www in url, but works fine without www

I just noticed that certbot has failed the renewal of the SSL certificate on my site. When running certbot manually I was able to renew the certificate for 1: example.com but when trying 2: www.example.com I get the error Failed authorization…
user3127399
  • 121
  • 10
0
votes
1 answer

How to configure HAProxy with Certbot/letsencrypt

I have one domain with several sub-domains. All of them point to my VPS. I use docker in swarm mode to run my web services and my (HA)proxy. I also use Certbot/Let’s Encrypt in standalone to get the certificate for my domain. Everything seems to be…
Alexandre A.
  • 1,619
  • 18
  • 29
0
votes
2 answers

port redirection of my nodejs application with apache2

My system is hosted by Amazon LighSail. My application is running with Nodejs on the port 3000. I installed my HTTPS certificate for my domain name with Let's Encrypt. Now I want to reach my nodejs application directly to my…
DamTan
  • 189
  • 1
  • 3
  • 14
0
votes
1 answer

Let's Encrypt certificate for 365 days

I am trying to create a SSL certificate, but due to some reason i am only allowed to create certificate for 90 days. I would like to create a SSL certificate which lasts for 365 days. Note: I already own a domain name. System that i am using :…
0
votes
1 answer

'Internal Server Error' when deploying Application with Traefik and LetsEncrypt

I'm new to SSL certificates with Traefik and have been having real trouble getting a successful deployment. I have a server and domain that I have deployed my application on using Traefik and Http without issue. I would now like to deploy the…
Kthomas852
  • 11
  • 2
0
votes
0 answers

how to verify nginx SSL that is forwarding to another nginx that also needs verifying (jitsi)

I am trying to have a subdomain go to a Jitsi Video Chat service on a VM I'm running on my local homelab by way of an nginx reverse proxy. Currently this is how I'm trying to achieve this: I have my subdomain CNAME'd and pointed to a dynamic DNS…
russellaugust
  • 358
  • 3
  • 17
0
votes
1 answer

Telegram Bot Webhook Not Working on My Laravel and Let's Encrypt SSL

I can get update via getUpdatesbut not with webhook. Here is my route: Route::post('/', function () { Telegram::sendMessage([ 'chat_id' => "468613362", 'parse_mode' => 'HTML', 'text' => " Test message from webhook update,…
0
votes
2 answers

kubernetes certmanager letsencrypt giving error "Your connection is not private"

I set up a cluster issuer, certificate, and ingress under my Kubernetes environment and everything is working fine as per status, but when I am connecting to the host as per my ingress, it's giving me "Your connection is not…
me25
  • 497
  • 5
  • 18
0
votes
1 answer

How to get HTTPS callbacks for Angular ng serve development server

I am developing against Jumio NetVerify service, which does not accept custom ports in the URL, but needs a full qualified domain with a real HTTPS certificates. How am I going to make Jumio NetVerify external service to work against my local…
Mikko Ohtamaa
  • 82,057
  • 50
  • 264
  • 435
0
votes
1 answer

Subdomain always redirect to main domain

I'm using Let's Encrypt for my domain. I created config for example.com, www.example.com, app.example.com The example.com and www.example.com are working fine and they are pointing to /var/www/html, but the app.example.com is always redirecting to…
Majid Nasirinejad
  • 107
  • 1
  • 2
  • 13
0
votes
0 answers

LetsEncrypt SSL on private sub domain

We own the company.com domain, and have ssl comodo wildcard on it. We have set up a private dns range *.intra.company.com locally on our ADDS Server, unresolvable by the Internet. I'm wondering whether is possible the install LetsEncrypt…
michiel Thai
  • 547
  • 5
  • 16
1 2 3
99
100