Link copiato negli appunti
Grazie al seguente script, è possibile stabilire se il server su cui si eseguono le operazioni è sicuro oppure no.
<%
strSsl = Request.ServerVariables("HTTPS")
response.write "Stato server SSL: " & strSsl
%>
<%
strSsl = Request.ServerVariables("HTTPS")
response.write "Stato server SSL: " & strSsl
%>
<%
strSsl = Request.ServerVariables("HTTPS")
response.write "Stato server SSL: " & strSsl
%>
Grazie al seguente script, è possibile stabilire se il server su cui si eseguono le operazioni è sicuro oppure no.
<%
strSsl = Request.ServerVariables("HTTPS")
response.write "Stato server SSL: " & strSsl
%>