I notice under the thread mTLS under FreeBSD, the newNonce message in the log looks like the following:
{"newNonce":"https://acme.lan/acme/local/new-nonce","newAccount":"https://acme.lan/acme/local/new-account","newOrder":"https://acme.lan/acme/local/new-order","revokeCert":"https://acme.lan/acme/local/revoke-cert","keyChange":"https://acme.lan/acme/local/key-change"}
If you check the frontend log above, the message looks like:
2021/06/20 16:06:15 {"newNonce":"https://acme.lan/acme//local/new-nonce","newAccount":"https://acme.lan/acme//local/new-account","newOrder":"https://acme.lan/acme//local/new-order","revokeCert":"https://acme.lan/acme//local/revoke-cert","keyChange":"https://acme.lan/acme//local/key-change"}
There’s now a double forward-slash (//) within the address. Could this be contributing to the issue I’m seeing?