Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tls13 (0.02 sec)

  1. ci/devinfra/docker/windows2022/Dockerfile

            $url = ('https://www.python.org/ftp/python/{0}/python-{0}-amd64.exe' -f $version); \
            Write-Host ('Downloading {0}...' -f $url); \
            [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
            (New-Object Net.WebClient).DownloadFile($url, 'C:\tmp\pyinstall.exe'); \
            \
            # Without the patch version \
            $truncatedVersion = $($version -replace '\.\d+$', ''); \
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Jan 13 18:59:55 UTC 2025
    - 10.3K bytes
    - Viewed (0)
Back to top