My domain is:
provision.domains
I ran this command:
Opened the configuration file /etc/httpd/conf.d/ssl.conf in a text editor and commented out the following line by entering "#" at the beginning of the line.
#SSLProtocol all -SSLv3
Added the following directive:
#SSLProtocol all -SSLv3
SSLProtocol -SSLv2 -SSLv3 -TLSv1 -TLSv1.1 +TLSv1.2
This directive explicitly disables SSL versions 2 and 3, as well as TLS versions 1.0 and 1.1. The server now refuses to accept encrypted connections with clients using anything except TLS 1.2. The verbose wording in the directive conveys more clearly, to a human reader, what the server is configured to do.
It produced this output:
recognized ssl cert thru port 443
The operating system my web server runs on is AL2023
My hosting provider, if applicable, is: AWS Lightsail