NetTalk Central

Author Topic: LetsEncrypt eror  (Read 2802 times)

JohanR

  • Sr. Member
  • ****
  • Posts: 339
    • View Profile
    • Email
LetsEncrypt eror
« on: February 22, 2021, 07:37:30 AM »
Hi

Am getting a "Failed to create**********.csr.der" error

Is there perhaps a logfile I can check for further info or another way to track down possible cause?

See attached

thanks

Johan


Alberto

  • Hero Member
  • *****
  • Posts: 1846
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: LetsEncrypt eror
« Reply #1 on: February 22, 2021, 07:54:44 AM »
Hi,
The certificates folder must be down your app folder.
Hope that helps
Regards
-----------
Regards
Alberto

JohanR

  • Sr. Member
  • ****
  • Posts: 339
    • View Profile
    • Email
Re: LetsEncrypt eror
« Reply #2 on: February 22, 2021, 08:14:09 AM »
Hi Michelis

I have placed the host.exe in a sub folder "sites" and below that I have the certificates folder

If I understand correctly that's what you meant, I did have it setup up with the certificate folder below the app folder.


thanks

Johan




TimR

  • Newbie
  • *
  • Posts: 28
    • View Profile
Re: LetsEncrypt eror
« Reply #3 on: February 22, 2021, 12:17:11 PM »
I had the same error and bruce fixed it. I don't remember well enough to repeat the steps he did to "fix" the problem. I believe he was going to make changes to the next update to prevent this issue.  Hope that helps, even though I have no solution, at least you know it's not just you

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: LetsEncrypt eror
« Reply #4 on: February 22, 2021, 10:09:15 PM »
The certificates folder must be down your app folder.

I don't think this is true. The certificates folder can be anywhere, as specified by the Certificates Folder setting on the screen.

cheers
Bruce

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: LetsEncrypt eror
« Reply #5 on: February 22, 2021, 10:21:10 PM »
Hi Johan,

Tim had the same problem, and so the solution _might_ be the same.
You can test;

a) open a command prompt window
b) type
SET OPENSSL_CONF=c:\temp\a.cnf
c) leave the command prompt window open for the test
d) create an empty text file, c:\temp\a.cnf
e) repeat the get-certificate test.

Cheers
Bruce

JohanR

  • Sr. Member
  • ****
  • Posts: 339
    • View Profile
    • Email
Re: LetsEncrypt eror
« Reply #6 on: February 23, 2021, 12:02:13 AM »
Hi Bruce

Unfortunately same error
Perhaps any other trouble shooting I can try or logfiles to check?

thanks

Johan

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: LetsEncrypt eror
« Reply #7 on: February 23, 2021, 04:57:33 AM »
run openssl.exe
what do you see?

JohanR

  • Sr. Member
  • ****
  • Posts: 339
    • View Profile
    • Email
Re: LetsEncrypt eror
« Reply #8 on: February 23, 2021, 08:05:33 PM »


Hi Bruce,

Gives me the OpenSSL> prompt

I see the openssl batch files in the temp folder, can I run those manually or is there a way to put in a pause so I can check each as it executes?


regards

Johan

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: LetsEncrypt eror
« Reply #9 on: February 24, 2021, 10:48:39 PM »
It'll typically stop executing when to gets to an error. And the log should give you some clues. Also update to the 12.09 build which fixed the error Tim was having.

and yes you can re-run the command in any of the temp files to see if any fail.

Cheers
Bruce