I am using the plugin on a wordpress set on one of my server localized in my university network.
My university use a proxy.
My wordpress ( in the wp-config.php ) and the server ( by "export https_proxy" ) are config for this proxy...
But somehow the plugin is still trying to communicate directly with ate.wpml.org
This cause biiiig bigg lags on the website, overall when navigating in dashbord parts, due to connexion timed out, even with having deactivated all other plugings ; ( I checked lags goes off if wpml is desactivated ).
This is definitively due to the fact wpml try to use curl directly without using our proxy ( see image joined )
The university does not agree to "open the firewall" and sadly it seems there is no way to set up a proxy in your plugin and it seems that it doesn't use the " define('WP_PROXY_HOST and define('WP_PROXY_PORT' " of wordpress wp-config.php... 🙁
Do you have any way to help with this ? a way to put a " $options[CURLOPT_PROXY] in your plugin " or anything ?