"Shota Fukumori (sora_h)" <[email protected]> wrote: > To be clear, you have to have a client certificate on your certificate > manager to be prompted. > Server doesn't specify acceptable client certificate CA names, so any > client certificate is ok.
Thanks for the report, I think I just fixed the problem: ctx.set_params # reasonable defaults for clients, apparently However, webrick and drb both set VERIFY_NONE for servers: ctx.set_params(verify_mode: OpenSSL::SSL::VERIFY_NONE) I've updated https://unicorn.bogomips.org/ with the above change, can you confirm it works for you? If so, I'll update the yahns documentation. -- unsubscribe: [email protected] archive: http://bogomips.org/unicorn-public/
