[Acme] Adding an Extension to http-01 Answers

2015-11-10 Thread Bryan Livingston
I'm implementing an ACME client for windows and have run into some trouble with IIS handling extensionless static files. I've described the problem on these two links. https://github.com/ebekker/letsencrypt-win/issues/15

Re: [Acme] Adding an Extension to http-01 Answers

2015-11-10 Thread Martin Thomson
At the meeting, we concluded that you would not have to include a specific MIME media type in responses. Serializing the octets of the base64-encoded string would be enough. Does that make your problem easier? On 10 November 2015 at 16:58, Bryan Livingston wrote: >

Re: [Acme] Adding an Extension to http-01 Answers

2015-11-10 Thread Bryan Livingston
That flexibility is nice but doesn't fully solve the problem. It's not just the mime type that is causing a problem on windows & IIS. When ASP.net is installed there's a problem with it's handler eating all the extensionless requests. To fix it the user has to go into the IIS manager and change