Issue 3774 in pharo: Cannot fetch content from https:// url

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 3774 in pharo: Cannot fetch content from https:// url

pharo
Status: Accepted
Owner: [hidden email]
Labels: Importance-High

New issue 3774 by [hidden email]: Cannot fetch content from https://  
url
http://code.google.com/p/pharo/issues/detail?id=3774

Url absoluteFromText: 'https://www.google.com') retrieveContents
or
HTTPSocket httpGet:'https://www.google.com'.

fail because they don't like https://. How can I get content on https:// ?

Sven:

You can't. This is a problem.

There is http://www.squeaksource.com/SqueakSSL.html

but it is not so Pharo friendly as well as incomplete (depending on your  
platform, worst for Mac OS X, less for Linux, best for Windows).



Reply | Threaded
Open this post in threaded view
|

Re: Issue 3774 in pharo: Cannot fetch content from https:// url

pharo
Updates:
        Status: Closed

Comment #1 on issue 3774 by [hidden email]: Cannot fetch content  
from https:// url
http://code.google.com/p/pharo/issues/detail?id=3774

Yes, SSL is not there yes. I added this to the wishlist:  
http://code.google.com/p/pharo/wiki/IdeasToImplement