|
19.01.2024, 12:16 | #1 |
Участник
|
AX2009 and TLS
Hi
Is it possible to disable TLS 1.0 in Dynamics AX 2009 and move to TLS1.2 or 1.3? I'm a touch concerned that this article states that it's impossible https://community.dynamics.com/blogs...7-3331eefb13b8 , but I don't find any official documentation on the topic. Any help would be hugely appreciated Последний раз редактировалось Lankey; 19.01.2024 в 12:34. |
|
19.01.2024, 13:43 | #2 |
Участник
|
|
|
|
За это сообщение автора поблагодарили: Lankey (1). |
19.01.2024, 14:32 | #3 |
Участник
|
|
|
19.01.2024, 14:22 | #4 |
Участник
|
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 Последний раз редактировалось Товарищ ♂uatr; 19.01.2024 в 14:30. |
|
|
За это сообщение автора поблагодарили: Lankey (1). |
19.01.2024, 14:41 | #5 |
Участник
|
Цитата:
Сообщение от Товарищ ♂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 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); ? |
|
19.01.2024, 15:02 | #6 |
Участник
|
Цитата:
Сообщение от Lankey
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); ? 2) anywhere, but before request to an external system. This action sets up an environment and could be used once but for each AOS or a client. Последний раз редактировалось Товарищ ♂uatr; 19.01.2024 в 15:05. |
|
19.01.2024, 16:32 | #7 |
Участник
|
|
|
19.01.2024, 18:37 | #8 |
Участник
|
Sure, you can.
https://learn.microsoft.com/en-us/do...curityprotocol |
|
Теги |
dynamics ax 2009 |
|
|