Results 1 to 2 of 2

Thread: Connection refused to http.kali.org

  1. #1
    Join Date
    2013-Mar
    Location
    Oklahoma
    Posts
    1

    Connection refused to http.kali.org

    I am attempting to up Kali from v 1.x to v 2.0
    I am getting connection refused. I have checked with my Network Team and have been assured that my server has full access to the the internet and does NOT pass through a proxy or any other device other than our firewall which has a rule to allow anything from my machine.

    Has anyone else seen this and gotten past it?


    My sources list

    cat sources.list
    deb http://http.kali.org/kali sana main non-free contrib
    deb http://security.kali.org/kali-security/ sana/updates main contrib non-free


    Any I get this error trying to update

    apt-get update
    Err http://http.kali.org sana Release.gpg
    Could not connect to http.kali.org:80 (192.99.200.113). - connect (111: Connection refused)
    Err http://security.kali.org sana/updates Release.gpg
    Could not connect to security.kali.org:80 (192.99.200.113). - connect (111: Connection refused

  2. #2
    Join Date
    2015-Oct
    Location
    Switzerland
    Posts
    33
    Hi there

    It might be a key based problem. Thry this:
    apt-key adv --keyserver hkp://keys.gnupg.net --recv-keys 7D8D0BF6
    Otherwise you might expand your sources.list as following:
    deb http://http.kali.org/ /kali main contrib non-free
    deb http://http.kali.org/ /wheezy main contrib non-free
    deb http://http.kali.org/kali kali-dev main contrib non-free
    deb http://http.kali.org/kali kali-dev main/debian-installer
    deb-src http://http.kali.org/kali kali-dev main contrib non-free
    deb http://http.kali.org/kali kali main contrib non-free
    deb http://http.kali.org/kali kali main/debian-installer
    deb-src http://http.kali.org/kali kali main contrib non-free
    deb http://security.kali.org/kali-security kali/updates main contrib non-free
    deb-src http://security.kali.org/kali-security kali/updates main contrib non-free
    regards, reidamaxia

Similar Threads

  1. Replies: 0
    Last Post: 2020-09-16, 02:11
  2. Kali won't update - connection refused.
    By aaronouthier in forum TroubleShooting Archive
    Replies: 4
    Last Post: 2020-07-30, 19:24
  3. SSH connection refused | Kali linux | raspberrypi0w otg
    By Maskiert in forum TroubleShooting Archive
    Replies: 7
    Last Post: 2019-09-28, 22:48
  4. Cannot Update Kali - 111: Connection Refused
    By Hamster in forum TroubleShooting Archive
    Replies: 4
    Last Post: 2016-07-22, 11:43

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •