Hi @jd12345 ,
hope you’re fine ? Sorry for the issue you facing. If you specify your proxy using wordpress definition like example below it should works :
define(‘WP_PROXY_HOST’, ‘192.168.0.1’);
define(‘WP_PROXY_PORT’, ‘3128’);
define(‘WP_PROXY_USERNAME’, ‘xxxx’);
define(‘WP_PROXY_PASSWORD’, ‘xxxxx’);
define(‘WP_PROXY_BYPASS_HOSTS’, ‘localhost’);
Let me know if it’s help
Hi @jd12345 ,
do you still facing your issue ?
Regards
Hi,
yes i still have the problem unfortunately. The proxy is defined, the config looks like your example and also wordpress updates work with the proxy server. But weglot still connects directly without proxy.
Best regards
Hi @jd12345 ,
so if in your wp-config you add define( ‘WP_PROXY_BYPASS_HOSTS’, ‘localhost,cdn.weglot.com’ ) it’s not working ?
Regards
Hi,
in my bypass list there is only localhost. But weglot bypasses the proxy though. I want weglot to use the proxy, but it doesnt work yet.
Best regards
Hi @jd12345 ,
a new release is avalaible, can you tell me if it fix your issue ?
Regards