# Could not download registries Julia 1.7.2

**URL:** https://discourse.julialang.org/t/could-not-download-registries-julia-1-7-2/76062
**Category:** General Usage
**Tags:** package, registry
**Created:** [February 9, 2022, 7:27am UTC](https://discourse.julialang.org/t/could-not-download-registries-julia-1-7-2/76062 "2022-02-09T07:27:22Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![HerAdri](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/heradri/32/5816_2.png) [@HerAdri](https://discourse.julialang.org/u/HerAdri)
#### Post date: [February 9, 2022, 7:27am UTC](https://discourse.julialang.org/t/could-not-download-registries-julia-1-7-2/76062/1 "2022-02-09T07:27:22Z")

</div>

```julia
(@v1.7) pkg> st
  Installing known registries into `C:\Users\Hermesr\.julia`
┌ Warning: could not download https://pkg.julialang.org/registries
│ exception = schannel: failed to receive handshake, SSL/TLS connection failed while requesting https://pkg.julialang.org/registries
└ @ Pkg.Registry C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.7\Pkg\src\Registry\Registry.jl:82
┌ Warning: could not download https://pkg.julialang.org/registries
│ exception = schannel: failed to receive handshake, SSL/TLS connection failed while requesting https://pkg.julialang.org/registries
└ @ Pkg.Registry C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.7\Pkg\src\Registry\Registry.jl:82
     Cloning registry from "https://github.com/JuliaRegistries/General.git"
ERROR: failed to clone from https://github.com/JuliaRegistries/General.git, error: GitError(Code:ERROR, Class:OS, failed to send request: The connection with the server was terminated abnormally
)

(@v1.7) pkg>
```
