Hate to bother y'all..

  1. #1
    Sixty is offline Newbie

    Hate to bother y'all..

    Even though that's what you're here for, huh?

    Anyhow, recently my computer has spazzed and not allowed me to go to secure sites. [ie, bank accounting and hotmail accounts] Thinking a virus or spy-/adware was to blame, a new anti-virus program [EZArmor] and a new spy-/adware removal prograrm [Webroot's Spy Sweerp] were obtained, installed, and run. All traces of spy-/adware and viruses that could be found were deleted. Still had the issues. So, I went to Cameron [I believe he's a member here] for help and advice. He recommended HijackThis, which I ran and then posted my log here. 3 logs later, my computer is clean as a whistle [with huge thanks due to Tyler for this] and immensely relieved off unnecessary and irritating programs, freeing up a lot of space in the process. Sadly, though, I've still the issues with not being able to access https:// sites. Any help, please?


  2. #2
    imported_jazzman is offline Elite Member
    Solution 1
    Make sure your System Date and Time are correct.

    Solution 2
    Clear out the Temporary Internet Files by:

    Open IE
    Click on Tools
    Internet Options
    On the General Tab
    Click Delete Files in the "Temporary Internet Files" section
    Tick Delete all Offline Content
    Click ok

    Solution 3
    Make sure your cipher strangth is 128bit, Open IE and click on Help > About. If Cipher strength is below 128bit then do the following.

    Go to http://www.microsoft.com/windows/ie/downloads/recommended/128bit/default.mspx and download the High Encryption Pack.

    If you receive an error while installing the Encryption Pack then visit http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q232012

    Solution 4
    Configure the security settings for the Trusted sites zone in Internet Explorer. To do this, follow these steps:
    In Internet Explorer, on the Tools menu, click Internet Options, and then click the Security tab.
    Click Trusted sites, and then click Default Level.

    Add the SSL Secured (128-Bit) Web site to the Trusted sites zone. To do this, click Sites, type the URL of the site in the Add this Web site to the zone box, click Add, click OK, and then click Apply.

    Clear the Secure Sockets Layer (SSL) state and AutoComplete history. To do this, follow these steps:
    Click the Content tab.
    Under Certificates, click Clear SSL State.
    Click OK when you receive the message that the SSL cache was successfully cleared.

    Under Personal information, click AutoComplete.
    Under Clear AutoComplete history, click Clear Forms, and then click OK when you are prompted to confirm the operation.
    Click Clear Passwords, click OK when you are prompted to clear all previously saved passwords, and then click OK two times.

    Verify that Internet Explorer is configured to use SSL 2.0 and SSL 3.0. To do this, follow these steps:
    Click the Advanced tab.
    Under Security in the Settings box, select the Use SSL 2.0 and Use SSL 3.0 check boxes (if they are not already selected), and then click OK.

    Solution 5
    Open Notepad
    Copy the Text below into the blank document
    Save the file as IEfix2.cmd
    Run the IEfix2.cmd file

    Restart your machine.

    ********Copy Below this Line*********
    net start cryptsvc
    regsvr32 softpub.dll /s
    regsvr32 wintrust.dll /s
    regsvr32 initpki.dll /s
    regsvr32 dssenh.dll /s
    regsvr32 rsaenh.dll /s
    regsvr32 gpkcsp.dll /s
    regsvr32 sccbase.dll /s
    regsvr32 slbcsp.dll /s
    regsvr32 cryptdlg.dll /s
    regsvr32 Shdocvw.dll
    regsvr32 Shell32.dll
    regsvr32 Oleaut32.dll
    regsvr32 Actxprxy.dll
    regsvr32 Mshtml.dll
    regsvr32 Urlmon.dll
    regsvr32 Msjava.dll
    regsvr32 Browseui.dll
    ********Copy Above this Line*******

    Solution 6
    Make sure the following registry Keys and Values exist, you can do this by opening the registy editor (Start > Run > Regedit > Ok).

    HKLM\SOFTWARE\Classes\Interface\{00020400-0000-0000-C000-000000000046}
    Name: (Default)
    Value: IDispatch
    HKLM\SOFTWARE\Classes\Interface\{00020400-0000-0000-C000-000000000046}\ProxyStubClsid
    Name: (Default)
    Value: {00020420-0000-0000-C000-000000000046}
    HKLM\SOFTWARE\Classes\Interface\{00020400-0000-0000-C000-000000000046}\ProxyStubClsid32
    Name: (Default)
    Value: {00020420-0000-0000-C000-000000000046}

    Use Registry Editor to remove the following registry key:
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l\SecurityProviders\Schannel

    NOTE: This registry key is rebuilt when you start Internet Explorer.
    http://www.tek-tips.com/faqs.cfm?fid=5311

  3. #3
    Vidster D-A-L Guest
    What Firewall are you using Sixty? and have you checked all the security settings?
    Here is a tip i found on the internet as well:
    1. Click Start.
    2. Click Run.
    3. Type regsvr32 softpub.dll
    4. Click OK. A pop-up should display with the message Dll Register Server in softpub.dll Succeeded.
    5. Click OK.
    Try deleting your cookies and temporary internet files as well.
    Let us know if this doesn't work
    [EDIT] *Must learn to type faster* :rofl:

  4. #4
    Tyler D-A-L Guest
    You both beat me :bawling:

  5. #5
    Sixty is offline Newbie
    I did everything you said, Jazzman, up until that last one. For one, there's no folder HKLM at all. That, and I'm not sure I understand what you're wanting me to remove... the entire folder SChannel?

    I also followed Vidster's advice. No go for everything I tried.

  6. #6
    Tyler D-A-L Guest
    Quote Originally Posted by Sixty
    I did everything you said, Jazzman, up until that last one. For one, there's no folder HKLM at all. That, and I'm not sure I understand what you're wanting me to remove... the entire folder SChannel?

    I also followed Vidster's advice. No go for everything I tried.
    You will need to go to start run regedit, then follow that advice. But Jazzman already said that!

  7. #7
    Sixty is offline Newbie
    I did. There's
    HKEY_CLASSES_ROOT
    HKEY_CURRENT_USER
    HKEY_LOCAL_MACHINE
    HKEY_USERS
    HKEY_CURRENT_CONFIG

    Unless of course I managed to somehow open the wrong program..

    Oh, I forgot to answer your question, Jazzman. I was running Norton Personal Firewall, until this happened. I believe it stopped working due to this problem, considering they happened at practically the same moment.

  8. #8
    imported_jazzman is offline Elite Member
    Quote Originally Posted by Tyler
    You both beat me :bawling:
    lol!

  9. #9
    imported_jazzman is offline Elite Member
    Quote Originally Posted by Sixty
    I did everything you said, Jazzman, up until that last one. For one, there's no folder HKLM at all. That, and I'm not sure I understand what you're wanting me to remove... the entire folder SChannel?

    I also followed Vidster's advice. No go for everything I tried.
    HKLM=HKey_Local_Machine....

  10. #10
    imported_jazzman is offline Elite Member
    Quote Originally Posted by Sixty
    I did everything you said, Jazzman, up until that last one. For one, there's no folder HKLM at all. That, and I'm not sure I understand what you're wanting me to remove... the entire folder SChannel?

    I also followed Vidster's advice. No go for everything I tried.
    yes, entire folder

+ Reply to Thread
Page 1 of 3 1 2 3 LastLast