---- Patrick Armstrong wrote: > I'm very confused by this problem, since I've set up many machines > with GLobus, and never seen anything like it. When I try to start my > container on a new globus host, I get the following error: ... > [Caused > by: Miscellaneous failure. [Caused by: Bad certificate > (java.security.SignatureException: SHA-1/RSA/PKCS#1: Not initialized)]]
I think the 4.0.8 Java code does more extensive verification of the certificate chain and CRL than some previous releases. You could use OpenSSL to investigate further, e.g.: openssl verify -CApath certificates -purpose sslclient usercert.pem Etc. Best regards, Joel
