neon SSL use with Twisted

Helge Hess me at helgehess.eu
Thu Jan 7 09:45:15 EST 2010


On Jan 7, 2010, at 15:31 , Joe Orton wrote:
> On Thu, Jan 07, 2010 at 03:08:04PM +0100, Helge Heß wrote:
>> On 07.01.2010, at 15:00, Joe Orton wrote:
>>> Does this build work with other SSL servers, or is the problem specific 
>>> to that SSL server?
>> It works fine with Apache mod_dav, so it looks like this is a problem 
>> against the Twisted server only (Darwin Calendar Server).
> 
> Does it make any difference if you disable TLS SNI, i.e.:
> 
>  ne_set_session_flag(sess, NE_SESSFLAG_TLS_SNI, 0);

No, it doesn't, already tried that.

---snip---
      /* HACK SSL */
#if !STRICT_SSL_CERTS
      ne_ssl_set_verify(sn, acceptAllCertificates, this);
#endif

      /* more hacks */
      ne_set_session_flag(sn, NE_SESSFLAG_SSLv2,   1);
      ne_set_session_flag(sn, NE_SESSFLAG_TLS_SNI, 0);
---snap---

Greets,
  Helge




More information about the neon mailing list