• Resolved jd12345

    (@jd12345)


    Hi,

    is there any http proxy support for weglot? WordPress and other plugins work fine with http proxy, but weglot wants to connect directly to cdn.weglot.com. So the website is slow due to timeout. Internet access on my server is only possible through the http proxy.

    Best regards

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Edson Galina Fortes

    (@glx77)

    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

    Plugin Contributor Edson Galina Fortes

    (@glx77)

    Hi @jd12345 ,
    do you still facing your issue ?

    Regards

    Thread Starter jd12345

    (@jd12345)

    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

    Plugin Contributor Edson Galina Fortes

    (@glx77)

    Hi @jd12345 ,

    so if in your wp-config you add define( ‘WP_PROXY_BYPASS_HOSTS’, ‘localhost,cdn.weglot.com’ ) it’s not working ?

    Regards

    Thread Starter jd12345

    (@jd12345)

    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

    Plugin Contributor Edson Galina Fortes

    (@glx77)

    Hi @jd12345 ,
    a new release is avalaible, can you tell me if it fix your issue ?

    Regards

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘weglot http proxy support’ is closed to new replies.