Bruce,
Converting my first app to NT14 from 12.63. Thanks for the walk-through on ClarionLive.
I set Challenge Method to Manual (hoping that's a handy new setting for not using Let's Encrypt for a website that has a manual cert.)
The radio button sets the value to -1
set:AcmeChallenge is a byte.
The serverSettings XML translates that -1 to 255.
Is this the intended behavior? Should set:AcmeChallenge be a LONG? (Since net:manual is declared as equate(-1) in NetAcme.inc I don't think it should be a BYTE).
Cheers,
Jane