I would like to distinguish between SSLv3 and TLS.
Thank you for your cooperation.
You will need to configure it, but there is a way.
You can obtain the SSL/TLS version by writing SSLOptions+StdEnvVars
in httpd.conf
or .htaccess
and $_SERVER['SSL_PROTOCOL']
in a PHP script in a valid directory.
However, SSLOptions+StdEnvVars
is a setting that affects HTTPd performance, so you should use it only
Please refer to
I also need to set it up, but there is a way.
You can obtain the SSL/TLS version by writing fastcgi_param SSL_PROTOCOL$ssl_protocol;
in nginx.conf
and setting it to $_SERVER['SSL_PROTOCOL']
in a PHP script in a valid directory.
Please refer to
If you are using mod_ssl in Apache, would it be possible to obtain it with $_ENV['SSL_PROTOCOL']
?
http://httpd.apache.org/docs/2.4/en/mod/mod_ssl.html
581 PHP ssh2_scp_send fails to send files as intended
572 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
618 Uncaught (inpromise) Error on Electron: An object could not be cloned
574 Who developed the "avformat-59.dll" that comes with FFmpeg?
915 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
© 2024 OneMinuteCode. All rights reserved.