Hi Rita,
A few thoughts:
1. You can increase the log level. e.g., ALL_DEBUG=D_SECURITY:2 is where I usually start.
2. HTCondor sets the server and client settings separately. You probably need an AUTH_SSL_SERVER_* equivalent to the client settings below.
3. Your "openssl req" command looks valid for a self-signed certificate but it's not clear if you're setting the CA bits as well. I'm unsure if this will cause errors (never tried that approach personally).
4. Once the certificate *authenticates*, you may need to map it to an identity (such as "condor@xxxxxxxxxxxx") and adjust ALLOW_* settings.
The setup can certainly be made to work -- but some of the other techniques (particularly, IDTOKENS) might be simpler to setup if that's a concern of yours.
Brian
|