I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

Reply To: Using TOR

#5406
Anonymous
Inactive

Ok, solved by changing line 60 of wallets-cp.php from

const API_ENDPOINT_TOR_URL = 'https://coinpaymtstgtibr.onion/api.php';

to
const API_ENDPOINT_TOR_URL = 'http://coinpaymtstgtibr.onion/api.php';

I suppose there are no official certs that curl could verify against for onion domains.