gesman / bitcoin-payments-for-woocommerce

Bitcoin Payments for WooCommerce is a Wordpress plugin that allows you to accept payments in bitcoins for physical and digital products at your WooCommerce-powered online store.
31 stars 37 forks source link

Does not work with proxy #10

Open Ashaman- opened 8 years ago

Ashaman- commented 8 years ago

Configuring wordpress so that outbound connections are only possible through a proxy, with the proxy defined in wp-config.php, breaks this plugin. It ignores the proxy setting in wordpress, and attempts to connect to blockchain.info/blockexplorer.com/bitcoinway.com directly. At least those are the ones I found after digging through the code so I could make custom firewall rules to allow the traffic.

gesman commented 8 years ago

Plugin needs the connect to different blockchain services to pull data about Bitcoin balances to detect payments and exchange rates.

The code currently does not configured to use proxy.

On Sunday, 1 May 2016, Ashaman- notifications@github.com wrote:

Configuring wordpress so that outbound connections are only possible through a proxy, with the proxy defined in wp-config.php, breaks this plugin. It ignores the proxy setting in wordpress, and attempts to connect to blockchain.info/blockexplorer.com/bitcoinway.com directly. At least those are the ones I found after digging through the code so I could make custom firewall rules to allow the traffic.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/gesman/bitcoin-payments-for-woocommerce/issues/10