Title: Doesn&#039;t use proxy for HTTPS requests to S3 API
Last modified: August 31, 2016

---

# Doesn't use proxy for HTTPS requests to S3 API

 *  Resolved [johnheller](https://wordpress.org/support/users/johnheller/)
 * (@johnheller)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/doesnt-use-proxy-for-https-requests-to-s3-api/)
 * I am trying to use the WP Offload S# Lite plugin, but I cannot get it to use 
   a proxy for HTTPS connections to the S3 API. I assume it uses the Amazon Web 
   Services plugin for S3 operations, and this is where the problem lies.
 * I have added the following lines to wp-config.php, and my reading of the code
   in wp-includes/class-wp-http-curl.php is that it should set the curl options 
   CURLOPT_PROXY etc. when these are set.
 *     ```
       define('WP_PROXY_HOST', 'http://myproxy');
       define('WP_PROXY_PORT', '3128');
       ```
   
 * Is there something I’m missing?
 * [https://wordpress.org/plugins/amazon-web-services/](https://wordpress.org/plugins/amazon-web-services/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [A5hleyRich](https://wordpress.org/support/users/a5hleyrich/)
 * (@a5hleyrich)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/doesnt-use-proxy-for-https-requests-to-s3-api/#post-7160641)
 * Check out [https://github.com/deliciousbrains/wp-amazon-s3-and-cloudfront/issues/310#issuecomment-191648394](https://github.com/deliciousbrains/wp-amazon-s3-and-cloudfront/issues/310#issuecomment-191648394)
 *  Thread Starter [johnheller](https://wordpress.org/support/users/johnheller/)
 * (@johnheller)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/doesnt-use-proxy-for-https-requests-to-s3-api/#post-7160816)
 * Thanks for taking the time to answer. The solution referenced there works.
 * Very much appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Doesn't use proxy for HTTPS requests to S3 API’ is closed to new replies.

 * ![](https://ps.w.org/amazon-web-services/assets/icon-256x256.png?rev=1024513)
 * [Amazon Web Services](https://wordpress.org/plugins/amazon-web-services/)
 * [Support Threads](https://wordpress.org/support/plugin/amazon-web-services/)
 * [Active Topics](https://wordpress.org/support/plugin/amazon-web-services/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/amazon-web-services/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/amazon-web-services/reviews/)

## Tags

 * [proxy](https://wordpress.org/support/topic-tag/proxy/)
 * [s3](https://wordpress.org/support/topic-tag/s3/)

 * 2 replies
 * 2 participants
 * Last reply from: [johnheller](https://wordpress.org/support/users/johnheller/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/doesnt-use-proxy-for-https-requests-to-s3-api/#post-7160816)
 * Status: resolved