Web Hosting Talk







View Full Version : Enom API


Steve-PWH
08-29-2002, 04:52 PM
Does Enom accept secure connections?

swede
08-30-2002, 03:20 AM
Yes

Swede

Steve-PWH
09-01-2002, 08:42 AM
using port 443?

$socket = fsockopen($host,443);

fails for me

apollo
09-01-2002, 10:52 AM
it should work (443 port). Does your script supports SSL connections?

Steve-PWH
09-01-2002, 12:50 PM
Does your script supports SSL connections?

Explain?

Does the calling script have to be running under https?

swede
09-01-2002, 04:10 PM
You have to implement ssl in your script with the use of curl, if I am not wrong.

Swede

apollo
09-01-2002, 04:50 PM
well, your script should implement SSL libraries to do crypting/decrypting in order to fully use SSL (port 443) interface...