NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: CaseyR on October 28, 2019, 11:08:37 AM

Title: LE Challenge token not being generated
Post by: CaseyR on October 28, 2019, 11:08:37 AM
Hi,

Encountered this problem a few months ago and it has never really been resolved, at least as of NT 11.22.

It appears the contents of the ThisPage StringTheory object used to generate the token are truncated to "HTTP/1.0 200 OK" (see attached). I tried back tracing where that object was assigned its value but got lost a few classes in.  The other attachment is the Debug view output from the Web 9 - Always TLS example.

Thanks.
Title: Re: LE Challenge token not being generated
Post by: Bruce on October 29, 2019, 03:07:44 AM
Hi Casey,

Ok - let's dig a little deeper;
a) update to 10.24
b) in netacme.clw change the line

self.TraceCommunications = false

to

self.TraceCommunications = true

Then open DebugView, run the process, and if it fails send me the Debugview log.

cheers
Bruce
Title: Re: LE Challenge token not being generated
Post by: CaseyR on October 30, 2019, 07:49:48 PM
11.24 fixed the problem.  Thanks, Bruce.
Title: Re: LE Challenge token not being generated
Post by: CaseyR on October 31, 2019, 04:02:59 PM
I spoke a bit too soon.

After getting a couple of certificates in test mode last night, I tried again today for real and got the same error message.  When I went back to test mode, I could not longer get certificates.  Looks like a different problem though, ThisPage was generated but with error detail. The ThisPage contents and the debugview detailed log are attached.

I should mention that between the time of the successful test and the next failure, I did a rebuild of the solution after some unrelated template changes.

Thanks.