Daniel F. Dickinson

Results 56 comments of Daniel F. Dickinson

@streetsidesoftware @Jason3S Would this make more sense as a separate file (e.g. `docs/README-PRE-COMMIT.md`), as reasonably complete docs for this could get a little long for the README?

Hello @Oogy, Thank you for your response. I looked the the iPXE and netboot links you provided, and I have done netboot on a local network before. I think netboot...

I decided to take another look at the iPXE option and found a [Libvirt iPXE boot guide](https://dustymabe.com/2019/09/13/update-on-easy-pxe-boot-testing-post-minus-pxelinux/) that let me know that there were less required moving parts than I...

@Oogy iPXE is now working for me :tada:. The description for `script_id` does need to be update as using a 'custom os' (159) and a PXE script worked (with one...

Would you like the netboot screenshots here, or is there a better place (like a Vultr ticket)? I'll also include the applicable iPXE scripts in the info.

Here is a screenshot when kernel is https: ![Screenshot from 2022-06-19 22-43-48](https://user-images.githubusercontent.com/20735818/174516810-f65d252e-c680-4eac-9635-b3e3ff430b79.png) and here is the iPXE script: ``` #!ipxe set base-url https://ipxe-boot.wildtechgarden.ca kernel ${base-url}/boot-3.16/vmlinuz-virt console=tty0 modules=loop,squashfs quiet nomodeset alpine_repo=https://mirror.csclub.uwaterloo.ca/alpine/v3.16/main...

Hey @Oogy, Thank you for looking at this. Changing the CN didn't solve the issue, but it did get me looking at things like server logs and DNS records and...

I have confirmation that it is iPXE rejecting the connection and not on the server side -- with lighttpd I got `(mod_openssl.c.3213) SSL: -1 5 0: No error information` and...

:fireworks: :partying_face: Got it! The PR 116 for iPXE mentioned above showed me the way. I needed to use `--preferrred-chain "ISRG Root X1"` for me LE certificate, as described in...

@gstrauss > Are you sure that the client could not support `"CipherString" => "EECDH+AESGCM:AES256+EECDH:CHACHA20"` when `"MinProtocol" => "TLSv1.2"` ? Yes. I get `(mod_openssl.c.3249) SSL: 1 error:1417A0C1:SSL routines:tls_post_process_client_hello: no shared cipher...