-
Notifications
You must be signed in to change notification settings - Fork 126
Description
So I have a wordpress site installed on a vps with Virtualmin installed and the site itself is membership based but the plugin uses the default wordpress user(s) to save users so P-WP-XMLRPC should still be able to sign into the users. I'm trying to setup a Python XMLRPC server which will function as the server for Cloud Data Saving and Account Management all from my Wordpress to all of my Unity3d Games, I need to setup a function for people to get paid my sites Virtual Currency (VC) for completing ads and other things so I decided to use P-WP-XMLRPC as the client to the wordpress site from the server but it seems that it keeps reading 'Incorrect Username or Password' even if the login information is correct. I have recently redirected all wp-login to my membership-login from snippets, does this effect P-WP-XMLRPC usability? If I try to use https://localhost/xmlrpc.php than I get a error of '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:852)' returned when I try to redeem any rewards to a account with localhost. Non-HTTPS is disabled on the server so the connection must be HTTPS so the localhost error which have to be fixed to use it. I need to use XMLRPC to be able to run a code containing a 'do_action' that will transfer my VC to the appropriate WP user.