1
0
mirror of https://github.com/go-acme/lego.git synced 2025-01-07 08:57:00 +02:00
lego/acme
Janez Troha 147b326cb0 acme/http: saner http client timeouts (#377)
LE is becoming quite popular and it was observed that response time can be around 15s. I've increased this to 30s and added changes recomended here https://blog.cloudflare.com/the-complete-guide-to-golang-net-http-timeouts/
2017-07-17 21:57:01 +02:00
..
testdata Dns from resolv.conf (#293) 2016-11-03 19:37:15 +01:00
challenges.go
client_test.go Do not get stuck when server accidentally starts responding with bad data (#349) 2017-02-19 05:17:22 +01:00
client.go Add explicit calls to disable authz on errors 2017-04-27 01:46:52 +02:00
crypto_test.go Add OCSP must staple support 2016-10-27 11:22:10 +02:00
crypto.go Fix OCSP must staple. 2016-12-06 08:41:28 +01:00
dns_challenge_manual.go
dns_challenge_test.go Dns from resolv.conf (#293) 2016-11-03 19:37:15 +01:00
dns_challenge.go Dns from resolv.conf (#293) 2016-11-03 19:37:15 +01:00
error.go Fix nonce error (#354) 2017-02-19 05:12:14 +01:00
http_challenge_server.go Tweak log message for a wrong host in HTTP-01 2016-11-10 08:24:06 +01:00
http_challenge_test.go Fix HTTP-01 and TLS-SNI invalid port tests for go 1.8 2016-11-14 11:08:33 +01:00
http_challenge.go
http_test.go
http.go acme/http: saner http client timeouts (#377) 2017-07-17 21:57:01 +02:00
jws.go Move nonce retry from jws to http (#367) 2017-03-30 02:25:34 +02:00
messages.go Add explicit calls to disable authz on errors 2017-04-27 01:46:52 +02:00
pop_challenge.go
provider.go
tls_sni_challenge_server.go Updated original signature and removed new function 2016-06-12 22:57:22 -07:00
tls_sni_challenge_test.go Fix HTTP-01 and TLS-SNI invalid port tests for go 1.8 2016-11-14 11:08:33 +01:00
tls_sni_challenge.go Updated original signature and removed new function 2016-06-12 22:57:22 -07:00
utils_test.go
utils.go