By 17 Ottobre 2022

msxml3 – An error occurred in the secure channel support

E’ possibile che, con gli aggiornamenti di sicurezza TLS (& co) del 2022, alcune applicazioni Vbscript e Asp Classic che utilizzavano MSXML2.ServerXMLHTTP riportino l’errore:

error ‘80072f7d’  An error occurred in the secure channel support
(msxml3.dll: Errore nel supporto per il canale di protezione ) 

Se state utilizzando questo modello di chiamata : Set objXMLHTTP = CreateObject(“MSXML2.ServerXMLHTTP”) 
dovete fare un Upgrade a questo : Set objXMLHTTP = CreateObject(“MSXML2.XMLHTTP.6.0”) 

An error occurred in the secure channel support, Errore nel supporto per il canale di protezione

Posted in: Programmazione

About the Author:

shared on wplocker.com