Can't get on Secure Sites

  • Thread starter Thread starter ralf
  • Start date Start date
R

ralf

I cant get on any HTTPS sites. XP says "page not available"

What setting to change that would let me on those pages?
thanks
 
ralf said:
I cant get on any HTTPS sites. XP says "page not available"

What setting to change that would let me on those pages?
thanks

You have to re-register the following dll's at the command prompt (cmd).

If you have SP2, you can do it all in one go:

Start>Run cmd [enter]
iexplore.exe /rereg [enter]

Without SP2:

Start>Run cmd [enter]
regsvr32 mshtml.dll [enter]

Click OK when you get the message that DLLRegisterServer in FileName
succeeded and type "exit" to quit cmd.

Repeat the same with:

regsvr32 mshtmled.dll
regsvr32 urlmon.dll
regsvr32 softpub.dll
regsvr32 wintrust.dll
regsvr32 initpki.dll
regsvr32 dssenh.dll
regsvr32 rsaenh.dll
regsvr32 gpkcsp.dll
regsvr32 sccbase.dll
regsvr32 slbcsp.dll
regsvr32 cryptdlg.dll

More information about this:

Troubleshooting Secure Site (WinXP/IE6 SP2)
http://support.microsoft.com/?kbid=870700

Troubleshooting Secure Sites (WinXP/IE6 SP1)
http://support.microsoft.com/default.aspx?scid=kb;en-us;813444

Sandi's Secure Sites Page (MVP Sandi Hardmeier)
http://inetexplorer.mvps.org/ie_2.html


Malke
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top