O
Olex Malko
I have a library that reads web page and returns it like a string.
I use "WebRequest" class to get text of page from "https://..." URI. I set
credentials and proxy.
Everything works fine and page can be downloaded when I use my library in
console application.
But... When I use my library in ASP.NET application then I get exception
with text "Could not establish trust relationship with remote server".
What should I change to succesed?
Thank you!
I use "WebRequest" class to get text of page from "https://..." URI. I set
credentials and proxy.
Everything works fine and page can be downloaded when I use my library in
console application.
But... When I use my library in ASP.NET application then I get exception
with text "Could not establish trust relationship with remote server".
What should I change to succesed?
Thank you!