Hi
I try to establish a connection using the GssServer and client classes
from org.globus.gsi.gssapi.net.example
I use two distinct certificates and the option -deleg-type full on the
client side to enable the credential delegation. Without it - everything
is OK.
The exception I get is :
Mutual authentication failed
Expected target subject name="/C=PL/O=GRID/O=AGH/CN=Michal Dyrda"
Target returned subject
name="/O=GREDIA/OU=CYFRONET/OU=cyf-kr.edu.pl/OU=cyf-kr.edu.pl/CN=Michal
Dyrda"
The same situation occures while using the certificates for:
/C=PL/O=GRID/O=AGH/CN=Michal Dyrda
and
/C=PL/O=GRID/O=AGH/CN=Dyrda Michal
It all works while using the same cert on each side. But that's not the
way it should work, isn't it? I tried manupilating the 'auth' options on
the client side but got no success. Did I miss something? How can I get
it work?
Greetings
Michael