1848eb8dd9025f47553ec5ae4b1df861da293ac6
FAQ/SSL-in-Izenda.md
| ... | ... | @@ -2,12 +2,14 @@ |
| 2 | 2 | |
| 3 | 3 | [[_TOC_]] |
| 4 | 4 | |
| 5 | -##Izenda And SSL |
|
| 5 | +###Izenda And SSL |
|
| 6 | 6 | |
| 7 | 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 | 8 | |
| 9 | 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 | 10 | |
| 11 | +###How do I test to ensure secure connections work as expected? |
|
| 12 | + |
|
| 11 | 13 | 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 | 14 | |
| 13 | 15 | * Exports to different HTML based formats |