[lxml-dev] Failure with custom resolvers and relative xsl:import
Stefan Behnel
stefan_ml at behnel.de
Tue Aug 19 12:38:25 CEST 2008
John Lovell wrote:
> If you find a currently maintained pure Python way to add SSL, please
> let us know.
Hmmm, isn't it enough to use a custom resolver to intercept only
"https://..." requests (return None for everything else) and to redirect
them to your preferred Python HTTPS client library?
I'm not sure implementing this directly in lxml makes sense, as it
wouldn't allow using certificates and these things. But it shouldn't be
too hard to do on your own.
Stefan
More information about the lxml-dev
mailing list