commit | 378e25464120eb9598b6d120ff876881cce7ebe5 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Tue Apr 24 15:29:01 2018 +0300 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Tue Apr 24 15:29:01 2018 +0300 |
tree | efc4b871b998e7e04d5ab4a11a7df9e89a3e1dde | |
parent | ba4bb073ecdb1c2636fede2f4f69fcaf85f088a3 [diff] |
SSL: detect "listen ... ssl" without certificates (ticket #178). In mail and stream modules, no certificate provided is a fatal condition, much like with the "ssl" and "starttls" directives. In http, "listen ... ssl" can be used in a non-default server without certificates as long as there is a certificate in the default one, so missing certificate is only fatal for default servers.