Atozed Forums
Lets encrypt cert verification bug - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: Lets encrypt cert verification bug (/thread-1842.html)



Lets encrypt cert verification bug - joel - 08-04-2020

I am using iw15.2.10 and found a bug in the certification verification process for Let's encrypt.

When I try to have let's encrypt verify the following file <appfolder>\acme-challenge\ugM5wBFogrCyzEKue3Dpjae9NywRM9NW-7bz1Vi8x

everything works as expected as long as the servercontroller.urlbase  = ''

When you get a chance can you please fix this so I can set the urlbase parameter and still use the Let's encrypt verification process.

Thanks.


RE: Lets encrypt cert verification bug - joel - 08-04-2020

(08-04-2020, 01:25 AM)joel Wrote: I am using iw15.2.10 and found a bug in the certification verification process for Let's encrypt.

When I try to have let's encrypt verify the following file <appfolder>\acme-challenge\ugM5wBFogrCyzEKue3Dpjae9NywRM9NW-7bz1Vi8x

everything works as expected as long as the servercontroller.urlbase  = ''

When you get a chance can you please fix this so I can set the urlbase parameter and still use the Let's encrypt verification process.

Thanks.

This is for a http.sys application.  (I am not using IIS.)

(08-04-2020, 02:48 AM)joel Wrote:
(08-04-2020, 01:25 AM)joel Wrote: I am using iw15.2.10 and found a bug in the certification verification process for Let's encrypt.

When I try to have let's encrypt verify the following file <appfolder>\acme-challenge\ugM5wBFogrCyzEKue3Dpjae9NywRM9NW-7bz1Vi8x

everything works as expected as long as the servercontroller.urlbase  = ''

When you get a chance can you please fix this so I can set the urlbase parameter and still use the Let's encrypt verification process.

Thanks.

This is for a http.sys application.  (I am not using IIS.)

After thinking about this a little more I think I need some clarification on some things.

Here is what I am trying to do.

1.  I am trying to use http.sys for IW
2.  I have a WordPress site running under apache so I am not wanting to have IIS loaded.
3.  I want to use Let's encrypt for the ssl certificates.

I have 1 and 2 working but I am not sure how to get 3 working. 

Here are my assumptions,  Please correct me if I am wrong.

1.  The IW certificateManager is not be used for obtaining the Let's encrypt Certificates.

2.  I should use the Microsoft Certification Manager (certmgr.msc) and a tool for Let's encrypt that works with the cert manager.

Thanks for the feedback