SSL Alert Error - IE 6.0.2800.1106CO

G

Guest

Trying to access a webservice running under https:// from IE6 and getting the
following error:-

<html><body><b>SSL Alert</b><p>The browser and the web-site cannot
communicate securely because there are no common encr
yption algorithms.</p><p>Please try the following:</p><p>- Check the SSL
protocol settings on the browser for SSLv3/TLSv
1 protocol support.</p><p>- The secure web-site may be using high-strength
encryption algorithms(128 bit).<br> Check th
e SSL settings on your browser, if it supports high-strength encryption
algorithms.</p><p>- Upgrade your browser to late
st version.</p></body></html>

Note that SSL 2.0, 3.0 are checked in the advanced options.

Appreciate any help.
 
G

Guest

Bourne said:
Trying to access a webservice running under https:// from IE6 and getting the
following error:-

<html><body><b>SSL Alert</b><p>The browser and the web-site cannot
communicate securely because there are no common encr
yption algorithms.</p><p>Please try the following:</p><p>- Check the SSL
protocol settings on the browser for SSLv3/TLSv
1 protocol support.</p><p>- The secure web-site may be using high-strength
encryption algorithms(128 bit).<br> Check th
e SSL settings on your browser, if it supports high-strength encryption
algorithms.</p><p>- Upgrade your browser to late
st version.</p></body></html>

Note that SSL 2.0, 3.0 are checked in the advanced options.

Appreciate any help.

If you click Help on the menu bar on the IE interface, what your Cipher
strength saying there?.

<Anica>
After more troubleshooting I have found that the DSSENH.DLL was missing.
</Anica>

Cipher strength appears as 0-bit in Internet Explorer
http://support.microsoft.com/kb/261328/en-us
"The Page Cannot Be Displayed" Error Message on a Secure Web Site
http://support.microsoft.com/?kbid=303807
How to troubleshoot problems accessing secure Web pages with Internet
Explorer 6 Service Pack 2
http://support.microsoft.com/?kbid=870700


= ... First, try to clean up your caches, Internet files and delete cookies
by doing this:
Click Start >> Control Panel >> Double click Network and Internet
Connections >> Double click Internet Options.
On the IE properties windows you will see these Taps:
General | Security | Privacy | Content | Connections | Programs |
Advanced
Under General Tab clear your History, Internet Files and Cookies.
Then click on Advanced tab and scroll down to under the Browsing Option:
[&] Browsing
[ ] Enable Third-Party browser extensions (Req Rest) uncheck this box.

[&] HTTP 1.1 Settings
[ ] Use HTTP 1.1 ,= Make sure this checked
[ ] Use HTTP 1.1 through proxy connections
If you using proxy check the proxy one if not check only the first one.

Then under Security Option:
[&] Security
[ ] Use SSL 2.0
[ ] Use SSL 3.0
[ ] Use STL 1.0
Then click on Programs Tab and click Manage Add-Ons and Disable all non
Verified Add-Ons (You should Renable them later one-by-one and see the
culprit and update it or remove it.

Then download this software and update it then run a scan for malwares:
http://www.lavasoft.com/products/ad-aware_se_personal.php

= Then Open a run command and type in these DLLs to re-register them:
regsvr32 softpub.dll
regsvr32 Wintrust.dll
regsvr32 Mssip32.dll
regsvr32 Initpki.dll
regsvr32 Msjava.dll
regsvr32 Gpkcsp.dll
regsvr32 Sccbase.dll
regsvr32 Slbcsp.dll
regsvr32 Urlmon.dll
regsvr32 Cryptdlg.dll
regsvr32 Dssenh.dll
regsvr32 Rsaenh.dll
Note you can copy the above and paste in a Notepad and Save As on the
Desktop reg.bat file then double click the file on the desktop to run or you
can open a run command and type in:
C:\Documents and settings\user\desktop\reg.bat click [OK] and then Yes.
Again on the Run command type in:
ipconfig /flushdns click [OK]
ipconfig /renew click [OK]
netsh winsock reset click [OK]
Reboot your machine and see if you can access any website/link easily and
without the cannot connect error message.

= Open the Windows
Explorer and locate this path:
C:\Windows\System32\drivers\etc = look in the Right Pane/window for this
file called the HOSTS file but not the one with the extension *.SAM* leave
this as is.
If you can't see it try to click Tools >> Folder Options and select show
Hidden files and folder, then right Click the Hosts file and select open with
Notepad.
There see any reference for that site and remove it, you Hosts file will
looks like this:
# 102.54.94.97 rhino.acme.com # Source server
# 38.25.63.10 x.acme.com # Client Host
127.0.0.1 LocalHost
------------------------------------------
Remove all other References other than those above.
You can also try to assign the web address in the trusted zone on the IE
properties.

= Before we go further are you connecting by Router or Modem, in either try to
Power or unplug the Power cord for the Router/Modem for about 40 seconds or
so be generous with it <g> turn the computer OFF and wait for the time to go
by!!.
Then Turn the Router/Modem ON and wait a minute or so then Power ON the
computer and try to establish a connection and try the link, does it work?.

= If still no joy then continue the heavy work:
Open windows Explorer and locate the Hosts file and Rename it to Hosts.OLD
Reboot the machine and try, does it work.

= If not working still try this:
search for them by this name *index.dat* and you can delete them
then the on reboot the system will recreate them for you.
Some of them here:
C:\Documents and settings\Administrator\Cookies = index
C:\Documents and Settings\User\Cookies = index
C:\Documents and settings\User\User data = index
C:\Windows\Temp\Cookies =index
C:\Windows\Temp\History = index
C:\Windows\Temp\Temporary Internet Files\Content.IE5 = Index.dat
Reboot your machine and see if this helped.
HTH.
Let us know.
nass
===
www.nasstec.co.uk
 
G

Guest

Server OS : Windows 2000 Advanced Server
IE 6 : SP1 with Q833989

Strange thing is, i could see the url showing up second time in browser.
First time it throws an error

IE 5 with SP4 no issues
nass said:
Bourne said:
Trying to access a webservice running under https:// from IE6 and getting the
following error:-

<html><body><b>SSL Alert</b><p>The browser and the web-site cannot
communicate securely because there are no common encr
yption algorithms.</p><p>Please try the following:</p><p>- Check the SSL
protocol settings on the browser for SSLv3/TLSv
1 protocol support.</p><p>- The secure web-site may be using high-strength
encryption algorithms(128 bit).<br> Check th
e SSL settings on your browser, if it supports high-strength encryption
algorithms.</p><p>- Upgrade your browser to late
st version.</p></body></html>

Note that SSL 2.0, 3.0 are checked in the advanced options.

Appreciate any help.

If you click Help on the menu bar on the IE interface, what your Cipher
strength saying there?.

<Anica>
After more troubleshooting I have found that the DSSENH.DLL was missing.
</Anica>

Cipher strength appears as 0-bit in Internet Explorer
http://support.microsoft.com/kb/261328/en-us
"The Page Cannot Be Displayed" Error Message on a Secure Web Site
http://support.microsoft.com/?kbid=303807
How to troubleshoot problems accessing secure Web pages with Internet
Explorer 6 Service Pack 2
http://support.microsoft.com/?kbid=870700


= ... First, try to clean up your caches, Internet files and delete cookies
by doing this:
Click Start >> Control Panel >> Double click Network and Internet
Connections >> Double click Internet Options.
On the IE properties windows you will see these Taps:
General | Security | Privacy | Content | Connections | Programs |
Advanced
Under General Tab clear your History, Internet Files and Cookies.
Then click on Advanced tab and scroll down to under the Browsing Option:
[&] Browsing
[ ] Enable Third-Party browser extensions (Req Rest) uncheck this box.

[&] HTTP 1.1 Settings
[ ] Use HTTP 1.1 ,= Make sure this checked
[ ] Use HTTP 1.1 through proxy connections
If you using proxy check the proxy one if not check only the first one.

Then under Security Option:
[&] Security
[ ] Use SSL 2.0
[ ] Use SSL 3.0
[ ] Use STL 1.0
Then click on Programs Tab and click Manage Add-Ons and Disable all non
Verified Add-Ons (You should Renable them later one-by-one and see the
culprit and update it or remove it.

Then download this software and update it then run a scan for malwares:
http://www.lavasoft.com/products/ad-aware_se_personal.php

= Then Open a run command and type in these DLLs to re-register them:
regsvr32 softpub.dll
regsvr32 Wintrust.dll
regsvr32 Mssip32.dll
regsvr32 Initpki.dll
regsvr32 Msjava.dll
regsvr32 Gpkcsp.dll
regsvr32 Sccbase.dll
regsvr32 Slbcsp.dll
regsvr32 Urlmon.dll
regsvr32 Cryptdlg.dll
regsvr32 Dssenh.dll
regsvr32 Rsaenh.dll
Note you can copy the above and paste in a Notepad and Save As on the
Desktop reg.bat file then double click the file on the desktop to run or you
can open a run command and type in:
C:\Documents and settings\user\desktop\reg.bat click [OK] and then Yes.
Again on the Run command type in:
ipconfig /flushdns click [OK]
ipconfig /renew click [OK]
netsh winsock reset click [OK]
Reboot your machine and see if you can access any website/link easily and
without the cannot connect error message.

= Open the Windows
Explorer and locate this path:
C:\Windows\System32\drivers\etc = look in the Right Pane/window for this
file called the HOSTS file but not the one with the extension *.SAM* leave
this as is.
If you can't see it try to click Tools >> Folder Options and select show
Hidden files and folder, then right Click the Hosts file and select open with
Notepad.
There see any reference for that site and remove it, you Hosts file will
looks like this:
# 102.54.94.97 rhino.acme.com # Source server
# 38.25.63.10 x.acme.com # Client Host
127.0.0.1 LocalHost
------------------------------------------
Remove all other References other than those above.
You can also try to assign the web address in the trusted zone on the IE
properties.

= Before we go further are you connecting by Router or Modem, in either try to
Power or unplug the Power cord for the Router/Modem for about 40 seconds or
so be generous with it <g> turn the computer OFF and wait for the time to go
by!!.
Then Turn the Router/Modem ON and wait a minute or so then Power ON the
computer and try to establish a connection and try the link, does it work?.

= If still no joy then continue the heavy work:
Open windows Explorer and locate the Hosts file and Rename it to Hosts.OLD
Reboot the machine and try, does it work.

= If not working still try this:
search for them by this name *index.dat* and you can delete them
then the on reboot the system will recreate them for you.
Some of them here:
C:\Documents and settings\Administrator\Cookies = index
C:\Documents and Settings\User\Cookies = index
C:\Documents and settings\User\User data = index
C:\Windows\Temp\Cookies =index
C:\Windows\Temp\History = index
C:\Windows\Temp\Temporary Internet Files\Content.IE5 = Index.dat
Reboot your machine and see if this helped.
HTH.
Let us know.
nass
===
www.nasstec.co.uk
 
G

Guest

Hi Bourne,
Run this command:
sfc /scannow click [OK] and let it run.
HTH.
nass
Bourne said:
Server OS : Windows 2000 Advanced Server
IE 6 : SP1 with Q833989

Strange thing is, i could see the url showing up second time in browser.
First time it throws an error

IE 5 with SP4 no issues
nass said:
Bourne said:
Trying to access a webservice running under https:// from IE6 and getting the
following error:-

<html><body><b>SSL Alert</b><p>The browser and the web-site cannot
communicate securely because there are no common encr
yption algorithms.</p><p>Please try the following:</p><p>- Check the SSL
protocol settings on the browser for SSLv3/TLSv
1 protocol support.</p><p>- The secure web-site may be using high-strength
encryption algorithms(128 bit).<br> Check th
e SSL settings on your browser, if it supports high-strength encryption
algorithms.</p><p>- Upgrade your browser to late
st version.</p></body></html>

Note that SSL 2.0, 3.0 are checked in the advanced options.

Appreciate any help.

If you click Help on the menu bar on the IE interface, what your Cipher
strength saying there?.

<Anica>
After more troubleshooting I have found that the DSSENH.DLL was missing.
</Anica>

Cipher strength appears as 0-bit in Internet Explorer
http://support.microsoft.com/kb/261328/en-us
"The Page Cannot Be Displayed" Error Message on a Secure Web Site
http://support.microsoft.com/?kbid=303807
How to troubleshoot problems accessing secure Web pages with Internet
Explorer 6 Service Pack 2
http://support.microsoft.com/?kbid=870700


= ... First, try to clean up your caches, Internet files and delete cookies
by doing this:
Click Start >> Control Panel >> Double click Network and Internet
Connections >> Double click Internet Options.
On the IE properties windows you will see these Taps:
General | Security | Privacy | Content | Connections | Programs |
Advanced
Under General Tab clear your History, Internet Files and Cookies.
Then click on Advanced tab and scroll down to under the Browsing Option:
[&] Browsing
[ ] Enable Third-Party browser extensions (Req Rest) uncheck this box.

[&] HTTP 1.1 Settings
[ ] Use HTTP 1.1 ,= Make sure this checked
[ ] Use HTTP 1.1 through proxy connections
If you using proxy check the proxy one if not check only the first one.

Then under Security Option:
[&] Security
[ ] Use SSL 2.0
[ ] Use SSL 3.0
[ ] Use STL 1.0
Then click on Programs Tab and click Manage Add-Ons and Disable all non
Verified Add-Ons (You should Renable them later one-by-one and see the
culprit and update it or remove it.

Then download this software and update it then run a scan for malwares:
http://www.lavasoft.com/products/ad-aware_se_personal.php

= Then Open a run command and type in these DLLs to re-register them:
regsvr32 softpub.dll
regsvr32 Wintrust.dll
regsvr32 Mssip32.dll
regsvr32 Initpki.dll
regsvr32 Msjava.dll
regsvr32 Gpkcsp.dll
regsvr32 Sccbase.dll
regsvr32 Slbcsp.dll
regsvr32 Urlmon.dll
regsvr32 Cryptdlg.dll
regsvr32 Dssenh.dll
regsvr32 Rsaenh.dll
Note you can copy the above and paste in a Notepad and Save As on the
Desktop reg.bat file then double click the file on the desktop to run or you
can open a run command and type in:
C:\Documents and settings\user\desktop\reg.bat click [OK] and then Yes.
Again on the Run command type in:
ipconfig /flushdns click [OK]
ipconfig /renew click [OK]
netsh winsock reset click [OK]
Reboot your machine and see if you can access any website/link easily and
without the cannot connect error message.

= Open the Windows
Explorer and locate this path:
C:\Windows\System32\drivers\etc = look in the Right Pane/window for this
file called the HOSTS file but not the one with the extension *.SAM* leave
this as is.
If you can't see it try to click Tools >> Folder Options and select show
Hidden files and folder, then right Click the Hosts file and select open with
Notepad.
There see any reference for that site and remove it, you Hosts file will
looks like this:
# 102.54.94.97 rhino.acme.com # Source server
# 38.25.63.10 x.acme.com # Client Host
127.0.0.1 LocalHost
------------------------------------------
Remove all other References other than those above.
You can also try to assign the web address in the trusted zone on the IE
properties.

= Before we go further are you connecting by Router or Modem, in either try to
Power or unplug the Power cord for the Router/Modem for about 40 seconds or
so be generous with it <g> turn the computer OFF and wait for the time to go
by!!.
Then Turn the Router/Modem ON and wait a minute or so then Power ON the
computer and try to establish a connection and try the link, does it work?.

= If still no joy then continue the heavy work:
Open windows Explorer and locate the Hosts file and Rename it to Hosts.OLD
Reboot the machine and try, does it work.

= If not working still try this:
search for them by this name *index.dat* and you can delete them
then the on reboot the system will recreate them for you.
Some of them here:
C:\Documents and settings\Administrator\Cookies = index
C:\Documents and Settings\User\Cookies = index
C:\Documents and settings\User\User data = index
C:\Windows\Temp\Cookies =index
C:\Windows\Temp\History = index
C:\Windows\Temp\Temporary Internet Files\Content.IE5 = Index.dat
Reboot your machine and see if this helped.
HTH.
Let us know.
nass
===
www.nasstec.co.uk
 

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

Similar Threads


Top