diaspora/spec/lib
Jonne Haß 2d98c57cf1 [ci skip] The real issue with GnuTLS is actually a flaw in OpenSSL
which accepts several server misconfigurations

OpenSSL is very liberal about the order and content of the supplied
cert chain. GnuTLS however is very crucial about it. So to support
GnuTLS we need to tell our community to fix their servers (joindiaspora.com
is broken too). You can check it with
gnutls-cli -V --x506cafile=/etc/ssl/ca-certificates.crt $domain
It will print the certs in the order received and say at the end
if it could be verifed. Note that not only the order is important but
also the content. Many example configurations, especially for Nginx,
include the root cert of the CA in the chain which is wrong.
Note from a GnuTLS maintainer: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%23573736#29

Revert "Fix federation with GnuTLS by passing the ca_file to Typhoeus"

This reverts commit 640a0181ab.
2012-01-29 00:08:28 +01:00
..
diaspora upgrade factory girl there are 3 failing cukes. 2012-01-21 21:58:50 -08:00
postzord defer dispatching to help app processes not bloat in memory 2012-01-26 13:24:53 -08:00
salmon Delete all pending specs except stuff we actually want to fix in the short term. Add more useful comments to those. 2011-11-06 21:29:22 -08:00
stream clean up Person scopes, and re-use one in contact controller to deprecate a controller method 2012-01-27 02:23:38 -08:00
csv_generator_spec.rb commented out empty spec 2011-09-07 03:07:27 -07:00
direction_detector_spec.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
encryptor_spec.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
hcard_spec.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
hydra_wrapper_spec.rb [ci skip] The real issue with GnuTLS is actually a flaw in OpenSSL 2012-01-29 00:08:28 +01:00
i18n_interpolation_fallbacks_spec.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
publisher_spec.rb fix publisher spec 2011-11-01 17:07:57 -07:00
pubsubhubbub_spec.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
rake_helper_spec.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
statistics_spec.rb upgrade factory girl there are 3 failing cukes. 2012-01-21 21:58:50 -08:00
web_hooks_spec.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
webfinger_profile_spec.rb
webfinger_spec.rb rewrite webfinger client and specs; now this is much easier to maintain. 2012-01-18 01:21:28 -08:00