James James <jre...@gmail.com> writes: > I am using the second an third solution but the first one give me the > same error as previously.
I'm pretty sure that this means the /webkdc-service/ URL still isn't configured for localhost. Once you get it right: env PERL_LWP_SSL_VERIFY_HOSTNAME=0 GET https://localhost/webkdc-service/ will return Bad Request instead of the URL not found error. This is the way that we've always run our WebLogin servers, so I know it does works. > Now there is an error in the /etc/webkldc/webkdc.conf : > [root@webkdc ~]# cat /etc/webkdc/webkdc.conf > #$ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = '0'; > $ENV{PERL_LWP_SSL_CA_FILE} = '/etc/pki/CA/certs/ca-cert-All.crt' Need a semicolon at the end of this line. -- Russ Allbery <ea...@windlord.stanford.edu> Technical Lead, ITS Infrastructure Delivery Group, Stanford University