Re: [Mono-list] Mono, C#, RaspberryPi2 and MS Azure

2016-02-05 Thread Edward Ned Harvey (mono)
Well, the one thing that's clear is "Invalid certificate received from server." You said it works on other systems, so most likely there isn't an *actual* problem with the certificate, so the question is why mono on the pi is rejecting it. Can you print the URL? From another system, we can conn

Re: [Mono-list] Mono, C#, RaspberryPi2 and MS Azure

2016-02-04 Thread myusername
I ran mozroots which copied 140 certificates to my raspberryPi and also certs-sync which copied 3. I cannot find the certificates directory to physically confirm they are there but Im still getting the same error. If I cant fix this Im going to have to switch from linux-raspbian to Win IOT Core and

Re: [Mono-list] Mono, C#, RaspberryPi2 and MS Azure

2016-02-04 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of myusername > > Looks like you're getting TlsException, when fetching from the https server. Most likely this means you don't have an

[Mono-list] Mono, C#, RaspberryPi2 and MS Azure

2016-02-03 Thread myusername
Hi, Im trying to download blobs from Azure using my Respberry Pi and Raspbian Jessie. The code is solid, it works fine on my desktop. It appears that mono does not have azure assemblies capability, but I read that you can use mono to access azure so I'm wondering if Im making a mistake? My code: