Hi-

The embedded (limited) SSL library I'm using uses a 128 bit RC4
Cipher.  With it I can connect to https://encrypted.google.com without
any problems, but I can't seem to connect to https://api.twitter.com.
It looks like the server dumps me during the handshake process just
before all of the RSA encyrption calculations...

My guess is its an Apache SSL configuration issue-

In the mod_ssl file in Apache,
perhaps !RC4+RSA  or  !SSLv2  is set on the SSLCipherSuite line???

Or perhaps in the SSLInsecureRenegotiation directive...?

More Apache info:
http://httpd.apache.org/docs/2.0/mod/mod_ssl.html


Any help would be appreciated!

Thanks-
Andy

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

Reply via email to