FAQ/SSL-in-Izenda.md
... ...
@@ -0,0 +1,24 @@
1
+#How Does SSL Work In Izenda?
2
+
3
+[[_TOC_]]
4
+
5
+##Izenda And SSL
6
+
7
+Izenda does not have any special SSL handlers. All Izenda pages will behave the same way as all other pages on the SSL-protected site.
8
+
9
+The only extra factor is how Izenda loads internal resources. In many cases, Izenda embeds static resources into the HTML. Those resources must be downloaded first, using WebClient. There is some internal logic to make these resources accessible via HTTPS.
10
+
11
+Classes that are used to download data are all internal so there is no way to manually verify how they work. However, you can test this functionality by verifying these features work properly:
12
+
13
+* Exports to different HTML based formats
14
+* Exports of charts
15
+* Thumbnail generation and viewing
16
+* Scheduler exports
17
+
18
+If no problems arise, then this should be all that is necessary to verify no further issues with secure connections in your application.
19
+
20
+There are several settings that allow you to specify static resource URLs. These settings can also be verified to ensure expected operation:
21
+* AdHocSettings.ReportCssUrl
22
+* AdHocSettings.TabsCssUrl
23
+* AdHocSettings.ReportHeaderImageUrl
24
+* Any similar URl-related settings in the AdHocSettings class
... ...
\ No newline at end of file