I am developing the CT-e 3.0 and the NF-e 4.0, in which it cites the need to change the security protocol from SSL to TLS 1.2 with the deadline of 04/02/2018.
In the receiving webservice you have no information about the protocols, the documentation of both (CT-e and NF-e) leaves the changes that are necessary a bit vague.
The application is developed in C # and VB.NET.
Because of this, I searched for implementations on the internet, arriving at the following implementation: ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 Or SecurityProtocolType.Ssl
Even though we implemented this, we did not have any differences, and we were not able to run the test either to see if this change is to be made or whether the change should also be made to a digital certificate and / or chain of certificates.
Would you like to be sure that these changes are only needed?
If you have something else to implement you would like the contribution of the community.
NOTE: We use Certificate A1 and A3.