lets-encrypt

Let's Encrypt certificate not trusted on Firefox

生来就可爱ヽ(ⅴ<●) 提交于 2020-06-27 10:10:11
问题 I just added the certificate in IIS 8 (Windows Server 2012) using letsencrypt-win-simple.V1.9.1 . There are no problems in Google Chrome but in Firefox the connection is not trusted. I followed this tutorial : https://weblog.west-wind.com/posts/2016/feb/22/using-lets-encrypt-with-iis-on-windows#TheEasyWay:LetsEncrypt-Win-Simple . 回答1: Upon cursory examination, it would appear that you have a valid SSL certificate installed and configured. However, more thorough analysis courtesy of the

Issue with Let's Encrypt certificate : https://www.website.com not working with redirection to https://website.com

自作多情 提交于 2020-03-21 17:01:08
问题 I have an issue with the certicate that I have generated for a website (dubbed here website.com). I can type in brower http://www.website.com and successfully redirected to https://website.com as I wanted (with a certificate generated by let's encrypt ). I have done this redirection with Rewrite Rules with Apache2. The redirection to https://website.com also works fine when I type http://website.com . Now, I am face to an issue when I type directly in browser https://wwww.website.com : I get

letsencrypt failed with ImportError: No module named interface

雨燕双飞 提交于 2020-02-03 05:14:07
问题 I'm using Amazon linux, and I followed some steps for using letsencrypt that easily found in google search, but all it fails with: Error: couldn't get currently installed version for /root/.local/share/letsencrypt/bin/letsencrypt: Traceback (most recent call last): File "/root/.local/share/letsencrypt/bin/letsencrypt", line 7, in <module> from certbot.main import main File "/root/.local/share/letsencrypt/local/lib/python2.7/dist-packages/certbot/main.py", line 11, in <module> import zope

Lets Encrypt ACME Challenge file not accessable from IIS

不羁的心 提交于 2020-01-29 11:50:54
问题 I have been trying to generate a SSL certificate for one of our projects which is running on an Azure VM which has no IP restrictions. However, the challenge file which is generated throws a 404 error and is not accessible over the web. I have tried the following: Moving the static content type above the extension less options in IIS Adding a mime type for text/json, text/html None of the above work which is making it really hard for me to generate a SSL using this service. Any idea how I can

Azure DevOps “Prepare analysis on SonarQube” task fails against our Azure hosted SonarQube server with a Let's Encrypt wildcard cert

♀尐吖头ヾ 提交于 2020-01-25 10:02:06
问题 When running the SonarQube task on the Windows Hosted Agent I get this error right away. [error][SQ] API GET '/api/server/version' failed, error was: {"code":"UNABLE_TO_VERIFY_LEAF_SIGNATURE"} The error is apparently related to what's discussed in this Let's Encrypt signing explanation. Using the info on that page as a guide and in an attempt to fix the problem I've created a predecessor task in the DevOps job to add to the Java keystore on the DevOps Agent box all the certs in the chain up

Certbot lets-encrypt certificate not found after installation

非 Y 不嫁゛ 提交于 2020-01-24 21:32:45
问题 Certbot installed two lets-encrypt SSL certificates but none working On my AWS EC2 Ubuntu 18 Three files are as follows: /etc/apache2/sites-available/000-default.conf <VirtualHost *:80> ServerAdmin webmaster@localhost DocumentRoot /var/www/html ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined RewriteEngine on RewriteCond %{SERVER_NAME} =sub1.domain.net [OR] RewriteCond %{SERVER_NAME} =sub2.domain.net RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END

Unable to set HTTPS using LetsEncrypt in Nginx server

非 Y 不嫁゛ 提交于 2020-01-16 05:46:25
问题 I followed the following tutorial to set https for my website on DigitalOcean: https://www.digitalocean.com/community/tutorials/how-to-deploy-a-laravel-application-with-nginx-on-ubuntu-16-04 But, I got stuck at this place - Step 6 — Securing your Application with TLS include snippets/ssl-example.com.conf; include snippets/ssl-params.conf; There are no ssl-*.conf in my snippets folder to match the lines in the above conf file for TLS. I did not see any other errors up to this point. I can view

Use existing LetsEncrypt certificates in Traefik

强颜欢笑 提交于 2020-01-15 10:22:32
问题 Is it possible to use existing LetsEncrypt certificates (.pem format) in Traefik? I have Traefik/Docker set up to generate acme.json - can I import my existing certificates for a set of domains? 回答1: Eventually I found the correct solution - not to use Traefik's ACME integration but instead to simply mount a network volume (EFS) containing certificates as issued by certbot in manual mode. Why was this my chosen method? Because I'm mounting that certificate-holding NFS volume on two servers

Use existing LetsEncrypt certificates in Traefik

谁说胖子不能爱 提交于 2020-01-15 10:21:14
问题 Is it possible to use existing LetsEncrypt certificates (.pem format) in Traefik? I have Traefik/Docker set up to generate acme.json - can I import my existing certificates for a set of domains? 回答1: Eventually I found the correct solution - not to use Traefik's ACME integration but instead to simply mount a network volume (EFS) containing certificates as issued by certbot in manual mode. Why was this my chosen method? Because I'm mounting that certificate-holding NFS volume on two servers

Firebase hosting : SSL Certificate has expired and haven't been renewed

旧城冷巷雨未停 提交于 2020-01-15 10:12:47
问题 Tonight our website https://guestme.live went down because an SSL issue. On my browser Chrome I get this error : NET::ERR_CERT_DATE_INVALID. Looking for the certificate provided by firebase hosting (from letsencrypt), the expiration date is 13 feb. 2017. Don't know why it hasn't be renewed and how to resolve this issue. I try to contact firebase support... Validity Not Before: Nov 15 22:08:00 2016 GMT Not After : Feb 13 22:08:00 2017 GMT 回答1: firebaser here This is a known problem that