Rails Can Unicorn handle HTTPS requests directly?

bruceyue · April 10, 2013 · Last by kgen replied at April 10, 2013 · 2085 hits

stackoverflow: Unicorn is optimized to handle fast connections and is not meant to be used for direct client communication. If you consider using https I would assume that your are transferring data through an potentially uncontrollable line. It's better to use another web server for terminating the ssl connection.

这是 Web server 的事,SSL 由 Nginx 负责就行,为什么要 App server 来做呢。

You need to Sign in before reply, if you don't have an account, please Sign up first.