03/06/2027 MANMOG Version 3.0.5 Correccion en tsNotificacionesClient

This commit is contained in:
2026-06-03 12:43:54 +02:00
parent 840c215d28
commit 81e1443ac5
3 changed files with 6 additions and 3 deletions

View File

@@ -27,6 +27,8 @@ Public Class TsNotificacionesClient
' ============================
' CARGAR CONFIGURACIÓN
' ============================
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12
ServicePointManager.ServerCertificateValidationCallback = Function(sender, cert, chain, sslPolicyErrors) True
Dim apiUrl As String = ConfigurationManager.AppSettings("TsNotificaciones.ApiUrl")
Dim idAplicacion As Integer = Integer.Parse(ConfigurationManager.AppSettings("TsNotificaciones.IdAplicacion"))
Dim aplicacion As String = ConfigurationManager.AppSettings("TsNotificaciones.Aplicacion")