Atozed Forums

Full Version: Lets encrypt cert verification bug
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
(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