OneDrive / onedrive-sdk-csharp

OneDrive SDK for C#! https://dev.onedrive.com
Other
295 stars 145 forks source link

The remote certificate is invalid according to the validation procedure error when using chunked upload #237

Open themasterchiefdev opened 6 years ago

themasterchiefdev commented 6 years ago

Hi, I'm trying to upload document using the chucked upload provider. The upload is done from behind a firewall and I get an error saying "The remote certificate is invalid according to the validation procedure" Can you provide the list of URLs which need to be white listed on our firewall so that I can use the functionality please? I have already got https://api.onedrive.com/rup added to the white list.

Thanks