Тема: AX2009 and TLS
Показать сообщение отдельно
Старый 19.01.2024, 14:41   #5  
Lankey is offline
Lankey
Участник
 
54 / 13 (1) ++
Регистрация: 19.05.2020
Цитата:
Сообщение от Товарищ ♂uatr Посмотреть сообщение
Hey. We are using server's command: System.Net.ServicePointManager::set_SecurityProtocol(System.Net.SecurityProtocolType::SystemDefault); // exactly "default", this value recommended by MS
and yeah AOS' .net framework version to use 1.2/1.3 should be increased via the configuration change.
https://learn.microsoft.com/en-us/do...ntext-switches
Sorry, I'm a bit confused:
1) When you are talking about the configuration change , do you mean that you use the same config file that was given in the S.Kuskov's post above?
2) Where do you use System.Net.ServicePointManager::set_SecurityProtocol(System.Net.SecurityProtocolType::SystemDefault); ?