hi all
yes I hate go give up and I did find out what seemed to happen.
I might be a little off on my explanation but I will hope what I write can be understood even if I am off with some terminology.
There has been change to the security by using SHA256 algorithm for certificate signing by many websites(https).
I am running a self signing certificate and I do not use any other SSL certificate and will not talk about anything but the self signing certificate built into SME server 8.2.
Somewhere within the last year.
There was a change in SME 8.x(the version of server I am running is 8.2) that creates self signing certificate.
The latest SME software that I have creates a certificate using SHA2/SHA256 algorithm.
The server was creating a certificate with SHA1 algorithm at some point when SME 8.0 or SME 8.1 came out.
So on windows 2000, IE6 does not support SHA2/SHA256.
Starting with windows xp sp3, IE6 does support SHA2/SHA256.
At some point in time, the server will create a new certificate when the current certificate expires.
The new certificate will be using SHA256 and not SHA1.
I found out a file that has something to do with creating the certificate.
/etc/e-smith/templates/home/e-smith/ssl.crt
inside of the ssl.crt file there is a line that reads like this:
qw(-sha256 -x509 -days), KEYLIFEINDAYS,
but use to be as:
qw(-sha1 -x509 -days), KEYLIFEINDAYS,
creating self ssl signed certificates to SHA1
TO CREATE SHA1 SSL SIGNED CERTIFICATES READ A FEW POST FOLLOWING.
In the wiki pages for SME 8.0
http://wiki.contribs.org/SME_Server:8.0There reads a line of "Improve security by using SHA1 algorithm for certificate signing."
In the wiki pages for SME 9.1 in the section of other fixes and updates
http://wiki.contribs.org/SME_Server:9.1There reads a line of "Use sha256 algorithm for signature of SSL cert."
Somehow sha256 got changed in the sme 8.x server whether on purpose or accident.
But I did learn a few things about all this.
I did not discover this until trying to use the server-manager webpage from my backup computer which was using windows 2000.
Here is another web page that may help out with ssl certificates using sha256
https://luxsci.com/blog/new-ssl-certificates-sha256-and-backwards-incompatibility-what-to-do.htmlI was also able to use this webpage to look at my servers using Firefox web browser.
https://www.ssllabs.com/ssltest/I am hoping that someone who knows more about all the effects of the changing from sha1 to sha256 will make an explanation of some sort.
So until i can get my computers over to windows xp sp3. I have made the change back to sha1.
I have my workstation computers restricted to certain internet web site usage and on the windows 2000 machines, I am the only one who uses those computers.
Oh well, changes come in life, but I would rather they happen to other people.