Error downloading vagrant box through vagrant up from bahmni-vagrant repo

While runnning vagrant up downloading the vagrant box fails with below error.

vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'bahmni-team/bahmni' could not be found. Attempting to find and install...
default: Box Provider: virtualbox
default: Box Version: >= 0
==> default: Loading metadata for box 'bahmni-team/bahmni'
default: URL: https://atlas.hashicorp.com/bahmni-team/bahmni
==> default: Adding box 'bahmni-team/bahmni' (v0.85) for provider: virtualbox
default: Downloading: https://atlas.hashicorp.com/bahmni-team/boxes/bahmni/versions/0.85/providers/virtualbox.box
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

GnuTLS recv error (-9): A TLS packet with unexpected length was received.
[1]+ Killed vagrant up

                                        - Posted on behalf of community member

Where you able to download the box manually using the below command

curl -O https://atlas.hashicorp.com/bahmni-team/boxes/bahmni/versions/0.85/providers/virtualbox.box

@sravanthi17 no that didn’t work either, i’m on ubuntu 16.04 btw with virtualbox 5.0 and vagrant 1.8.1 and git 2.7.4

(will try a browser download and will let ya know if that works out)

Please check if this thread helps