Here the full content of /etc/webkdc/webkdc.conf [root@webkdc ~]# cat /etc/webkdc/webkdc.conf $ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} ='0'; # The KEYRING_PATH should match what you put in your httpd config $KEYRING_PATH = "/etc/httpd/conf/webkdc/keyring"; $URL = "https://localhost/webkdc-service/"; # You can make custom skins for the weblogin page. Change the path here $TEMPLATE_PATH = "/usr/local/webkdc/share/weblogin/generic/templates/";
2012/11/7 Russ Allbery <ea...@windlord.stanford.edu> > James James <jre...@gmail.com> writes: > > > Now it's works .... > > > [root@webkdc ~]# env PERL_LWP_SSL_VERIFY_HOSTNAME=0 GET > > https://webkdc.example.com/webkdc-service/ > > Okay, well, that's good. So now to figure out why the same code doesn't > work in login.fcgi. Could you show the exact text of the $URL setting in > your /etc/webkdc/webkdc.conf file? > > -- > Russ Allbery <ea...@windlord.stanford.edu> > Technical Lead, ITS Infrastructure Delivery Group, Stanford University >