Jonathan 'Arrouan' ROUZAUD-CORNABAS wrote:
>            logger.info("HTTPS RSS Feed detected host: %s" % host)
>        logger.info("HTTPS RSS Feed detected port: %s" % port)
>        from osaf.framework.certstore import ssl
>        import wx
>            """contextFactory = ssl.ClientContextFactory()"""
>            contextFactory = wx.GetApp().UIRepositoryView
>        reactor.connectSSL(host, port, factory, contextFactory)

I think you misunderstood what I said. I meant something like this:

from osaf.framework.certstore import ssl
import wx
ssl.connectSSL(host, port, factory, wx.GetApp().UIRepositoryView)

> PS: Do you know if FeedsPlugin support Authentification ?

No idea.

-- 
  Heikki Toivonen


Attachment: signature.asc
Description: OpenPGP digital signature

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Open Source Applications Foundation "chandler-dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/chandler-dev

Reply via email to