httpd does not publish SSL_PROTOCOL to PHP

In other words, $_SERVER does not have an entry ‘SSL_PROTOCOL’.
Is that correct? My other server (BSD) happily says ‘TLSv1’.

It is because SSLOptions -StdEnvVars by default, for performance reasons.