I have my own instance of SmalltalkHub running with nginx serving HTTPS in 443 and forwarding to my image that is listening with Zinc with HTTP in a particular port.�
In the CentOS 6.4 �64bits server I get a ConnectionTimeout when trying to browse any of the repositories. The same image in my mac, works without problem.�
2) I have installed�ConfigurationOfZincHTTPComponents version 2.4.3 on a Pharo 2.0
3) Doing a ZnClient new get:'
https://www.google.com' brings me (I think) the correct result
4) Doing a "ldd libSqueakSSL.so" in the VM of the server I get:
./libSqueakSSL.so: /usr/lib/libssl.so.0.9.8: no version information available (required by ./libSqueakSSL.so)
5) I am NOT using default HTTPS port, instead a different one. Anyway, I specify the correct URL in the shub repo.�
6) I do have the PharoDebug.log. I can share it if someone is interested in helping me ;)
7) The image DOES have access to internet. In fact, other http repositories DO work.�
8) there aren't any proxies behind that I am aware of.
9) VM version is:�
VM: unix - i686 - linux-gnu - NBCoInterpreter NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013
NBCogit NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013
Any ideas? Anything else I could try?
Thanks in advance,�