Re: [Acme] Content-Type and file extensions for HTTP01 challenges

2015-11-18 Thread Bryan Livingston
Here's yet another problem reported by a user that would be solved by switching to .txt answer locations. https://github.com/Lone-Coder/letsencrypt-win-simple/issues/7 Typically web servers are already setup to host robots.txt so placing a .txt file on a server should be the least demanding

Re: [Acme] Content-Type and file extensions for HTTP01 challenges

2015-11-18 Thread Bryan Livingston
It wouldn't break my client if the ACME servers started appending .txt to the answer location. I'm just taking that string and using it as a filename. Does the python client do the same? On Wed, Nov 18, 2015 at 11:37 AM, Niklas Keller wrote: > 2015-11-18 19:00 GMT+01:00 Peter

Re: [Acme] Content-Type and file extensions for HTTP01 challenges

2015-11-13 Thread Bryan Livingston
I was hoping that the server could just add a .txt to the end of the answer string location that it ask the client to make available on the web server. My client would just work with no changes in that case, and the python client might as well. On Fri, Nov 13, 2015 at 6:56 AM, Richard Barnes

[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 Bryan Livingston
of the > base64-encoded string would be enough. Does that make your problem > easier? > > On 10 November 2015 at 16:58, Bryan Livingston > <bryanlivings...@gmail.com> wrote: > > I'm implementing an ACME client for windows and have run into some > trouble &g