Net Registry now offer Dedicated SSL and if you have this you may need to make the following to get it to work with the Gateway.

On line 218 change:
curl_setopt($curl, CURLOPT_SSLVERSION, 2);

To:
curl_setopt($curl, CURLOPT_SSLVERSION, 3);

That's all.

Full Package attached.

More...