acmesh-official / acme.sh

A pure Unix shell script implementing ACME client protocol
https://acme.sh
GNU General Public License v3.0
39.33k stars 4.97k forks source link

Error getting cert. Info: HTTP/2 stream 1 was not closed cleanly: INTERNAL_ERROR (err 2) & Unknown status: . Verification error: #5256

Open enoquelights opened 2 months ago

enoquelights commented 2 months ago

I am using step-ca as my CA. Which is running in a docker container.

My config

acme.sh --issue --standalone -d 192.168.10.111 \
    --ca-bundle root_ca.crt \
    --server https://192.168.10.111:10001/acme/acme-example/directory \
    --fullchain-file server.crt \
    --key-file server.key \
    --debug 2

acme.sh --install-cert 192.168.10.111  \
--fullchain-file server.crt \
--key-file server.key 

Debug log

s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
[Mon Aug 19 08:03:57 BST 2024] _selectServer try snames='zerossl.com,zerossl'
[Mon Aug 19 08:03:57 BST 2024] _selectServer try snames='letsencrypt.org,letsencrypt'
[Mon Aug 19 08:03:57 BST 2024] _selectServer try snames='letsencrypt.org_test,letsencrypt_test,letsencrypttest'
[Mon Aug 19 08:03:57 BST 2024] _selectServer try snames='buypass.com,buypass'
[Mon Aug 19 08:03:57 BST 2024] _selectServer try snames='buypass.com_test,buypass_test,buypasstest'
[Mon Aug 19 08:03:57 BST 2024] _selectServer try snames='ssl.com,sslcom'
[Mon Aug 19 08:03:57 BST 2024] _selectServer try snames='google.com,google'
[Mon Aug 19 08:03:57 BST 2024] _selectServer try snames='google.com_test,googletest,google_test'
[Mon Aug 19 08:03:57 BST 2024] Let's find the script directory.
[Mon Aug 19 08:03:57 BST 2024] _SCRIPT_='/root/.acme.sh/acme.sh'
[Mon Aug 19 08:03:57 BST 2024] _script='/root/.acme.sh/acme.sh'
[Mon Aug 19 08:03:57 BST 2024] _script_home='/root/.acme.sh'
[Mon Aug 19 08:03:57 BST 2024] Using default home: /root/.acme.sh
[Mon Aug 19 08:03:57 BST 2024] Using config home: /root/.acme.sh
[Mon Aug 19 08:03:57 BST 2024] LE_WORKING_DIR='/root/.acme.sh'
https://github.com/acmesh-official/acme.sh
v3.0.8
[Mon Aug 19 08:03:57 BST 2024] Using server: https://192.168.10.111:10001/acme/acme-example/directory
[Mon Aug 19 08:03:57 BST 2024] Running cmd: issue
[Mon Aug 19 08:03:57 BST 2024] _main_domain='192.168.10.111'
[Mon Aug 19 08:03:57 BST 2024] _alt_domains='no'
[Mon Aug 19 08:03:57 BST 2024] Using config home: /root/.acme.sh
[Mon Aug 19 08:03:57 BST 2024] ACME_DIRECTORY='https://192.168.10.111:10001/acme/acme-example/directory'
[Mon Aug 19 08:03:57 BST 2024] _ACME_SERVER_HOST='192.168.10.111'
[Mon Aug 19 08:03:57 BST 2024] _ACME_SERVER_PATH='acme/acme-example/directory'
[Mon Aug 19 08:03:57 BST 2024] DOMAIN_PATH='/root/.acme.sh/192.168.10.111_ecc'
[Mon Aug 19 08:03:57 BST 2024] 'no' does not contain 'dns'
[Mon Aug 19 08:03:57 BST 2024] Using ACME_DIRECTORY: https://192.168.10.111:10001/acme/acme-example/directory
[Mon Aug 19 08:03:57 BST 2024] _init API for server: https://192.168.10.111:10001/acme/acme-example/directory
[Mon Aug 19 08:03:57 BST 2024] GET
[Mon Aug 19 08:03:57 BST 2024] url='https://192.168.10.111:10001/acme/acme-example/directory'
[Mon Aug 19 08:03:57 BST 2024] timeout=
[Mon Aug 19 08:03:57 BST 2024] _CURL='curl --silent --dump-header /root/.acme.sh/http.header  -L  --trace-ascii /tmp/tmp.I6MmOucmlJ  --cacert /root_ca.crt  -g '
[Mon Aug 19 08:03:57 BST 2024] ret='0'
[Mon Aug 19 08:03:57 BST 2024] response='{"newNonce":"https://192.168.10.111:10001/acme/acme-example/new-nonce","newAccount":"https://192.168.10.111:10001/acme/acme-example/new-account","newOrder":"https://192.168.10.111:10001/acme/acme-example/new-order","revokeCert":"https://192.168.10.111:10001/acme/acme-example/revoke-cert","keyChange":"https://192.168.10.111:10001/acme/acme-example/key-change"}'
[Mon Aug 19 08:03:57 BST 2024] ACME_KEY_CHANGE='https://192.168.10.111:10001/acme/acme-example/key-change'
[Mon Aug 19 08:03:57 BST 2024] ACME_NEW_AUTHZ
[Mon Aug 19 08:03:57 BST 2024] ACME_NEW_ORDER='https://192.168.10.111:10001/acme/acme-example/new-order'
[Mon Aug 19 08:03:57 BST 2024] ACME_NEW_ACCOUNT='https://192.168.10.111:10001/acme/acme-example/new-account'
[Mon Aug 19 08:03:57 BST 2024] ACME_REVOKE_CERT='https://192.168.10.111:10001/acme/acme-example/revoke-cert'
[Mon Aug 19 08:03:57 BST 2024] ACME_AGREEMENT
[Mon Aug 19 08:03:57 BST 2024] ACME_NEW_NONCE='https://192.168.10.111:10001/acme/acme-example/new-nonce'
[Mon Aug 19 08:03:57 BST 2024] Using CA: https://192.168.10.111:10001/acme/acme-example/directory
[Mon Aug 19 08:03:57 BST 2024] _on_before_issue
[Mon Aug 19 08:03:57 BST 2024] _chk_main_domain='192.168.10.111'
[Mon Aug 19 08:03:57 BST 2024] _chk_alt_domains
[Mon Aug 19 08:03:57 BST 2024] 'no' contains 'no'
[Mon Aug 19 08:03:57 BST 2024] Le_LocalAddress
[Mon Aug 19 08:03:57 BST 2024] d='192.168.10.111'
[Mon Aug 19 08:03:57 BST 2024] Checking for domain='192.168.10.111'
[Mon Aug 19 08:03:57 BST 2024] _currentRoot='no'
[Mon Aug 19 08:03:57 BST 2024] Standalone mode.
[Mon Aug 19 08:03:57 BST 2024] _checkport='80'
[Mon Aug 19 08:03:57 BST 2024] _checkaddr
[Mon Aug 19 08:03:57 BST 2024] Using: netstat
[Mon Aug 19 08:03:57 BST 2024] d
[Mon Aug 19 08:03:57 BST 2024] 'no' does not contain 'apache'
[Mon Aug 19 08:03:57 BST 2024] Config file is empty, cannot read CA_KEY_HASH
[Mon Aug 19 08:03:57 BST 2024] _saved_account_key_hash
[Mon Aug 19 08:03:57 BST 2024] Using config home: /root/.acme.sh
[Mon Aug 19 08:03:57 BST 2024] ACME_DIRECTORY='https://192.168.10.111:10001/acme/acme-example/directory'
[Mon Aug 19 08:03:57 BST 2024] _ACME_SERVER_HOST='192.168.10.111'
[Mon Aug 19 08:03:57 BST 2024] _ACME_SERVER_PATH='acme/acme-example/directory'
[Mon Aug 19 08:03:57 BST 2024] _init API for server: https://192.168.10.111:10001/acme/acme-example/directory
[Mon Aug 19 08:03:57 BST 2024] length='ec-256'
[Mon Aug 19 08:03:57 BST 2024] Using config home: /root/.acme.sh
[Mon Aug 19 08:03:57 BST 2024] ACME_DIRECTORY='https://192.168.10.111:10001/acme/acme-example/directory'
[Mon Aug 19 08:03:57 BST 2024] _ACME_SERVER_HOST='192.168.10.111'
[Mon Aug 19 08:03:57 BST 2024] _ACME_SERVER_PATH='acme/acme-example/directory'
[Mon Aug 19 08:03:57 BST 2024] _createkey for file:/root/.acme.sh/ca/192.168.10.111/acme/acme-example/directory/account.key
[Mon Aug 19 08:03:57 BST 2024] Using length 256
[Mon Aug 19 08:03:57 BST 2024] Using EC name: prime256v1
[Mon Aug 19 08:03:57 BST 2024] Account key creation OK.
[Mon Aug 19 08:03:57 BST 2024] EC key
[Mon Aug 19 08:03:57 BST 2024] Config file is empty, cannot read CA_EAB_KEY_ID
[Mon Aug 19 08:03:57 BST 2024] Config file is empty, cannot read CA_EAB_HMAC_KEY
[Mon Aug 19 08:03:57 BST 2024] Config file is empty, cannot read CA_EMAIL
[Mon Aug 19 08:03:57 BST 2024] Registering account: https://192.168.10.111:10001/acme/acme-example/directory
[Mon Aug 19 08:03:57 BST 2024] =======Sending Signed Request=======
[Mon Aug 19 08:03:57 BST 2024] url='https://192.168.10.111:10001/acme/acme-example/new-account'
[Mon Aug 19 08:03:57 BST 2024] payload='{"termsOfServiceAgreed": true}'
[Mon Aug 19 08:03:57 BST 2024] Use cached jwk for file: /root/.acme.sh/ca/192.168.10.111/acme/acme-example/directory/account.key
[Mon Aug 19 08:03:57 BST 2024] Get nonce with HEAD. ACME_NEW_NONCE='https://192.168.10.111:10001/acme/acme-example/new-nonce'
[Mon Aug 19 08:03:57 BST 2024] HEAD
[Mon Aug 19 08:03:57 BST 2024] _post_url='https://192.168.10.111:10001/acme/acme-example/new-nonce'
[Mon Aug 19 08:03:57 BST 2024] body
[Mon Aug 19 08:03:57 BST 2024] _postContentType='application/jose+json'
[Mon Aug 19 08:03:58 BST 2024] _CURL='curl --silent --dump-header /root/.acme.sh/http.header  -L  --trace-ascii /tmp/tmp.4bbhHmnjUU  --cacert /root_ca.crt  -g  -I  '
[Mon Aug 19 08:03:58 BST 2024] _ret='0'
[Mon Aug 19 08:03:58 BST 2024] _headers='HTTP/2 200 
cache-control: no-store
link: <https://192.168.10.111:10001/acme/acme-example/directory>;rel="index"
replay-nonce: NHZUM0NRczF5TzNZU21FOFRRN0FLVk5IUzF5RHVyMG8
x-request-id: ef049ef6-4d8e-4cf5-b98b-99d52d70830c
date: Mon, 19 Aug 2024 07:03:58 GMT

'
[Mon Aug 19 08:03:58 BST 2024] _CACHED_NONCE='NHZUM0NRczF5TzNZU21FOFRRN0FLVk5IUzF5RHVyMG8'
[Mon Aug 19 08:03:58 BST 2024] nonce='NHZUM0NRczF5TzNZU21FOFRRN0FLVk5IUzF5RHVyMG8'
[Mon Aug 19 08:03:58 BST 2024] POST
[Mon Aug 19 08:03:58 BST 2024] _post_url='https://192.168.10.111:10001/acme/acme-example/new-account'

0040: Vi/p6HgOiFBUN6QZkmZzYZWH9YGKwTWp7Ql HTTP/2
006c: Host: 192.168.10.111:10001
0088: User-Agent: acme.sh/3.0.8 (https://github.com/acmesh-official/ac
00c8: me.sh)
00d0: Accept: */*
00dd: Content-Type: application/jose+json
0102: Content-Length: 542
0117: 
=> Send data, 542 bytes (0x21e)
0000: {"protected": "eyJub25jZSI6ICJkVWR5WkRNMWMwdDFWRk5rTUhCTFVURjRWa
0040: 1IzWTJWa2RqQkxWbVl6V1RrIiwgInVybCI6ICJodHRwczovLzE5Mi4xNjguMTAuM
0080: TExOjEwMDAxL2FjbWUvYWNtZS1leGFtcGxlL2NoYWxsZW5nZS9STjJFWFhYcEpXb
00c0: WV2U01wMDNtWkdwVWVremVwb0xWaS9wNkhnT2lGQlVONlFaa21aellaV0g5WUdLd
0100: 1RXcDdRbCIsICJhbGciOiAiRVMyNTYiLCAia2lkIjogImh0dHBzOi8vMTkyLjE2O
0140: C4xMC4xMTE6MTAwMDEvYWNtZS9hY21lLWV4YW1wbGUvYWNjb3VudC9WMFZsRlM4a
0180: 2FRVkRWb0cxcmlCZjBuYnBhMHBjU1ZyQiJ9", "payload": "e30", "signatu
01c0: re": "cwX8vTBudz-DdzIK0lmeamfm8Tr2kUKBAfDyZa4JK0V33VC6aiW34wF4GN
0200: jNxtNI68vDHv92NnUQi4sifZMXLw"}
== Info: upload completely sent off: 542 bytes
<= Recv SSL data, 5 bytes (0x5)
0000: .....
<= Recv SSL data, 1 bytes (0x1)
0000: .
== Info: TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
<= Recv SSL data, 122 bytes (0x7a)
0000: ...v..:.[.....i#.z...#D.]..z#.....n..T....n..g....a.c.Qy#...QH.a
0040: ....].....I......N....%EM.......f\..L....2W...r%..Zw.nr...
<= Recv SSL data, 5 bytes (0x5)
0000: ....8
<= Recv SSL data, 1 bytes (0x1)
0000: .
<= Recv SSL data, 5 bytes (0x5)
0000: .....
<= Recv SSL data, 1 bytes (0x1)
0000: .
<= Recv SSL data, 5 bytes (0x5)
0000: .....
<= Recv SSL data, 1 bytes (0x1)
0000: .
=> Send SSL data, 5 bytes (0x5)
0000: .....
=> Send SSL data, 1 bytes (0x1)
0000: .
<= Recv SSL data, 5 bytes (0x5)
0000: .....
<= Recv SSL data, 1 bytes (0x1)
0000: .
== Info: HTTP/2 stream 1 was not closed cleanly: INTERNAL_ERROR (err 2)
== Info: Connection #0 to host 192.168.10.111 left intact
[Mon Aug 19 08:04:16 BST 2024] _ret='92'
[Mon Aug 19 08:04:16 BST 2024] responseHeaders
[Mon Aug 19 08:04:16 BST 2024] code
[Mon Aug 19 08:04:16 BST 2024] original
[Mon Aug 19 08:04:16 BST 2024] response
[Mon Aug 19 08:04:16 BST 2024] Let's check the authz status
[Mon Aug 19 08:04:16 BST 2024] original
[Mon Aug 19 08:04:16 BST 2024] response
[Mon Aug 19 08:04:16 BST 2024] status
[Mon Aug 19 08:04:16 BST 2024] 192.168.10.111: Unknown status: . Verification error: 
[Mon Aug 19 08:04:16 BST 2024] Skipping for removelevel: 
[Mon Aug 19 08:04:16 BST 2024] pid='1607'
[Mon Aug 19 08:04:16 BST 2024] No need to restore nginx config, skipping.
[Mon Aug 19 08:04:16 BST 2024] _clearupdns
[Mon Aug 19 08:04:16 BST 2024] dns_entries
[Mon Aug 19 08:04:16 BST 2024] Skipping dns.
[Mon Aug 19 08:04:16 BST 2024] _on_issue_err
[Mon Aug 19 08:04:16 BST 2024] Please add '--debug' or '--log' to see more information.
[Mon Aug 19 08:04:16 BST 2024] See: https://github.com/acmesh-official/acme.sh/wiki/How-to-debug-acme.sh
[Mon Aug 19 08:04:16 BST 2024] _chk_vlist='192.168.10.111#xjV5dpgtxgJCqgJPd6FgzqORKTDW0H0a.wdO2_fWh23UlkXCk6DoJl2JbdkK5EubZ-dos5QHE-bI#https://192.168.10.111:10001/acme/acme-example/challenge/RN2EXXXpJWmevSMp03mZGpUekzepoLVi/p6HgOiFBUN6QZkmZzYZWH9YGKwTWp7Ql#http-01#no#https://192.168.10.111:10001/acme/acme-example/authz/RN2EXXXpJWmevSMp03mZGpUekzepoLVi,'
[Mon Aug 19 08:04:16 BST 2024] start to deactivate authz
[Mon Aug 19 08:04:16 BST 2024] Trigger domain validation.
[Mon Aug 19 08:04:16 BST 2024] _t_url='https://192.168.10.111:10001/acme/acme-example/challenge/RN2EXXXpJWmevSMp03mZGpUekzepoLVi/p6HgOiFBUN6QZkmZzYZWH9YGKwTWp7Ql'
[Mon Aug 19 08:04:16 BST 2024] _t_key_authz='xjV5dpgtxgJCqgJPd6FgzqORKTDW0H0a.wdO2_fWh23UlkXCk6DoJl2JbdkK5EubZ-dos5QHE-bI'
[Mon Aug 19 08:04:16 BST 2024] _t_vtype
[Mon Aug 19 08:04:16 BST 2024] =======Sending Signed Request=======
[Mon Aug 19 08:04:16 BST 2024] url='https://192.168.10.111:10001/acme/acme-example/challenge/RN2EXXXpJWmevSMp03mZGpUekzepoLVi/p6HgOiFBUN6QZkmZzYZWH9YGKwTWp7Ql'
[Mon Aug 19 08:04:16 BST 2024] payload='{}'
[Mon Aug 19 08:04:16 BST 2024] Use cached jwk for file: /root/.acme.sh/ca/192.168.10.111/acme/acme-example/directory/account.key
[Mon Aug 19 08:04:16 BST 2024] Get nonce with HEAD. ACME_NEW_NONCE='https://192.168.10.111:10001/acme/acme-example/new-nonce'
[Mon Aug 19 08:04:16 BST 2024] HEAD
[Mon Aug 19 08:04:16 BST 2024] _post_url='https://192.168.10.111:10001/acme/acme-example/new-nonce'
[Mon Aug 19 08:04:16 BST 2024] body
[Mon Aug 19 08:04:16 BST 2024] _postContentType='application/jose+json'
[Mon Aug 19 08:04:16 BST 2024] Http already initialized.
[Mon Aug 19 08:04:16 BST 2024] _CURL='curl --silent --dump-header /root/.acme.sh/http.header  -L  --trace-ascii /tmp/tmp.4bbhHmnjUU  --cacert /root_ca.crt  -g  -I  '
[Mon Aug 19 08:04:16 BST 2024] _ret='0'
[Mon Aug 19 08:04:16 BST 2024] _headers='HTTP/2 200 
cache-control: no-store
link: <https://192.168.10.111:10001/acme/acme-example/directory>;rel="index"
replay-nonce: TFpORVg1TFhmbmszR3lIcWo2bHFqVm11c1pkTmw1MVE
x-request-id: 74414804-6b01-43ae-957c-665c63e02f95
date: Mon, 19 Aug 2024 07:04:16 GMT

'
[Mon Aug 19 08:04:16 BST 2024] _CACHED_NONCE='TFpORVg1TFhmbmszR3lIcWo2bHFqVm11c1pkTmw1MVE'
[Mon Aug 19 08:04:16 BST 2024] nonce='TFpORVg1TFhmbmszR3lIcWo2bHFqVm11c1pkTmw1MVE'
[Mon Aug 19 08:04:16 BST 2024] POST
[Mon Aug 19 08:04:16 BST 2024] _post_url='https://192.168.10.111:10001/acme/acme-example/challenge/RN2EXXXpJWmevSMp03mZGpUekzepoLVi/p6HgOiFBUN6QZkmZzYZWH9YGKwTWp7Ql'
[Mon Aug 19 08:04:16 BST 2024] body='{"protected": "eyJub25jZSI6ICJURnBPUlZnMVRGaG1ibXN6UjNsSWNXbzJiSEZxVm0xMWMxcGtUbXcxTVZFIiwgInVybCI6ICJodHRwczovLzE5Mi4xNjguMTAuMTExOjEwMDAxL2FjbWUvYWNtZS1leGFtcGxlL2NoYWxsZW5nZS9STjJFWFhYcEpXbWV2U01wMDNtWkdwVWVremVwb0xWaS9wNkhnT2lGQlVONlFaa21aellaV0g5WUdLd1RXcDdRbCIsICJhbGciOiAiRVMyNTYiLCAia2lkIjogImh0dHBzOi8vMTkyLjE2OC4xMC4xMTE6MTAwMDEvYWNtZS9hY21lLWV4YW1wbGUvYWNjb3VudC9WMFZsRlM4a2FRVkRWb0cxcmlCZjBuYnBhMHBjU1ZyQiJ9", "payload": "e30", "signature": "UwQs6PmyIQZ4-litOVVyURso8lbcsAmIGaHxweoPHJaf30jaWYqMboa8MsVyxoUCPSKx2o3eqx5DQbGGvDqpvw"}'
[Mon Aug 19 08:04:16 BST 2024] _postContentType='application/jose+json'
[Mon Aug 19 08:04:16 BST 2024] Http already initialized.
[Mon Aug 19 08:04:16 BST 2024] _CURL='curl --silent --dump-header /root/.acme.sh/http.header  -L  --trace-ascii /tmp/tmp.4bbhHmnjUU  --cacert /root_ca.crt  -g '

0100: 1RXcDdRbCIsICJhbGciOiAiRVMyNTYiLCAia2lkIjogImh0dHBzOi8vMTkyLjE2O
0140: C4xMC4xMTE6MTAwMDEvYWNtZS9hY21lLWV4YW1wbGUvYWNjb3VudC9WMFZsRlM4a
0180: 2FRVkRWb0cxcmlCZjBuYnBhMHBjU1ZyQiJ9", "payload": "e30", "signatu
01c0: re": "UwQs6PmyIQZ4-litOVVyURso8lbcsAmIGaHxweoPHJaf30jaWYqMboa8Ms
0200: VyxoUCPSKx2o3eqx5DQbGGvDqpvw"}
== Info: upload completely sent off: 542 bytes
<= Recv SSL data, 5 bytes (0x5)
0000: .....
<= Recv SSL data, 1 bytes (0x1)
0000: .
== Info: TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
<= Recv SSL data, 122 bytes (0x7a)
0000: ...v..:...~...i..Ib2@2....53.Uaz[...r....>g........q..t....g....
0040: YZ.6b.5....Km+.<..3......v..t..m.x..C.tk...o....."]..^....
<= Recv SSL data, 5 bytes (0x5)
0000: ....8
<= Recv SSL data, 1 bytes (0x1)
0000: .
<= Recv SSL data, 5 bytes (0x5)
0000: ....'
<= Recv SSL data, 1 bytes (0x1)
0000: .
=> Send SSL data, 5 bytes (0x5)
0000: .....
=> Send SSL data, 1 bytes (0x1)
0000: .
<= Recv SSL data, 5 bytes (0x5)
0000: .....
<= Recv SSL data, 1 bytes (0x1)
0000: .
== Info: HTTP/2 stream 1 was not closed cleanly: INTERNAL_ERROR (err 2)
== Info: Connection #0 to host 192.168.10.111 left intact
[Mon Aug 19 08:04:31 BST 2024] _ret='92'
[Mon Aug 19 08:04:31 BST 2024] responseHeaders
[Mon Aug 19 08:04:31 BST 2024] code
[Mon Aug 19 08:04:31 BST 2024] original
[Mon Aug 19 08:04:31 BST 2024] response
[Mon Aug 19 08:04:31 BST 2024] Diagnosis versions: 
openssl:openssl
OpenSSL 3.3.1 4 Jun 2024 (Library: OpenSSL 3.3.1 4 Jun 2024)
Apache:
Apache doesn't exist.
nginx:
nginx doesn't exist.
socat:
socat by Gerhard Rieger and contributors - see www.dest-unreach.org
socat version 1.8.0.0 on 16 Nov 2023 13:03:44
   running on Linux version #1 SMP PREEMPT_DYNAMIC Tue Jun 18 15:06:07 UTC 2024, release 6.6.33-haos, machine x86_64
features:
  #define WITH_HELP 1
  #define WITH_STATS 1
  #define WITH_STDIO 1
  #define WITH_FDNUM 1
  #define WITH_FILE 1
  #define WITH_CREAT 1
  #define WITH_GOPEN 1
  #define WITH_TERMIOS 1
  #define WITH_PIPE 1
  #define WITH_SOCKETPAIR 1
  #define WITH_UNIX 1
  #define WITH_ABSTRACT_UNIXSOCKET 1
  #define WITH_IP4 1
  #define WITH_IP6 1
  #define WITH_RAWIP 1
  #define WITH_GENERICSOCKET 1
  #define WITH_INTERFACE 1
  #define WITH_TCP 1
  #define WITH_UDP 1
  #define WITH_SCTP 1
  #define WITH_DCCP 1
  #define WITH_UDPLITE 1
  #define WITH_LISTEN 1
  #define WITH_POSIXMQ 1
  #define WITH_SOCKS4 1
  #define WITH_SOCKS4A 1
  #define WITH_SOCKS5 1
  #define WITH_VSOCK 1
  #define WITH_NAMESPACES 1
  #define WITH_PROXY 1
  #define WITH_SYSTEM 1
  #define WITH_SHELL 1
  #define WITH_EXEC 1
  #define WITH_READLINE 1
  #define WITH_TUN 1
  #define WITH_PTY 1
  #define WITH_OPENSSL 1
  #undef WITH_FIPS
  #undef WITH_LIBWRAP
  #define WITH_SYCLS 1
  #define WITH_FILAN 1
  #define WITH_RETRY 1
  #define WITH_MSGLEVEL 0 /*debug*/
  #define WITH_DEFAULT_IPV 0
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
github-actions[bot] commented 2 months ago

Please upgrade to the latest code and try again first. Maybe it's already fixed. acme.sh --upgrade If it's still not working, please provide the log with --debug 2, otherwise, nobody can help you.