unicorn Ruby/Rack server user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
From: Eric Wong <e@80x24.org>
To: "Shota Fukumori (sora_h)" <her@sorah.jp>
Cc: russm <russm-rubyforge@slofith.org>,
	unicorn-public@bogomips.org, yahns-public@yhbt.net
Subject: Re: https://unicorn.bogomips.org accepts client certificate?
Date: Tue, 15 Mar 2016 23:30:24 +0000	[thread overview]
Message-ID: <20160315233024.GA11461@dcvr.yhbt.net> (raw)
In-Reply-To: <CA+wiQwugNM-0UJHL9p+_YKWs_8xSEDGMeQAeit1envO=rrPfnA@mail.gmail.com>

"Shota Fukumori (sora_h)" <her@sorah.jp> 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.

  reply	other threads:[~2016-03-15 23:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-15  7:36 https://unicorn.bogomips.org accepts client certificate? Shota Fukumori (sora_h)
2016-03-15  8:58 ` Eric Wong
2016-03-15  9:21   ` Shota Fukumori (sora_h)
2016-03-15  9:43     ` russm
2016-03-15 23:20       ` Shota Fukumori (sora_h)
2016-03-15 23:30         ` Eric Wong [this message]
2016-03-15 23:54           ` Shota Fukumori (sora_h)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://yhbt.net/unicorn/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160315233024.GA11461@dcvr.yhbt.net \
    --to=e@80x24.org \
    --cc=her@sorah.jp \
    --cc=russm-rubyforge@slofith.org \
    --cc=unicorn-public@bogomips.org \
    --cc=yahns-public@yhbt.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://yhbt.net/unicorn.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).