rails/guides
Jonne Haß 5e3fb2f7b0
Do not suggest nonsensical OpenSSL verify modes [ci skip]
SSL_set_verify(3) explains:

SSL_VERIFY_FAIL_IF_NO_PEER_CERT
  Server mode: if the client did not return a certificate, the TLS/SSL
handshake is immediately terminated with a "handshake failure" alert.
This flag must
  be used together with SSL_VERIFY_PEER.

  Client mode: ignored

SSL_VERIFY_CLIENT_ONCE
  Server mode: only request a client certificate on the initial TLS/SSL
handshake. Do not ask for a client certificate again in case of a
renegotiation.
  This flag must be used together with SSL_VERIFY_PEER.

  Client mode: ignored

The SMTP connection here uses a OpenSSL socket in client mode,
suggesting invalid/ignored flags is rather misleading.
2016-06-07 15:50:46 +02:00
..
assets use rails 5 favicon.ico for rails guides 2016-03-17 17:20:33 +00:00
bug_report_templates Update Ruby report templates 2016-05-10 03:46:56 -03:00
rails_guides [ci skip] Fix typo 2015-12-22 03:06:35 +05:30
source Do not suggest nonsensical OpenSSL verify modes [ci skip] 2016-06-07 15:50:46 +02:00
.document
CHANGELOG.md Start Rails 5.1 development 🎉 2016-05-10 03:46:56 -03:00
rails_guides.rb Merge pull request #19240 from yui-knk/refactor/guide_rb 2015-03-18 12:32:10 +01:00
Rakefile Fix WARNINGS flag inside guides/Rakefile 2015-07-29 20:00:58 -04:00
w3c_validator.rb Guides: output valid HTML5 2014-05-05 17:42:04 -04:00