Jump to content

Mohammed Badran

Approved members
  • Posts

    1
  • Joined

  • Last visited

About Mohammed Badran

Mohammed Badran's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hello, I am working on Revive ad server system and i was able to create API to fetch all required data from revive, i installed pear with xml_rpc2 library to make the connection and it is working fine locally on my local host, now when i tried to connect to Revive system on the client side using the 'HTTPS' protocol it gives me the following error : Warning! : (Revive AdServer) Exception #105 : XML error: Invalid document end at line 1 i am using the following code : XML_RPC2_Client::create( 'https:// the link /www/api/v2/xmlrpc/', options array ); ps: i changed the option 'sslverify' to false inside options array can anybody tell me how to fix this issue? again i was able to make the connection locally and it is working fine, also on test account with 'http' working fine, but with 'https' domain it is not working, is it something required on the server? or missing from my side? or something else? Thank you very much.
×
×
  • Create New...