Hello @DEEPAK KUMPALA ,
on the server side.
You mean Server side is the IoT Hub, right?
IoT Edge devices can be configured to use TLS 1.2 when communicating with IoT Hub. For this purpose, use the IoT Edge documentation page.
Azure IoTHub TLS 1.2 enforcement available in select regions as of Dt: 9/2/2022
To enable TLS 1.2 enforcement, I hope you have already done this step....!
ARM template Link
The minTlsVersion property is read-only and cannot be changed once your IoT Hub resource is created. It is therefore essential that you properly test and validate that all your IoT devices and services are compatible with TLS 1.2 and the recommended ciphers in advance.
TLS configuration for SDK and IoT Edge
Also see SslProtocols