Blueway

For each of your prepared machines, run the following in your terminal, apply the suggestions if shown, the run it again, and finally send the script output to your Blueway contact for validation.

Unix

v6

curl --proto '=https' --tlsv1.2 -sSf https://blueway-requirements-checker.s3-website.fr-par.scw.cloud/www-assets/unix_v6.sh | sh

v7

curl --proto '=https' --tlsv1.2 -sSf https://blueway-requirements-checker.s3-website.fr-par.scw.cloud/www-assets/unix_v7.sh | sh

Windows

Use a powershell command line.

v6

            iwr -useb https://blueway-requirements-checker.s3-website.fr-par.scw.cloud/www-assets/windows_v6.ps1 | iex
        

v7

            iwr -useb https://blueway-requirements-checker.s3-website.fr-par.scw.cloud/www-assets/windows_v7.ps1 | iex
        

It may be necessary to call [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 in the powershell interface before launching the previous commands if you see an error like Could not create SSL/TLS secure channel.