I try to use a service that needs an API connection, and everything works but the provider tells me our framework is 4.7.2 and we can't work with 1.3 and please change your protocol version from 1.3 to 1.2. How can I do this?
I asked it chat GPT and it return "Apache’s SSL configuration is usually located at /etc/apache2/sites-available/default-ssl.conf or /etc/httpd/conf.d/ssl.conf. Find the SSLProtocol directive and modify it to allow only TLS 1.2: SSLProtocol TLSv1.2 You can also verify that the server is using the correct TLS version by checking the SSL/TLS configuration with a tool like SSL Labs' SSL Test, which will show the supported TLS versions for your domain. "
I do it, restart my server, and check on this website but it still shows "This server supports TLS 1.3."