Filip Hanik - Dev Lists wrote:

The scenario we are trying to achieve is this:
<Connector port="8443" scheme="https" secure="true" SSLEnabled="false"/>


How will in that case behave:
<Connector port="8443" scheme="https" secure="false" SSLEnabled="false"/>
<Connector port="8443" scheme="https" secure="true" SSLEnabled="false"/>
<Connector port="8443" scheme="https" secure="false" SSLEnabled="true"/>
<Connector port="8443" scheme="https" secure="true" SSLEnabled="true"/>

Please explain for each case.

Regards,
Mladen.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to