diaspora/spec
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
..
chubbies fix diaspora connect for the new oauth stuff WIP. There's one bug where the oauth_identifier changes but the client doesn't get informed or doesn't save it. I hope it's the last bug. Btw. this is all ugly 2011-12-10 12:54:39 +01:00
controllers Refactor contacts#index specs. json requests now paginate correctly, but infinite scroll is still broken. 2012-01-28 14:43:47 -08:00
fixtures remove all references to the websocket. bang bang. 2012-01-10 12:28:19 -08:00
helpers upgrade factory girl there are 3 failing cukes. 2012-01-21 21:58:50 -08:00
integration Don't create share_visibilities for public posts, sans migration of deleting old data. 2012-01-24 16:49:07 -08:00
javascripts post owners can now delete any comments on their own posts. fixes #2652 2012-01-27 18:24:46 -08:00
lib [ci skip] The real issue with GnuTLS is actually a flaw in OpenSSL 2012-01-29 00:08:28 +01:00
mailers upgrade factory girl there are 3 failing cukes. 2012-01-21 21:58:50 -08:00
models defer dispatching to help app processes not bloat in memory 2012-01-26 13:24:53 -08:00
multi_server upgrade factory girl there are 3 failing cukes. 2012-01-21 21:58:50 -08:00
shared_behaviors remove ajax_stream? logic from streams now that we're using backbone & never ajaxing on mobile; remove unreferenced community_spotlight stream & controller 2012-01-13 13:50:52 -08:00
support upgrade factory girl there are 3 failing cukes. 2012-01-21 21:58:50 -08:00
factories.rb Don't create share_visibilities for public posts, sans migration of deleting old data. 2012-01-24 16:49:07 -08:00
helper_methods.rb ms iz rendering nothing for hcard and webfinger if account is closed, not showing aspect dropdown if the user account is closed 2011-12-08 16:32:18 -08:00
misc_spec.rb upgrade factory girl there are 3 failing cukes. 2012-01-21 21:58:50 -08:00
parallel_spec.opts pull in parallel_testing to speed up rspec 2011-09-16 22:14:12 +02:00
spec-doc.rb This fixes issue #2298. 2011-11-02 23:51:12 -04:00
spec_helper.rb try loading app config in spec_helper to prevent bad fixtures from being generated 2012-01-13 23:15:32 -08:00