Re: mod_md

2017-08-08 Thread Stefan Eissing
Glad to hear! mod_md currently uses the test service from letsencrypt by default. That is why the root cert is not valid. -Stefan > Am 08.08.2017 um 17:31 schrieb Steffen : > > Good news mod_md on Windows. > > After quite some struggling with Stefan, he managed to

Re: Content-Type / AddOutputFilterByType DEFLATE text/html

2017-08-08 Thread William A Rowe Jr
This current behavior still seems wrong in httpd. A content (as opposed perhaps to transfer) should not vary, in fact cannot vary if an etag is presented. I suspect that the deflate filter looks to see if there is a benefit to compression, and cannot do so until it has a body. If it is going to

Re: mod_md

2017-08-08 Thread Steffen
Good news mod_md on Windows. After quite some struggling with Stefan, he managed to get lots of my reported Windows issues solved. Copy from post at Git: One source tree is much better, and a2md in modules is no problem for me (more or less it belongs in support). You renamed also some

Re: trunk-md merge pending

2017-08-08 Thread Jacob Champion
On 08/08/2017 07:19 AM, Stefan Eissing wrote: PS. @Jchampion: I am not sure how to best merge the unit test cases into httpd. They need to be optional, tied to the availability of mod_md and I do not know how to do that. I need to solve this problem for another module as well (mod_auth_digest

trunk-md merge pending

2017-08-08 Thread Stefan Eissing
FYI: mod_md merge into trunk is incoming, most likely tomorrow. The merge candidate is in ^/httpd/httpd/branches/trunk-md. Existing code has only been changed in mod_ssl. A diff is available via: svn diff ^/httpd/httpd/trunk/modules/ssl ^/httpd/httpd/branches/trunk-md/modules/ssl Gist of the