We're getting the standard error message when trying to set up the UPS module.

Just looking for suggestions on settings to try.

So far we checked to see if Port 80 is open - it appears ok.

Checked the maximum weight and have that set as 150 pounds.

We ran the script "/extras/ipncheck.php" and came up with this:

IPNCHECK.PHP - Version 1.3.9

CURL RESPONSE RECEIVED - Communications OKAY
IPN TESTING - Response Received via CURL -- COMMUNICATIONS OKAY

Warning: fsockopen() [function.fsockopen]: unable to connect to ssl://www.paypal.com:443 (Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) in /home/site/public_html/extras/ipncheck.php on line 128


IPN ERROR :: Could not establish fsockopen:

Host Details = ssl://www.paypal.com:443 (1170507664) Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?

Trying again with HTTPS over 443 ...

Warning: fsockopen() [function.fsockopen]: unable to connect to https://www.paypal.com:443 (Unable to find the socket transport "https" - did you forget to enable it when you configured PHP?) in /home/site/public_html/extras/ipncheck.php on line 134


IPN ERROR :: Could not establish fsockopen:

Host Details = https://www.paypal.com:443 (1170507664) Unable to find the socket transport "https" - did you forget to enable it when you configured PHP?

Trying again directly over 443 ...

Warning: implode() [function.implode]: Invalid arguments passed in /home/site/public_html/extras/ipncheck.php on line 177

IPN TESTING - Confirmation/Validation response with fsockopen(): FAILED

Default method likely to be used for communications is: CURL, with the fallback method being FSOCKOPEN if possible.

Script finished.