Overv / SteamWebAPI

Library for C# giving access to the functionality of the Steam Web API.
MIT License
173 stars 50 forks source link

SSL/TLS Certificate Error #2

Open ocbaker opened 12 years ago

ocbaker commented 12 years ago

On any request I make which is not immediately after the last one I will receive a SSL/TLS Certificate Error from the GetRequestStream() function.

I made a workaround by re-submitting the request which seems to allow it to go through. However it would be nice if it worked without having to make a second request.