API https certificate not valid

Hi,

I'm trying to write an tool that access the flukso api.
I can access the data through my browser, but i get an certificate error that i can bypass.
The silverlight framework doesnt allow bypassing the certificate error.
Are there any plans to fix the certificate problem?

Thanks

icarus75's picture

You can find the Flukso public root cert that works for api.flukso.net at [1]. This one is not part of your web browser's standard bundle of root certs. So if you would like to have the api work with zero conf, then use the URL path in [2] for accessing the api instead.

PS: Please refrain from auto-polling the api in less than 5min intervals.

[1] http://www.flukso.net/files/ssl/certs/flukso.ca.crt
[2] https://www.flukso.net/api/sensor/...

Cheers,
-Bart.