Scenario: installazione Reporting Services 2008 su Windows Server 2008 64 bit
L'installazione va a buon fine, i reporting funzionano regolarmente, vedo l'applicazione web "/Reports" ma il report manager ("/ReportServer") mi va in errore:
"The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.
The remote certificate is invalid according to the validation procedure."
In pratica mi viene detto che è impossibile stabilire una connessione SSL verso il server. Ma io non l'ho chiesta, nè, per ora, mi serve ... :-)
Andando a vedere il file di configurazione del report server, ovvero il file rsreportserver.config (nella cartella ReportServer, ad esempio C:\Program Files\Microsoft SQL Server\MSRS10.SQL08\Reporting Services\ReportServer), trovo che è stato installato con modalità SSL di default.
E' bastato modificare il parametro SecureConnectionLevel a zero e tutto ha funzionato, ovvero:
Chiave installata:
<Add Key="SecureConnectionLevel" Value="3"/>
Chiave modificata:
<Add Key="SecureConnectionLevel" Value="0"/>