Try our conversational search powered by Generative AI!

Addons via proxy

Vote:
 

How on earth do i configure my proxy in s a way that addons-manager works? We have about 14 sites with the same proxy settings, and everything works great, exept addons.

The error i get is this:

Exception details: NotSupportedException: The ServicePointManager does not support proxies with the https scheme.

The config is as simple as this:

   
     
   

The site itself communicates just fine via proxy, eg. for retreiving RSS.

#90861
Sep 19, 2014 11:28
Vote:
 

Did you figure this out?

#91372
Oct 03, 2014 12:26
Vote:
 

I would be interested as well, we have been getting the same error and we have a HTTP proxy defined.

#112633
Nov 03, 2014 0:29
Vote:
 

No, i didn't solve this.. yet.

#116077
Jan 22, 2015 16:16
Vote:
 

Think this is a bug in the code thats calling the addon store over https.

"System.Net does not support https connections to a proxy server.  We will tunnel an https request through a proxy to the destination host, but will not connect via SSL to a proxy server.  

https://social.msdn.microsoft.com/Forums/en-US/86d9f032-1c75-4047-9d46-269e8b724e39/getting-error-the-servicepointmanager-does-not-support-proxies-of-https-scheme

#116080
Jan 22, 2015 17:10
Vote:
 

Hi!

I have not looked into the actual problem with proxies and HTTPS but I wanted to make sure that you have read the information that you can now install and manage add-ons from Visual Studio: http://world.episerver.com/articles/Items/2-important-improvements-for-managing-addons-in-episerver/. Though we still support installation of most add-ons through the user interface, our gut feeling is that most developers want to control the add-ons as regular Nuget packages, at least for production environments.

#116095
Jan 23, 2015 7:46
Vote:
 

The only solution seems to be bypassing the proxy, allowing the server to communicate directly with internet through its default gateway. This is not a desirable solution at all and it's lowering the security a lot on the webservers. It's a shame it has to be this way when the rest of EPiServer works through proxy.

#116098
Jan 23, 2015 9:08
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.