Ehttpclient Extension

Hi,

I have been trying to connect to ssl using EHttpClient like below

	$client = new EHttpClient($url, array(


			'maxredirects' => 0,


			'timeout'      => 30,


			''));


	$client->setCookie('JESSIONID', $sessionId);


	$client->


	


	$response = $client->request();

I am getting following exception

Unable to Connect to ssl://localhost:8443. Error #0:

/home/sagar/Mobilitas/hemoclo-web/hemoclo/protected/extensions/EHttpClient/adapter/EHttpClientAdapterSocket.php(160)

Should it not be https://localhost… ?