8
Views
3
Comments
ServicePointManager does not support proxies with https scheme
Application Type
Traditional Web

We're trying to consume a SOAP API via proxy URL. 

We're setting the proxy credentials first via EnhancedWebReferences extension -> SetWebReferenceProxy.


However when we run code, it is showing error:
ServicePointManager does not support proxies with https scheme.


Is there any workaround on this? as this is already non outsystems code but .Net.

2024-03-22 09-17-23
Chandra Vikas Sharma

Hi Lawrance,

you need to check your dot net side To fix the "The ServicePointManager does not support proxies of * scheme" error, check your proxy settings and ensure that you use a supported scheme, such as "http" or "https." Make sure the proxy address is properly formatted and not null or empty.

thanks

cv

UserImage.jpg
Lawrence Arielle Batuhan

the error is not pointed out by a custom extension but outsystems itself. How do you expect me to check the dot net side..

2024-03-22 09-17-23
Chandra Vikas Sharma

are you test it with postman.?

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.