Re: SSL protocol via custom module?
- From: "Sisyphus" <sisyphus1@xxxxxxxxxxxxxxxxx>
- Date: Sat, 5 Aug 2006 11:03:34 +1000
<petesouthwest@xxxxxxxxxxx> wrote in message
..
..
The shopping cart scripts appear to post the information by calling a
function
::HTTPS_SendAndReceive('www.xxxx.com', 443,
'/xxx.dll/apc/apc', $sPostedData, 'POST', $::TRUE, $ssl_socket);
Seems a reasonable guess that this is going to send and receive via port
443. If that port is being blocked by the ISP, then it also seems reasonable
to assume that command will not work.
In which case you need to get the ISP to either unblock that port, or have
the script specifiy a different (unblocked) port.
Cheers,
Rob
.
- References:
- SSL protocol via custom module?
- From: petesouthwest
- SSL protocol via custom module?
- Prev by Date: Re: SSL protocol via custom module?
- Next by Date: Re: SSL protocol via custom module?
- Previous by thread: Re: SSL protocol via custom module?
- Next by thread: Re: SSL protocol via custom module?
- Index(es):
Relevant Pages
|