NT 11.02 fixed the load error with MSVCR120. However, I'm still getting an error when configuring a secure site. The error I am getting is:
[4776] SSL_Our_ServerListen : SSL Error. Could not load Certificate File. rl_SSL_CTX_use_certificate_chain_file [C:\pnpStorage\certificates\localhost.crt] returns 0
My NT settings do not reference localhost anywhere. I did a text search through the generated files in my code folder and accessories\libsrc & templates and there is no reference to localhost. The localhost.crt file is not in the Certificates folder.
If I delete all certificate information, check "Testing", and Click certificates I get a test certificate and I can browse my website on port 443. I do get a certificate is invalid message which I expect. If I uncheck "Testing" and restart my web server I get the localhost.crt error. If I then check "Testing", Certificates I am again able to browse the website with an invalid certificate. Below are my ServerSettings
-<ServerSettings>
<set.secureport>443</set.secureport>
<set.insecureport>80</set.insecureport>
<set.accountname>pnpStorage.com</set.accountname>
<set.domains>www.pnpStorage.com</set.domains>
<set.certificatesfolder>C:\pnpStorage\certificates</set.certificatesfolder>
<set.lastcertificatecheckdate>79585</set.lastcertificatecheckdate>
<set.staging>1</set.staging>
<set.webfolder>C:\pnpStorage\web</set.webfolder>
<set.acmefolder>C:\pnpStorage\web</set.acmefolder>
<set.bindtoipaddress>192.168.10.211</set.bindtoipaddress>
<set.sessiontimeout>90001</set.sessiontimeout>
<set.xframeoptions>sameorigin</set.xframeoptions>
<set.accesscontrolalloworigin/>
<set.stricttransportsecurity/>
<set.contentsecuritypolicy/>
<set.contentsecuritypolicyreportonly/>
<set.referrerpolicy>strict-origin-when-cross-origin</set.referrerpolicy>
</ServerSettings>