From 81e1443ac5eb2dd27025f9d81f20c749a90352a7 Mon Sep 17 00:00:00 2001 From: manuel Date: Wed, 3 Jun 2026 12:43:54 +0200 Subject: [PATCH] 03/06/2027 MANMOG Version 3.0.5 Correccion en tsNotificacionesClient --- Baget/Aplicacion.nuspec | 2 +- My Project/AssemblyInfo.vb | 5 +++-- tsNotificacionesClient.vb | 2 ++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Baget/Aplicacion.nuspec b/Baget/Aplicacion.nuspec index 2327691..c66668a 100644 --- a/Baget/Aplicacion.nuspec +++ b/Baget/Aplicacion.nuspec @@ -2,7 +2,7 @@ tsl5 - 3.0.4 + 3.0.5 Tecnosis Tecnosis false diff --git a/My Project/AssemblyInfo.vb b/My Project/AssemblyInfo.vb index 2526b62..93253ec 100644 --- a/My Project/AssemblyInfo.vb +++ b/My Project/AssemblyInfo.vb @@ -31,10 +31,11 @@ Imports System.Runtime.InteropServices ' mediante el asterisco ('*'), como se muestra a continuación: ' - - + + ' Modificaciones: ' =============== +' 03/06/2027 MANMOG Version 3.0.5 Correccion en tsNotificacionesClient ' 14/05/2026 MANMOG Version 3.0.4 Actualización de .nuspec para que incluya dependencias externas \ No newline at end of file diff --git a/tsNotificacionesClient.vb b/tsNotificacionesClient.vb index 293e812..54afc1b 100644 --- a/tsNotificacionesClient.vb +++ b/tsNotificacionesClient.vb @@ -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")