Skip to content

Instantly share code, notes, and snippets.

@lucj
Created August 19, 2016 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucj/18241fd890c148b8fea20fde5af9b2b9 to your computer and use it in GitHub Desktop.
Save lucj/18241fd890c148b8fea20fde5af9b2b9 to your computer and use it in GitHub Desktop.
letsencrypt-error
2016/08/19 13:02:38 [notice] 135#135: signal process started
Generating RSA private key, 2048 bit long modulus
...............................+++
...........................................................................................+++
e is 65537 (0x10001)
Signing certificates from https://acme-v01.api.letsencrypt.org ...
Parsing account key...
Parsing CSR...
Registering account...
Registered!
Verifying www.mydomain.com...
Traceback (most recent call last):
File "/bin/acme_tiny", line 198, in <module>
main(sys.argv[1:])
File "/bin/acme_tiny", line 194, in main
signed_crt = get_crt(args.account_key, args.csr, args.acme_dir, log=LOGGER, CA=args.ca)
File "/bin/acme_tiny", line 123, in get_crt
wellknown_path, wellknown_url))
ValueError: Wrote file to /var/www/default/challenges/YCKUvZB8pEbmRGMNyQvUIDcFOifPoVecry7hN01FpfI, but couldn't download http://www.mydomain.com/.well-known/acme-challenge/YCKUvZB8pEbmRGMNyQvUIDcFOifPoVecry7hN01FpfI
2016/08/19 13:02:39 [emerg] 151#151: SSL_CTX_use_PrivateKey_file("/var/lib/https-portal/www.mydomain.com/production/domain.key") failed (SSL: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch)
nginx: [emerg] SSL_CTX_use_PrivateKey_file("/var/lib/https-portal/www.mydomain.com/production/domain.key") failed (SSL: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch)
Signed key for www.mydomain.com
2016/08/19 13:02:39 [emerg] 152#152: SSL_CTX_use_PrivateKey_file("/var/lib/https-portal/www.mydomain.com/production/domain.key") failed (SSL: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch)
nginx: [emerg] SSL_CTX_use_PrivateKey_file("/var/lib/https-portal/www.mydomain.com/production/domain.key") failed (SSL: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch)
Generating RSA private key, 2048 bit long modulus
......................................................................+++
...............................................................+++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment