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:22 | #3 |
Участник
|
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:32 | #4 |
Участник
|
|
|
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 |
|
15.02.2024, 12:57 | #9 |
Участник
|
The client says that they disabled TLS 1.0 in PrePROD and did not do any special setups/configs on AX side.
Miraculously AX is working fine. but .... they can't test all the processes (integrations for example) in PrePROD so the question is if they'll run into trouble upon disabling TLS 1.0 in PROD What types of jobs and processes can fail ? Are there any standard ones that can fail too? |
|
Теги |
dynamics ax 2009 |
|
|