Oldřich Jedlička

Results 107 comments of Oldřich Jedlička
trafficstars

> > Also please have a look at patch [oldium@23a830e](https://github.com/oldium/strongswan/commit/23a830e741ea5ced16d293d5fe8e8ab454f742ab), which fixes some compilation issues under alpine:edge Docker image - two implicit declarations fixed by including `string.h` and one unused...

Regarding the behaviour of the _resolve_ plugin - I added some logging (https://github.com/oldium/strongswan) and discovered that the `unlink` operation is actually failing, not the reading: strongswan | 08[IKE] deleting file...

It looks like this is Docker specific, you cannot delete `/etc/resolv.conf`, so changing the target file (option `charon.plugins.resolve.file`) solves the issue - https://stackoverflow.com/a/60576223.

Is there some resolution to this? I am facing exactly the same issue for some time now too. WinGet works, but PowerShell integration does not.

Uninstalling and reinstalling PowerShell (I am using version from Microsoft Store) helped me to fix the issue.

For the outgoing case - for the fixed set of compared hosts (no wildcards, nor regex) - would it be possible to compare encrypted strings instead of trying to decrypt...

I checked the ESNI spec - checking encrypted strings is not possible, there is _nonce_ there, so no two requests will have the same encrypted strings...

Adding a cute kitten usually helps speed things up 😅 ![KittyKittenGIF](https://github.com/zmartzone/lua-resty-openidc/assets/1260936/4685f312-42d0-49f4-a16b-3ee7f799e2c4)

Newest Kong GW images use lua-resty-session 4, so I think that would not work. I guess you have this for Kong GW, right?