We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
(Installer ss project: 'WebClient') install: 'WebClient-Core'. (Installer ss) project: 'SqueakSSL'; install: 'SqueakSSL-Core'.
|response body| response := WebClient new httpGet: 'https://api.travis-ci.org/repos/SWTI2014/SWTI2014-Project-05/builds' do:[:req| req headerAt: 'User-Agent' put: 'Squeak'. req addHeader: 'Accept' value: 'application/vnd.travis-ci.2+json'. ]. body := response content. Transcript show: body
Comment in WebClient-Core>>WebClient>>sslConnect the following line:
WebClient-Core>>WebClient>>sslConnect
"stream verifyCert: self serverName."