Andreas Fischer

Results 80 comments of Andreas Fischer

Update: Current implementation removes all slashes. With the previous fix proposal, only slashes on the left hand side would be removed. I am no longer convinced this is a good...

Attempting to compile master at eae34e65ccf7e79ddbab65b77f04ddecee1ed4db using the compiler provided by the `openjdk-11-jdk` Debian 10 package fails with ``` [INFO] Compiling module org.eclipse.hawkbit.ui.AppWidgetSet [INFO] [ERROR] Hint: Check that your module...

It looks like I am also seeing this on a TP-Link Archer C7 v2. ``` root@foobar:~# cat /etc/openwrt_release DISTRIB_ID='OpenWrt' DISTRIB_RELEASE='19.07.2' DISTRIB_REVISION='r10947-65030d81f3' DISTRIB_TARGET='ar71xx/generic' DISTRIB_ARCH='mips_24kc' DISTRIB_DESCRIPTION='OpenWrt 19.07.2 r10947-65030d81f3' DISTRIB_TAINTS='' ``` ![image](https://user-images.githubusercontent.com/189375/190509961-718d14ae-cabf-4736-8e59-21c0164fd12f.png)

@benjamin-rtblw Any update?

@terrafrost If you want to know even more, consider looking into the PHP source code. You might find that the E_WARNING also depends on the OpenSSL version. Just guessing.

yes, see for example the wikipedia article on "UDP hole punching"

> > I see the same issue when I'm trying to run iPXE on web servers that are behind Cloudflare, looks there's no compatible cipher. > > https://developers.cloudflare.com/ssl/ssl-tls/cipher-suites > >...

> Are there any ipxe forks that address this(ecdhe cipher support)? I saw on a old post it was mentioned packet.com but I was not able to find it there....

> DHE is now supported in iPXE as of commit [2c7824273](https://github.com/ipxe/ipxe/commit/2c7824273) Very nice! You might want to keep this issue open as per the "broader scope" suggestion in https://github.com/ipxe/ipxe/issues/246#issuecomment-1229690029