unicorn Ruby/Rack server user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
* Can Unicorn utilize HTTPS?
@ 2020-08-06 21:46 Keven Sticher
  2020-08-06 21:54 ` Eric Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Keven Sticher @ 2020-08-06 21:46 UTC (permalink / raw)
  To: unicorn-public

Going through some internal debate, and if end to end encryption is required through all layers, does Unicorn handle TLS, SSL, HTTPS?


Thank you for your response.

Keven

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Can Unicorn utilize HTTPS?
  2020-08-06 21:46 Can Unicorn utilize HTTPS? Keven Sticher
@ 2020-08-06 21:54 ` Eric Wong
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Wong @ 2020-08-06 21:54 UTC (permalink / raw)
  To: Keven Sticher; +Cc: unicorn-public

Keven Sticher <ksticher@gmail.com> wrote:
> Going through some internal debate, and if end to end encryption is required through all layers, does Unicorn handle TLS, SSL, HTTPS?

Nope.  It's only intended to talk to nginx over a Unix domain
socket on the same host, or nginx on a fast private LAN.  Having
something like varnish or haproxy in between nginx and unicorn
is fine, too, but they must either be on the same host or fast
LAN.

It fails horribly (by design :>) when talking to the open Internet
or any high-latency clients.

> Thank you for your response.

no problem :>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-06 21:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-06 21:46 Can Unicorn utilize HTTPS? Keven Sticher
2020-08-06 21:54 ` Eric Wong

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).