TLS script
I was advised by my hosting company to add a script for TLS-- System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 Where would this be added to my Cloudscribe website? A portion of the log file says this:
An unhandled exception has occurred while executing the request. System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. ---> System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception. ---> System.ComponentModel.Win32Exception (0x8009030F): The message or signature supplied for verification has been altered --- End of inner exception stack trace --- at System.Net.Security.SslStream.ForceAuthenticationAsyncTIOAdapter at System.Net.Http.ConnectHelper.EstablishSslConnectionAsync(SslClientAuthenticationOptions sslOptions, HttpRequestMessage request, Boolean async, Stream stream, CancellationToken cancellationToken) --- End of inner exception stack trace ---