Forget to attached the log.

On 5-8-2019 15:19, Steffen wrote:
Thanks,

Same, also get again :
The https: challenge 'tls-alpn-01' is disabled because the Protocols configuration does not include the 'acme-tls/1' protocol.

It is in the protocols directive:

    ProtocolsHonorOrder On
    Protocols h2 http/1.1 acme-tls/1

MDomain apachelounge.nl www.apachelounge.nl vosadministraties.nl www.vosadministraties.nl land10web.com
MDBaseServer on
MDPortMap https:443
MDCertificateAgreement accepted
MDRenewMode Always

- Steffen



On Monday 05/08/2019 at 14:52, Stefan Eissing wrote:
I think mod_md is not particularly suited to server setups without any VirtualHosts. I have at least no tests for this.

You can try (with a 2.4.40):

# the new, shorter form
MDCertificateAgreement accepted
# we want the base server to be managed
MDBaseServer on
# the list of domains, including one from the base server
MDomain apachelounge.nl http://www.apachelounge.nl vosadministraties.nlhttp://www.vosadministraties.nl land10web.com
# since we have no vhost, we need to say where https requests arrive
MDPortMap https:443
# since we have only https, we need to enable the new ACME tls challenge protocol
Protocols h2 http/1.1 acme-tls/1
...

- Stefan


Am 05.08.2019 um 14:06 schrieb Steffen <i...@apachelounge.com>:


I read in the new docu that you can generate a certificate for domains(s) that does not appear in any host.

So I did a try to generate one certificate for two domains (in Subject Alternative Name)

Configuration

SSL only on port 443
No vhosts



Listen 443

Protocols h2 http/1.1 acme-tls/1

MDomain apachelounge.nl http://www.apachelounge.nl vosadministraties.nlhttp://www.vosadministraties.nl MDCertificateAgreement https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf
MDRenewMode Always

ServerName land10web.com

SSLEngine on
...
...

Apache does not start. It exits with a mod_ssl error, no SSL certificates configured and no other module contributed any
See attachment serror1.log


When I add to the config a valid certificate

SSLCertificateFile conf/land10web.com-chain.pem
SSLCertificateKeyFile conf/land10web.com key.pem

Then Apache starts but mod_md gives error in the log.
See attachment serror2.log

See now e.g. : .
- server seems not reachable via http: (port 80->80) and reachable via https: (port 443->443) - The https: challenge 'tls-alpn-01' is disabled because the Protocols configuration does not include the 'acme-tls/1' protocol. (it is in the protocols directive).


Or what I want is not supported, or I do some wrong. Appreciate some help.


- Steffen






























[Mon Aug 05 15:02:19.083575 2019] [md:trace1] [pid 13868:tid 212] 
mod_md.c(734): AH10070: initializing post config dry run
[Mon Aug 05 15:02:19.083575 2019] [md:trace2] [pid 13868:tid 212] 
md_crypt.c(146): initializing RAND
[Mon Aug 05 15:02:19.083575 2019] [md:trace1] [pid 13868:tid 212] 
mod_md.c(341): AH10037: server seems not reachable via http: (port 80->80) and 
reachable via https: (port 443->443) 
[Mon Aug 05 15:02:19.083575 2019] [md:debug] [pid 13868:tid 212] mod_md.c(386): 
AH: apachelounge.nl: no https server_rec found for apachelounge.nl
[Mon Aug 05 15:02:19.083575 2019] [md:debug] [pid 13868:tid 212] mod_md.c(386): 
AH: apachelounge.nl: no https server_rec found for www.apachelounge.nl
[Mon Aug 05 15:02:19.083575 2019] [md:debug] [pid 13868:tid 212] mod_md.c(386): 
AH: apachelounge.nl: no https server_rec found for vosadministraties.nl
[Mon Aug 05 15:02:19.083575 2019] [md:debug] [pid 13868:tid 212] mod_md.c(386): 
AH: apachelounge.nl: no https server_rec found for www.vosadministraties.nl
[Mon Aug 05 15:02:19.083575 2019] [md:debug] [pid 13868:tid 212] mod_md.c(386): 
AH: apachelounge.nl: no https server_rec found for land10web.com
[Mon Aug 05 15:02:19.083575 2019] [md:trace1] [pid 13868:tid 212] 
mod_md.c(618): AH10039: Completed MD[apachelounge.nl, CA=(null), Proto=ACME, 
Agreement=accepted, renew-mode=2 renew_window=85d, warn_window=10%
[Mon Aug 05 15:02:19.083575 2019] [md:debug] [pid 13868:tid 212] md_reg.c(747): 
sync: found 0 mds in store
[Mon Aug 05 15:02:19.083575 2019] [md:debug] [pid 13868:tid 212] md_reg.c(228): 
md{apachelounge.nl}: incomplete, credentials not all there
[Mon Aug 05 15:02:19.083575 2019] [md:debug] [pid 13868:tid 212] md_reg.c(895): 
new md apachelounge.nl added
[Mon Aug 05 15:02:19.083575 2019] [md:trace2] [pid 13868:tid 212] 
md_reg.c(1092): (OS 3)The system cannot find the path specified.  : 
apachelounge.nl: nothing staged
[Mon Aug 05 15:02:19.083575 2019] [md:debug] [pid 13868:tid 212] 
md_reg.c(1123): (OS 3)The system cannot find the path specified.  : 
apachelounge.nl: load done
[Mon Aug 05 15:02:19.083575 2019] [ssl:info] [pid 13868:tid 212] AH01887: Init: 
Initializing (virtual) servers for SSL
[Mon Aug 05 15:02:19.083575 2019] [ssl:info] [pid 13868:tid 212] AH01914: 
Configuring server www.land10web.com:443 for SSL protocol
[Mon Aug 05 15:02:19.083575 2019] [md:trace1] [pid 13868:tid 212] 
mod_md.c(1006): hook ssl_add_cert_files for www.land10web.com
[Mon Aug 05 15:02:19.083575 2019] [md:debug] [pid 13868:tid 212] mod_md.c(930): 
AH10113: get_certificate called for vhost www.land10web.com.
[Mon Aug 05 15:02:19.099209 2019] [ssl:info] [pid 13868:tid 212] AH02568: 
Certificate and private key www.land10web.com:443:0 configured from 
C:/apache24/conf/apachelounge.com-chain.pem and 
C:/apache24/conf/apachelounge.com-key.pem
[Mon Aug 05 15:02:19.099209 2019] [ssl:info] [pid 13868:tid 212] AH01876: 
mod_ssl/2.4.40 compiled against Server: Apache/2.4.40, Library: OpenSSL/1.1.1c
[Mon Aug 05 15:02:19.114830 2019] [md:info] [pid 13868:tid 212] AH10071: mod_md 
(v2.0.8), initializing...
[Mon Aug 05 15:02:19.130461 2019] [md:debug] [pid 13868:tid 212] mod_md.c(341): 
AH10037: server seems not reachable via http: (port 80->80) and reachable via 
https: (port 443->443) 
[Mon Aug 05 15:02:19.130461 2019] [md:debug] [pid 13868:tid 212] mod_md.c(386): 
AH: apachelounge.nl: no https server_rec found for apachelounge.nl
[Mon Aug 05 15:02:19.130461 2019] [md:debug] [pid 13868:tid 212] mod_md.c(386): 
AH: apachelounge.nl: no https server_rec found for www.apachelounge.nl
[Mon Aug 05 15:02:19.130461 2019] [md:debug] [pid 13868:tid 212] mod_md.c(386): 
AH: apachelounge.nl: no https server_rec found for vosadministraties.nl
[Mon Aug 05 15:02:19.130461 2019] [md:debug] [pid 13868:tid 212] mod_md.c(386): 
AH: apachelounge.nl: no https server_rec found for www.vosadministraties.nl
[Mon Aug 05 15:02:19.130461 2019] [md:debug] [pid 13868:tid 212] mod_md.c(386): 
AH: apachelounge.nl: no https server_rec found for land10web.com
[Mon Aug 05 15:02:19.130461 2019] [md:debug] [pid 13868:tid 212] mod_md.c(618): 
AH10039: Completed MD[apachelounge.nl, CA=(null), Proto=ACME, 
Agreement=accepted, renew-mode=2 renew_window=85d, warn_window=10%
[Mon Aug 05 15:02:19.130461 2019] [md:debug] [pid 13868:tid 212] md_reg.c(747): 
sync: found 1 mds in store
[Mon Aug 05 15:02:19.130461 2019] [md:debug] [pid 13868:tid 212] md_reg.c(228): 
md{apachelounge.nl}: incomplete, credentials not all there
[Mon Aug 05 15:02:19.130461 2019] [md:debug] [pid 13868:tid 212] md_reg.c(420): 
update md apachelounge.nl
[Mon Aug 05 15:02:19.130461 2019] [md:trace1] [pid 13868:tid 212] 
md_reg.c(481): update transitive: apachelounge.nl
[Mon Aug 05 15:02:19.130461 2019] [md:debug] [pid 13868:tid 212] md_reg.c(228): 
md{apachelounge.nl}: incomplete, credentials not all there
[Mon Aug 05 15:02:19.130461 2019] [md:debug] [pid 13868:tid 212] md_reg.c(884): 
md apachelounge.nl updated
[Mon Aug 05 15:02:19.130461 2019] [md:trace2] [pid 13868:tid 212] 
md_reg.c(1092): (OS 3)The system cannot find the path specified.  : 
apachelounge.nl: nothing staged
[Mon Aug 05 15:02:19.130461 2019] [md:debug] [pid 13868:tid 212] 
md_reg.c(1123): (OS 3)The system cannot find the path specified.  : 
apachelounge.nl: load done
[Mon Aug 05 15:02:19.130461 2019] [md:debug] [pid 13868:tid 212] md_reg.c(228): 
md{apachelounge.nl}: incomplete, credentials not all there
[Mon Aug 05 15:02:19.130461 2019] [md:trace1] [pid 13868:tid 212] 
md_acme_drive.c(558): (20014)Internal error (specific information not 
available): apachelounge.nl: init driver
[Mon Aug 05 15:02:19.130461 2019] [md:warn] [pid 13868:tid 212] (20014)Internal 
error (specific information not available): md[apachelounge.nl]: None of the 
ACME challenge methods configured for this domain are suitable. The http: 
challenge 'http-01' is disabled because the server seems not reachable on port 
80.The https: challenge 'tls-alpn-01' is disabled because the Protocols 
configuration does not include the 'acme-tls/1' protocol.The DNS challenge 
'dns-01' is disabled because the directive 'MDChallengeDns01' is not configured.
[Mon Aug 05 15:02:19.130461 2019] [md:error] [pid 13868:tid 212] AH: 
md[apachelounge.nl]: None of the ACME challenge methods configured for this 
domain are suitable. The http: challenge 'http-01' is disabled because the 
server seems not reachable on port 80.The https: challenge 'tls-alpn-01' is 
disabled because the Protocols configuration does not include the 'acme-tls/1' 
protocol.The DNS challenge 'dns-01' is disabled because the directive 
'MDChallengeDns01' is not configured.
[Mon Aug 05 15:02:19.130461 2019] [md:debug] [pid 13868:tid 212] mod_md.c(809): 
AH10074: 1 out of 1 mds need watching
[Mon Aug 05 15:02:19.130461 2019] [md:trace1] [pid 13868:tid 212] 
mod_md_drive.c(460): md(apachelounge.nl): state=1, created drive job
[Mon Aug 05 15:02:19.130461 2019] [md:debug] [pid 13868:tid 212] 
mod_md_drive.c(493): AH10067: register md watchdog(_md_)
[Mon Aug 05 15:02:19.130461 2019] [socache_shmcb:info] [pid 13868:tid 212] 
AH00830: Shared memory socache initialised
[Mon Aug 05 15:02:19.130461 2019] [ssl:info] [pid 13868:tid 212] AH01887: Init: 
Initializing (virtual) servers for SSL
[Mon Aug 05 15:02:19.130461 2019] [ssl:info] [pid 13868:tid 212] AH01914: 
Configuring server www.land10web.com:443 for SSL protocol
[Mon Aug 05 15:02:19.130461 2019] [md:trace1] [pid 13868:tid 212] 
mod_md.c(1006): hook ssl_add_cert_files for www.land10web.com
[Mon Aug 05 15:02:19.130461 2019] [md:debug] [pid 13868:tid 212] mod_md.c(930): 
AH10113: get_certificate called for vhost www.land10web.com.
[Mon Aug 05 15:02:19.130461 2019] [ssl:info] [pid 13868:tid 212] AH02568: 
Certificate and private key www.land10web.com:443:0 configured from 
C:/apache24/conf/apachelounge.com-chain.pem and 
C:/apache24/conf/apachelounge.com-key.pem
[Mon Aug 05 15:02:19.130461 2019] [ssl:info] [pid 13868:tid 212] AH01876: 
mod_ssl/2.4.40 compiled against Server: Apache/2.4.40, Library: OpenSSL/1.1.1c
[Mon Aug 05 15:02:19.130461 2019] [http2:info] [pid 13868:tid 212] AH03090: 
mod_http2 (v1.15.4, feats=, nghttp2 1.39.1), initializing...
[Mon Aug 05 15:02:19.130461 2019] [proxy_http2:info] [pid 13868:tid 212] 
AH03349: mod_proxy_http2 (v1.15.4, nghttp2 1.39.1), initializing...
[Mon Aug 05 15:02:19.130461 2019] [mpm_winnt:notice] [pid 13868:tid 212] 
AH00455: Apache/2.4.40 (Win32) OpenSSL/1.1.1c mod_fcgid/2.3.9 configured -- 
resuming normal operations
[Mon Aug 05 15:02:19.130461 2019] [mpm_winnt:notice] [pid 13868:tid 212] 
AH00456: Apache Lounge VS16 Server built: Aug  3 2019 11:01:15
[Mon Aug 05 15:02:19.130461 2019] [core:notice] [pid 13868:tid 212] AH00094: 
Command line: 'httpds -d C:/apache24'
[Mon Aug 05 15:02:19.130461 2019] [mpm_winnt:notice] [pid 13868:tid 212] 
AH00418: Parent: Created child process 4028
Apache server shutdown initiated...
d:trace1] [pid 4028:tid 232] mod_md.c(734): AH10070: initializing post config 
dry run
[Mon Aug 05 15:02:19.784839 2019] [md:trace1] [pid 4028:tid 232] mod_md.c(341): 
AH10037: server seems not reachable via http: (port 80->80) and reachable via 
https: (port 443->443) 
[Mon Aug 05 15:02:19.784839 2019] [md:debug] [pid 4028:tid 232] mod_md.c(386): 
AH: apachelounge.nl: no https server_rec found for apachelounge.nl
[Mon Aug 05 15:02:19.784839 2019] [md:debug] [pid 4028:tid 232] mod_md.c(386): 
AH: apachelounge.nl: no https server_rec found for www.apachelounge.nl
[Mon Aug 05 15:02:19.784839 2019] [md:debug] [pid 4028:tid 232] mod_md.c(386): 
AH: apachelounge.nl: no https server_rec found for vosadministraties.nl
[Mon Aug 05 15:02:19.784839 2019] [md:debug] [pid 4028:tid 232] mod_md.c(386): 
AH: apachelounge.nl: no https server_rec found for www.vosadministraties.nl
[Mon Aug 05 15:02:19.784839 2019] [md:debug] [pid 4028:tid 232] mod_md.c(386): 
AH: apachelounge.nl: no https server_rec found for land10web.com
[Mon Aug 05 15:02:19.784839 2019] [md:trace1] [pid 4028:tid 232] mod_md.c(618): 
AH10039: Completed MD[apachelounge.nl, CA=(null), Proto=ACME, 
Agreement=accepted, renew-mode=2 renew_window=85d, warn_window=10%
[Mon Aug 05 15:02:19.784839 2019] [md:debug] [pid 4028:tid 232] md_reg.c(747): 
sync: found 1 mds in store
[Mon Aug 05 15:02:19.784839 2019] [md:debug] [pid 4028:tid 232] md_reg.c(228): 
md{apachelounge.nl}: incomplete, credentials not all there
[Mon Aug 05 15:02:19.784839 2019] [md:debug] [pid 4028:tid 232] md_reg.c(420): 
update md apachelounge.nl
[Mon Aug 05 15:02:19.784839 2019] [md:trace1] [pid 4028:tid 232] md_reg.c(481): 
update transitive: apachelounge.nl
[Mon Aug 05 15:02:19.784839 2019] [md:debug] [pid 4028:tid 232] md_reg.c(228): 
md{apachelounge.nl}: incomplete, credentials not all there
[Mon Aug 05 15:02:19.784839 2019] [md:debug] [pid 4028:tid 232] md_reg.c(884): 
md apachelounge.nl updated
[Mon Aug 05 15:02:19.784839 2019] [md:trace2] [pid 4028:tid 232] 
md_reg.c(1092): (OS 3)The system cannot find the path specified.  : 
apachelounge.nl: nothing staged
[Mon Aug 05 15:02:19.784839 2019] [md:debug] [pid 4028:tid 232] md_reg.c(1123): 
(OS 3)The system cannot find the path specified.  : apachelounge.nl: load done
[Mon Aug 05 15:02:19.784839 2019] [ssl:info] [pid 4028:tid 232] AH01887: Init: 
Initializing (virtual) servers for SSL
[Mon Aug 05 15:02:19.784839 2019] [ssl:info] [pid 4028:tid 232] AH01914: 
Configuring server www.land10web.com:443 for SSL protocol
[Mon Aug 05 15:02:19.784839 2019] [md:trace1] [pid 4028:tid 232] 
mod_md.c(1006): hook ssl_add_cert_files for www.land10web.com
[Mon Aug 05 15:02:19.784839 2019] [md:debug] [pid 4028:tid 232] mod_md.c(930): 
AH10113: get_certificate called for vhost www.land10web.com.
[Mon Aug 05 15:02:19.784839 2019] [ssl:info] [pid 4028:tid 232] AH02568: 
Certificate and private key www.land10web.com:443:0 configured from 
C:/apache24/conf/apachelounge.com-chain.pem and 
C:/apache24/conf/apachelounge.com-key.pem
[Mon Aug 05 15:02:19.784839 2019] [ssl:info] [pid 4028:tid 232] AH01876: 
mod_ssl/2.4.40 compiled against Server: Apache/2.4.40, Library: OpenSSL/1.1.1c
[Mon Aug 05 15:02:19.816089 2019] [md:info] [pid 4028:tid 232] AH10071: mod_md 
(v2.0.8), initializing...
[Mon Aug 05 15:02:19.816089 2019] [md:debug] [pid 4028:tid 232] mod_md.c(341): 
AH10037: server seems not reachable via http: (port 80->80) and reachable via 
https: (port 443->443) 
[Mon Aug 05 15:02:19.816089 2019] [md:debug] [pid 4028:tid 232] mod_md.c(386): 
AH: apachelounge.nl: no https server_rec found for apachelounge.nl
[Mon Aug 05 15:02:19.816089 2019] [md:debug] [pid 4028:tid 232] mod_md.c(386): 
AH: apachelounge.nl: no https server_rec found for www.apachelounge.nl
[Mon Aug 05 15:02:19.816089 2019] [md:debug] [pid 4028:tid 232] mod_md.c(386): 
AH: apachelounge.nl: no https server_rec found for vosadministraties.nl
[Mon Aug 05 15:02:19.816089 2019] [md:debug] [pid 4028:tid 232] mod_md.c(386): 
AH: apachelounge.nl: no https server_rec found for www.vosadministraties.nl
[Mon Aug 05 15:02:19.816089 2019] [md:debug] [pid 4028:tid 232] mod_md.c(386): 
AH: apachelounge.nl: no https server_rec found for land10web.com
[Mon Aug 05 15:02:19.816089 2019] [md:debug] [pid 4028:tid 232] mod_md.c(618): 
AH10039: Completed MD[apachelounge.nl, CA=(null), Proto=ACME, 
Agreement=accepted, renew-mode=2 renew_window=85d, warn_window=10%
[Mon Aug 05 15:02:19.816089 2019] [md:debug] [pid 4028:tid 232] md_reg.c(747): 
sync: found 1 mds in store
[Mon Aug 05 15:02:19.816089 2019] [md:debug] [pid 4028:tid 232] md_reg.c(228): 
md{apachelounge.nl}: incomplete, credentials not all there
[Mon Aug 05 15:02:19.816089 2019] [md:debug] [pid 4028:tid 232] md_reg.c(420): 
update md apachelounge.nl
[Mon Aug 05 15:02:19.816089 2019] [md:trace1] [pid 4028:tid 232] md_reg.c(481): 
update transitive: apachelounge.nl
[Mon Aug 05 15:02:19.816089 2019] [md:debug] [pid 4028:tid 232] md_reg.c(228): 
md{apachelounge.nl}: incomplete, credentials not all there
[Mon Aug 05 15:02:19.816089 2019] [md:debug] [pid 4028:tid 232] md_reg.c(884): 
md apachelounge.nl updated
[Mon Aug 05 15:02:19.816089 2019] [md:trace2] [pid 4028:tid 232] 
md_reg.c(1092): (OS 3)The system cannot find the path specified.  : 
apachelounge.nl: nothing staged
[Mon Aug 05 15:02:19.816089 2019] [md:debug] [pid 4028:tid 232] md_reg.c(1123): 
(OS 3)The system cannot find the path specified.  : apachelounge.nl: load done
[Mon Aug 05 15:02:19.816089 2019] [md:debug] [pid 4028:tid 232] md_reg.c(228): 
md{apachelounge.nl}: incomplete, credentials not all there
[Mon Aug 05 15:02:19.816089 2019] [md:trace1] [pid 4028:tid 232] 
md_acme_drive.c(558): (20014)Internal error (specific information not 
available): apachelounge.nl: init driver
[Mon Aug 05 15:02:19.816089 2019] [md:warn] [pid 4028:tid 232] (20014)Internal 
error (specific information not available): md[apachelounge.nl]: None of the 
ACME challenge methods configured for this domain are suitable. The http: 
challenge 'http-01' is disabled because the server seems not reachable on port 
80.The https: challenge 'tls-alpn-01' is disabled because the Protocols 
configuration does not include the 'acme-tls/1' protocol.The DNS challenge 
'dns-01' is disabled because the directive 'MDChallengeDns01' is not configured.
[Mon Aug 05 15:02:19.816089 2019] [md:error] [pid 4028:tid 232] AH: 
md[apachelounge.nl]: None of the ACME challenge methods configured for this 
domain are suitable. The http: challenge 'http-01' is disabled because the 
server seems not reachable on port 80.The https: challenge 'tls-alpn-01' is 
disabled because the Protocols configuration does not include the 'acme-tls/1' 
protocol.The DNS challenge 'dns-01' is disabled because the directive 
'MDChallengeDns01' is not configured.
[Mon Aug 05 15:02:19.816089 2019] [md:debug] [pid 4028:tid 232] mod_md.c(809): 
AH10074: 1 out of 1 mds need watching
[Mon Aug 05 15:02:19.816089 2019] [md:trace1] [pid 4028:tid 232] 
mod_md_drive.c(460): md(apachelounge.nl): state=1, created drive job
[Mon Aug 05 15:02:19.816089 2019] [md:debug] [pid 4028:tid 232] 
mod_md_drive.c(493): AH10067: register md watchdog(_md_)
[Mon Aug 05 15:02:19.816089 2019] [socache_shmcb:info] [pid 4028:tid 232] 
AH00830: Shared memory socache initialised
[Mon Aug 05 15:02:19.816089 2019] [ssl:info] [pid 4028:tid 232] AH01887: Init: 
Initializing (virtual) servers for SSL
[Mon Aug 05 15:02:19.816089 2019] [ssl:info] [pid 4028:tid 232] AH01914: 
Configuring server www.land10web.com:443 for SSL protocol
[Mon Aug 05 15:02:19.816089 2019] [md:trace1] [pid 4028:tid 232] 
mod_md.c(1006): hook ssl_add_cert_files for www.land10web.com
[Mon Aug 05 15:02:19.816089 2019] [md:debug] [pid 4028:tid 232] mod_md.c(930): 
AH10113: get_certificate called for vhost www.land10web.com.
[Mon Aug 05 15:02:19.816089 2019] [ssl:info] [pid 4028:tid 232] AH02568: 
Certificate and private key www.land10web.com:443:0 configured from 
C:/apache24/conf/apachelounge.com-chain.pem and 
C:/apache24/conf/apachelounge.com-key.pem
[Mon Aug 05 15:02:19.816089 2019] [ssl:info] [pid 4028:tid 232] AH01876: 
mod_ssl/2.4.40 compiled against Server: Apache/2.4.40, Library: OpenSSL/1.1.1c
[Mon Aug 05 15:02:19.816089 2019] [http2:info] [pid 4028:tid 232] AH03090: 
mod_http2 (v1.15.4, feats=, nghttp2 1.39.1), initializing...
[Mon Aug 05 15:02:19.816089 2019] [proxy_http2:info] [pid 4028:tid 232] 
AH03349: mod_proxy_http2 (v1.15.4, nghttp2 1.39.1), initializing...
[Mon Aug 05 15:02:19.840003 2019] [md:debug] [pid 4028:tid 2340] 
mod_md_drive.c(351): AH10054: md watchdog start, auto drive 1 mds
[Mon Aug 05 15:02:19.840003 2019] [mpm_winnt:notice] [pid 4028:tid 232] 
AH00354: Child: Starting 128 worker threads.
[Mon Aug 05 15:02:19.940951 2019] [md:debug] [pid 4028:tid 2340] 
mod_md_drive.c(356): AH10055: md watchdog run, auto drive 1 mds
[Mon Aug 05 15:02:19.940951 2019] [md:debug] [pid 4028:tid 2340] 
mod_md_drive.c(272): AH10052: md(apachelounge.nl): state=1, driving
[Mon Aug 05 15:02:19.945956 2019] [md:trace1] [pid 4028:tid 2340] 
md_acme_drive.c(558): (20014)Internal error (specific information not 
available): apachelounge.nl: init driver
[Mon Aug 05 15:02:19.945956 2019] [md:warn] [pid 4028:tid 2340] (20014)Internal 
error (specific information not available): md[apachelounge.nl]: None of the 
ACME challenge methods configured for this domain are suitable. The http: 
challenge 'http-01' is disabled because the server seems not reachable on port 
80.The https: challenge 'tls-alpn-01' is disabled because the Protocols 
configuration does not include the 'acme-tls/1' protocol.The DNS challenge 
'dns-01' is disabled because the directive 'MDChallengeDns01' is not configured.
[Mon Aug 05 15:02:19.945956 2019] [md:debug] [pid 4028:tid 2340] 
md_reg.c(1060): (20014)Internal error (specific information not available): 
apachelounge.nl: staging done
[Mon Aug 05 15:02:19.945956 2019] [md:error] [pid 4028:tid 2340] 
(20014)Internal error (specific information not available): AH10056: processing 
apachelounge.nl: None of the ACME challenge methods configured for this domain 
are suitable. The http: challenge 'http-01' is disabled because the server 
seems not reachable on port 80.The https: challenge 'tls-alpn-01' is disabled 
because the Protocols configuration does not include the 'acme-tls/1' 
protocol.The DNS challenge 'dns-01' is disabled because the directive 
'MDChallengeDns01' is not configured.
[Mon Aug 05 15:02:19.945956 2019] [md:trace1] [pid 4028:tid 2340] 
mod_md_drive.c(200): md(apachelounge.nl): check expiration
[Mon Aug 05 15:02:19.945956 2019] [md:info] [pid 4028:tid 2340] AH10057: 
apachelounge.nl: encountered error for the 1. time, next run in 05 seconds
[Mon Aug 05 15:02:19.950953 2019] [md:trace1] [pid 4028:tid 2340] 
mod_md_drive.c(317): apachelounge.nl: saving job props
[Mon Aug 05 15:02:19.950953 2019] [md:debug] [pid 4028:tid 2340] 
mod_md_drive.c(378): AH10107: next run in 04 seconds













Reply via email to