Sven-Haegar Koch
Sven-Haegar Koch
Moin, Can't comment on the go code, but I like the principle of not having the authentication info visible in the process list. Just some small comment: "To provide the...
> > Could be for example > > --depends google_container_cluster.my_cluster --depends google_compute_address.ingress-ip > > This makes sense to me – can do. Thanks! > > Additionally it would be nice...
I'm also not good with naming, but --chain-depends sounds usable to me.
$block->getPrefix() should do it.
Moin, Thankks for the quick response. Testing with your debug patch applied and executing $ /usr/sbin/freeradius -d /home/haegar/freeradius-testing/ -sf -l stdout -xxx Skipped the startup messages, they are similar to...
Moin, (Working with freeradius 3.2 git release_3_2_5-38-gc4fbd09742, debian unstable, and using openssl 3.2.2-1) I did some further debugging, and with the following totally ugly and non-production usable patch I made...
Yes, my debugging today was done with c4fbd097429fee9d9ab6be0f8b3a60523199b46c, the mentioned "git describe --tags" release_3_2_5-38-gc4fbd09742. It has similar problems to my earier tests, just slightly different log messages, the end result...
First: My current test setting uses "nonblock = yes" in the home_server section. And you patch definitely improves things, the SSL connection now gets established perfectly, just something afterwards seems...
Thanks Alan! We are getting there, but not on the finish line yet! Some different things: 1. Excessive loop calling tls_write_available(), until the SSL_connect() is successful - as the socket...
@alandekok Forgot to push? Last commit in 3.2 branch I see is 7ad89db393 "Tidy up" from Nick Porter, nothing from you today.