[ipxe-devel] [ipxe/ipxe] [tls] Add support for fragmented tls handshake packets (#116)

Graham Christensen notifications at github.com
Wed Jun 16 20:43:10 UTC 2021


Just in case you're coming across this with the recent LetsEncrypt chain update, you can work around this by preferring the shorter chain in https://community.letsencrypt.org/t/production-chain-changes/150739/1 via the lego flags: `--preferred-chain "ISRG Root X1"`. On NixOS this is provided via:

```nix
   security.acme.certs."${domain}".extraLegoRunFlags = [
        "--preferred-chain" "ISRG Root X1"
   ];
```

-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/ipxe/ipxe/pull/116#issuecomment-862709507
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ipxe.org/pipermail/ipxe-devel/attachments/20210616/980934f7/attachment.htm>


More information about the ipxe-devel mailing list