RE: CFC, PHP and SSL

2006-02-14 Thread Kevin Aebig
You have a an error within your php script. Does your server have cURL
installed on it? Are you using a third-party library for PHP to do the
invoking?

Cheers,

Kevin

-Original Message-
From: Tony Hicks [mailto:[EMAIL PROTECTED] 
Sent: February 14, 2006 2:16 PM
To: CF-Talk
Subject: CFC, PHP and SSL

In a previous thread, I mentioned a cfc that I am building.

The CFC works great but its having issues when called to the secure server
from a php script... It returns a warning and the return value but it is
very problematic.

A little bit of Googling has turned up nothing on this error and there's
nothing very specific about it... I'm hoping that someone has seen similar
errors from cf, php, asp, etc and can tell me if the problem is on my end,
theirs, or in-between and what exactly the problem is.

The PHP Warning is
PHP Warning:  SoapClient::__doRequest(): SSL: fatal protocol error in
[filename] at [line #]




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232242
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFC, PHP and SSL

2006-02-14 Thread Kevin Aebig
Are you running PHP5 with the SoapClient extension properly installed?

!K

-Original Message-
From: Tony Hicks [mailto:[EMAIL PROTECTED] 
Sent: February 14, 2006 2:16 PM
To: CF-Talk
Subject: CFC, PHP and SSL

In a previous thread, I mentioned a cfc that I am building.

The CFC works great but its having issues when called to the secure server
from a php script... It returns a warning and the return value but it is
very problematic.

A little bit of Googling has turned up nothing on this error and there's
nothing very specific about it... I'm hoping that someone has seen similar
errors from cf, php, asp, etc and can tell me if the problem is on my end,
theirs, or in-between and what exactly the problem is.

The PHP Warning is
PHP Warning:  SoapClient::__doRequest(): SSL: fatal protocol error in
[filename] at [line #]




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232243
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFC, PHP and SSL

2006-02-14 Thread Tony Hicks
Well its not my script, its a partner site trying to invoke the script... So
it will take some time to get back to you but I'll forward the message to
their developer. Thanks!

On 2/14/06, Kevin Aebig [EMAIL PROTECTED] wrote:

 You have a an error within your php script. Does your server have cURL
 installed on it? Are you using a third-party library for PHP to do the
 invoking?

 Cheers,

 Kevin

 -Original Message-
 From: Tony Hicks [mailto:[EMAIL PROTECTED]
 Sent: February 14, 2006 2:16 PM
 To: CF-Talk
 Subject: CFC, PHP and SSL

 In a previous thread, I mentioned a cfc that I am building.

 The CFC works great but its having issues when called to the secure server
 from a php script... It returns a warning and the return value but it is
 very problematic.

 A little bit of Googling has turned up nothing on this error and there's
 nothing very specific about it... I'm hoping that someone has seen similar
 errors from cf, php, asp, etc and can tell me if the problem is on my end,
 theirs, or in-between and what exactly the problem is.

 The PHP Warning is
 PHP Warning:  SoapClient::__doRequest(): SSL: fatal protocol error in
 [filename] at [line #]




 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232244
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFC, PHP and SSL

2006-02-14 Thread Kevin Aebig
If they've used this with other services, it might mean that your webservice
is faulty and returning back an error page (HTML) instead of an xml soap
fault. 

I've heard of it not handling this correctly, so ask them to pull the
request with getLastResponse and let you know what they find. If anything,
it should show you what the server is choking on.

FYI and the archives:

Info on the extension (WFW):
http://www.zend.com/php5/articles/php5-SOAP.php?article=php5-SOAPkind=php5;
id=8440open=1anc=7129view=1 

Check out the following for solid SOAP kits:
http://pear.php.net/ 
http://dietrich.ganx4.com/nusoap 
http://ez.no/ 

Cheers,

Kevin

-Original Message-
From: Tony Hicks [mailto:[EMAIL PROTECTED] 
Sent: February 14, 2006 2:32 PM
To: CF-Talk
Subject: Re: CFC, PHP and SSL

Well its not my script, its a partner site trying to invoke the script... So
it will take some time to get back to you but I'll forward the message to
their developer. Thanks!

On 2/14/06, Kevin Aebig [EMAIL PROTECTED] wrote:

 You have a an error within your php script. Does your server have cURL
 installed on it? Are you using a third-party library for PHP to do the
 invoking?

 Cheers,

 Kevin

 -Original Message-
 From: Tony Hicks [mailto:[EMAIL PROTECTED]
 Sent: February 14, 2006 2:16 PM
 To: CF-Talk
 Subject: CFC, PHP and SSL

 In a previous thread, I mentioned a cfc that I am building.

 The CFC works great but its having issues when called to the secure server
 from a php script... It returns a warning and the return value but it is
 very problematic.

 A little bit of Googling has turned up nothing on this error and there's
 nothing very specific about it... I'm hoping that someone has seen similar
 errors from cf, php, asp, etc and can tell me if the problem is on my end,
 theirs, or in-between and what exactly the problem is.

 The PHP Warning is
 PHP Warning:  SoapClient::__doRequest(): SSL: fatal protocol error in
 [filename] at [line #]




 



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232246
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFC, PHP and SSL

2006-02-14 Thread Tony Hicks
Thanks a lot man, that's all very useful stuff to know.

Have a good day.


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232248
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54