I tried to renew the letsencrypt certificate on three different servers. I keep getting a time out error before it ends. At times it makes it almost to the end. At other times I get the timeout error immediately. Is anyone else having this issue?
Thank you
timeout while connecting to acme-v02.api.letsencrypt.org port 443
while executing
"ns_http run -method POST -headers $queryHeaders -body $data $url"
(procedure ":send_signed_request" line 27)
invoked from within
":send_signed_request $challengeURL "{}""
(procedure ":authorizeDomain" line 52)
invoked from within
":authorizeDomain $auth_url [dict get $id value]"
(procedure "getCertificate" line 111)
invoked from within
"$c getCertificate"
("uplevel" body line 879)
invoked from within
"uplevel {
#
# letsencrypt.tcl --
#
# A small Let's Encrypt client for NaviServer implemented in Tcl,
# supporting the ACME v2 interface of let..."
(procedure "code::tcl::/var/www/jmspcs//packages/acs-subsite/www/admin/l..." line 2)
invoked from within
"code::tcl::$__adp_stub"
("uplevel" body line 12)
invoked from within
"uplevel {
if { [file exists $__adp_stub.tcl] } {
# ensure that data source preparation procedure exists and is up-to-date
..."
(procedure "adp_prepare" line 2)
invoked from within
"adp_prepare"
invoked from within
"template::adp_parse $themed_template {}"
(procedure "adp_parse_ad_conn_file" line 14)
invoked from within
"$handler"
("uplevel" body line 2)
invoked from within
"uplevel $code"
invoked from within
"ad_try {
$handler
} ad_script_abort val {
# do nothing
}"
invoked from within
"rp_serve_concrete_file [ad_conn file]"
(procedure "::nsf::procs::rp_serve_abstract_file" line 60)
invoked from within
"rp_serve_abstract_file "$root/$extra_url""
("uplevel" body line 2)
invoked from within
"uplevel $code"
invoked from within
"ad_try {
rp_serve_abstract_file "$root/$extra_url"
set ::tcl_url2file([ad_conn url]) [ad_conn file]
se..."