On Sat, Jan 05, 2008 at 11:32:44AM +1100, Robert Leftwich wrote: -> I'm using wsgi_intercept to do some in-process twill testing of a pylons -> app. Everything is working fine, except when testing any process flow -> that results in internal https links (e.g. signin, password changing, -> account management etc). A quick look at the code suggests that the -> PatchedMechanizeBrowser does not support https, but I thought I'd check -> with the list to see if I'm on the right track and if someone else has -> tackled this?
Hi Robert, mechanize and twill both handle https; the problem almost certainly lies within wsgi_intercept. I'm not sure how to patch it to support https, or even what would be required or if it's possible. Kumar? cheers, --titus _______________________________________________ twill mailing list [email protected] http://lists.idyll.org/listinfo/twill
