← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #263707]: How to use https with Jython

 

Question #263707 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/263707

    Status: Open => Answered

RaiMan proposed the following answer:
This is a Jython problem.

You should try to solve it with the Jython resources.
With 1.1.0 the bundled Jython version 2.7b3

You might use Sikuli to start an interactive pure Jython session on
command line this way:

java -cp <path-to-your>sikulix.jar org.python.util.jython

import urllib2 seems to work

... but
urllib.urlopen('https://bugs.launchpad.net/sikuli')

... produces various Java exceptions, depending on the given URL.
Since I have no experience with SSL, I cannot interpret the results.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.