Before I posted I did a search and the issue was resolved by viewing a YouTube video that is unavailable to me using Chrome and IE. Someone in chat referred to a fix but I did not follow the discussion.
place your computer and open it type this Code: cp rom/programs/http/pastebin pastebin Code: edit pastebin Goto line 24: Code: "http://pastebin.com/raw.php?i="..textutils.urlEncode( paste ) ... and change it to: Code: "https://pastebin.com/raw/"..textutils.urlEncode( paste ) then save and exit as you can see you need to fix more than just HTTP to HTTPS also the raw.php thing needs to be changed i was able to download pastebins again