Johannes Passing

Results 132 comments of Johannes Passing

More intermittent `docker pull` issues: ``` Error running command 'docker pull %s' (exit 256): Error response from daemon: Head "https://ghcr.io/v2/libssh2/ci_tests_openssh_server/manifests/3598cf79fbd7ded577bf": Get "https://ghcr.io/token?scope=repository%3Alibssh2%2Fci_tests_openssh_server%3Apull&service=ghcr.io": net/http: request canceled (Client.Timeout exceeded while awaiting headers)...

Yes... I was able to reproduce the crash on 8.1 and it looks like an access violation, possibly caused by a double-free. I'll have a closer look at why this...

The last commit fixed the crash and tests on Windows Server 2012 are now failing with ``` libssh2_session_handshake failed (-8): Unable to exchange encryption keys ``` It's quite possible that...

> It's quite possible that CNG on Windows Server 2012 doesn't support all required feature yet, but I'll have to verify that. The problematic line of code is the call...

> Do I understand correctly that `BCryptOpenAlgorithmProvider( ... BCRYPT_ECDSA_* )` succeeds, but then `BCryptDeriveKey(..., BCRYPT_KDF_RAW_SECRET, ... )` fails? Can we use this to detect the feature? Yes, exactly. So it's...

> Thinking of downstream code trying to use libssh2 though, I'm not sure this would be workable without breaking those when run in an unfit (pre-10) Windows env. That's a...

Thanks a lot for your help and fixing the build scripts, @vszakats!

This seems like a useful feature to add. One option would be to extend the _Forward local port_ dialog to let you (optionally) specify a client port number. There's obviously...

I missed to update this issue earlier -- as of version 2.38, you now can let IAP Desktop open a tunnel to SQL Server _without_ having it launch SMSS: ![image](https://github.com/GoogleCloudPlatform/iap-desktop/assets/5724941/e6ad7e3d-72f3-42f9-8303-99fb3c037a4b)...

There's has been an incident that affected new AppEngine deployments and caused this error. This has just been mitigated, so I would expect it to work now.