Host-It shared hosting returns the following code:
Paypal TLS Tester
If you see, 'PayPal_Connection_OK' below - Great, everything is OK.
If you see 'bool(false)' then it looks like there's a problem.
Test Result:
bool(false)
Error Message:
string(17) "SSL connect error"
Error Message meanings:
According to paypal the following error messages might be seen:
HTTPS – tlstest.paypal.com will return an HTTP 400 response with the following text in the body: “ERROR! Connection is not HTTPS. Please use https://tlstest.paypal.com”
HTTP/1.1 - tlstest.paypal.com will return an HTTP 400 response with the following text in the body: “ERROR! Connection is using HTTP/1.0 protocol. Please use HTTP/1.1”
TLS 1.2 (SHA-256) - An SSL connection error will be thrown by your code.
Paypal TLS Tester
If you see, 'PayPal_Connection_OK' below - Great, everything is OK.
If you see 'bool(false)' then it looks like there's a problem.
Test Result:
bool(false)
Error Message:
string(17) "SSL connect error"
Error Message meanings:
According to paypal the following error messages might be seen:
HTTPS – tlstest.paypal.com will return an HTTP 400 response with the following text in the body: “ERROR! Connection is not HTTPS. Please use https://tlstest.paypal.com”
HTTP/1.1 - tlstest.paypal.com will return an HTTP 400 response with the following text in the body: “ERROR! Connection is using HTTP/1.0 protocol. Please use HTTP/1.1”
TLS 1.2 (SHA-256) - An SSL connection error will be thrown by your code.
Comment