Jump to content

hostforweb

Retired Forum Member
  • Posts

    6
  • Joined

  • Last visited

Everything posted by hostforweb

  1. Hello, after calling getclientdetails API, i receive back a response in xml format with password as value. I would like to compare that hashed password with a password that customer entered on a login form. I tried encryptpassword and decryptpassword API calls, but they don't seem to be doing what i expected them to do. Please advise on how to check user password. I am integrating a number of system together, with WHMCS being the login gateway.
  2. Hello, problem solved! http://unitstep.net/blog/2009/05/05/using-curl-in-php-to-access-https-ssltls-protected-sites/ curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false)
  3. a quick update where BILLING_URL is https://BILLING_URL i get that error: [Fri Mar 12 16:16:52 2010] [error] mod_ssl: SSL handshake interrupted by system [Hint: Stop button pressed in browser?!] (System error follows) [Fri Mar 12 16:16:52 2010] [error] System: Connection reset by peer (errno: 104) but if i do just http://BILLING_URL API works fine.
  4. Hello, I am seeing an error like this: [Fri Mar 12 16:15:22 2010] [error] System: Connection reset by peer (errno: 104) [Fri Mar 12 16:15:55 2010] [error] mod_ssl: SSL handshake failed (BILLING_URL:443, client aaa.bbb.ccc.ddd) (OpenSSL library error follows) [Fri Mar 12 16:15:55 2010] [error] OpenSSL: error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca [Fri Mar 12 16:16:52 2010] [error] mod_ssl: SSL handshake interrupted by system [Hint: Stop button pressed in browser?!] (System error follows) [Fri Mar 12 16:16:52 2010] [error] System: Connection reset by peer (errno: 104)
  5. Hello, that is great, however, what is the code that authenticates user against the database? or is that taken care of by api.php?
  6. Hello, Is there a way to get all of the products in the system? this http://wiki.whmcs.com/API:Get_Clients_Products will return all the products for a particular client. However how do i associate , <pid>17</pid> with products in the database ?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated