When using SSL within a VoiceXML application, make sure that your Uniform Resource Identifier (URI) references begin with "https://..." (rather than simply http://...).
You can use https://... for some or all of the URI references in your application. But because using secure URIs (https://...) for references can impair system performance, Avaya recommends that you use it only for those URIs where secure transmission of data is required. For other URIs, it is allright to use http://...
You can also define your XML tags in such a way that only certain tags make use of the https://... URI. For example, you might require that only data passed to a sub-dialog tag be transported using SSL. In this case, the use of the sub-dialog tag might look like the following:
<subdialog src="https://...>
This would cause any data passed to the <subdialog> tag to use https://... references. All other URI references in the application, then, would use http://...