Outbound SSL connection from Node

I am trying to connect from Node to a server that is using SSL. The connection works when I connect to a test server, but not the live server I need to connect to.

Does anyone know if Node requires some sort of configuration to support outbound connections?

Thanks

I upgraded node to 0.8 and this started working.