Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The switch to https broke netboot.xyz #101

Open
patrakov opened this issue Sep 28, 2019 · 1 comment
Open

The switch to https broke netboot.xyz #101

patrakov opened this issue Sep 28, 2019 · 1 comment

Comments

@patrakov
Copy link

Netboot.xyz uses mfsbsd to install FreeBSD over the network: https://github.com/antonym/netboot.xyz/blob/master/src/freebsd.ipxe

Unfortunately, trying to install FreeBSD via booting from https://boot.netboot.xyz fails now, with a "permission denied" error:

Screenshot

I have debugged this to the key exchange algorithm mismatch between what is supported by iPXE and what is offered by https://mfsbsd.vx.sk/ . Namely, iPXE only supports RSA-based key exchange, while your site offers ECDHE-based stuff. Please support one of the following key exchange methods:

Cipher Suites (4 suites)
Cipher Suite: TLS_RSA_WITH_AES_128_CBC_SHA256 (0x003c)
Cipher Suite: TLS_RSA_WITH_AES_256_CBC_SHA256 (0x003d)
Cipher Suite: TLS_RSA_WITH_AES_128_CBC_SHA (0x002f)
Cipher Suite: TLS_RSA_WITH_AES_256_CBC_SHA (0x0035)

@Tozzi89
Copy link

Tozzi89 commented Aug 31, 2023

This is still an issue today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants