2584e55b5ec5ebecf332f14ea7a42090eb17bbda
Guides/OData.md
| ... | ... | @@ -25,4 +25,10 @@ Make the following changes to **Global.asax** |
| 25 | 25 | |
| 26 | 26 | ##Using odata with the Izenda FUSION driver |
| 27 | 27 | |
| 28 | -To find out more about how to use the oData provider with Izenda FUSION, you can read [[this article|http://wiki.izenda.us/Guides/Izenda-AdHoc-Driver#Izenda-Fusion-Driver]]. |
|
| ... | ... | \ No newline at end of file |
| 0 | +To find out more about how to use the oData provider with Izenda FUSION, you can read [[this article|http://wiki.izenda.us/Guides/Izenda-AdHoc-Driver#Izenda-Fusion-Driver]]. |
|
| 1 | + |
|
| 2 | +##Certificate Errors |
|
| 3 | + |
|
| 4 | +If you are using an OData website as data source, and you are using HTTPS protocol, and you have no valid certificate on the OData website, and causes a "Remote Certificate Invalid" error, you can resolve the problem by placing the following line of code to InitializeReporting(): |
|
| 5 | + |
|
| 6 | + System.Net.ServicePointManager.ServerCertificateValidationCallback = delegate { return true; }; |
|
| ... | ... | \ No newline at end of file |