[squeak-dev] all-in-one not loading the SqueakSSL plugin (or webclient + ssl not working in all-in-one)

Paul DeBruicker pdebruic at gmail.com
Wed Sep 4 14:41:22 UTC 2013


If I use the all-in-one and run

(Installer ss project: 'WebClient')
	install: 'WebClient-Core';
	install: 'WebClient-Tests'.

(Installer ss)
	project: 'SqueakSSL';
		install: 'SqueakSSL-Core';
		install: 'SqueakSSL-Tests'.

WebClient new httpGet:'https://www.google.com'

I get an "Error: primitiveSSLCreate failed"

The all-in-one ships with the SqueakSSL lib for all platforms.  But

Smalltalk listLoadedModules

does not show that it is loaded after the error happens


Is there something in how I make the all-in-one that prevents it from
loading the plugin?



Thanks

Paul


More information about the Squeak-dev mailing list