HEX
Server: Apache
System: Linux p3plzcpnl506847.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: slfopp7cb1df (5698090)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //opt/alt/ruby32/share/gems/gems/rest-client-2.1.0/spec/integration/capath_digicert/README
The CA path symlinks can be created by c_rehash(1ssl).

But in order for the tests to work on Windows, they have to be regular files.
You can turn them all into regular files by running this on a GNU system:

    for file in $(find . -type l); do
        cp -iv --remove-destination $(readlink -e $file) $file
    done