Avatar

Level 4

hey guys

we're using amfphp over here to ferry backend calls back and forth. one of the methods we've created is ''getToken" to provide the Flex front end with a means of getting an authToken for our AdobeHSAuthenticator, using pretty much the method outlined in this vid tutorial:

http://flashrealtime.com/tuts/external-authentication-afcs.html

it works well, except just occasionally it throws this error:

Error: AfcsService getToken _onRemoteFault ERROR! the remote object conn. has thrown this error: (mx.messaging.messages::ErrorMessage)#0
  body = (Object)#1
  clientId = (null)
  correlationId = "EA4669A3-2872-54E9-0DEB-B015EBB8677A"
  destination = ""
  extendedData = (null)
  faultCode = "AMFPHP_RUNTIME_ERROR"
  faultDetail = "/var/www/sequoya/sequoya.wc_2009-05-08_105536/modules/afcs/vendor/afcs.php on line 566"
  faultString = "fopen(): SSL: connection timeout"
  headers = (Object)#2
  messageId = "E48D5751-7882-10F8-F96A-B015FC8F5011"
  rootCause = (null)
  timestamp = 0
  timeToLive = 0

clearly this is a AMFPHP_RUNTIME_ERROR and therefore not really your remit but just mentioning it as it might be worth someone there running the afcs.php code through amfphp to see if this is an easy fix for you.