[root@webkdc ~]# env PERL_LWP_SSL_VERIFY_HOSTNAME=0 GET https://localhost/webkdc-service/ <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /webkdc-service/ was not found on this server.</p> <hr> <address>Apache/2.2.15 (Scientific Linux) Server at localhost Port 443</address> </body></html>
I don't have multiple SSL vhost on this server. There is the <VirtualHost _default_:443> and <VirtualHost webkdc.example.com:443> ... 2012/11/7 Russ Allbery <ea...@windlord.stanford.edu> > James James <jre...@gmail.com> writes: > > > 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/"; > > Hm. Still not making any sense.... > > Does: > > env PERL_LWP_SSL_VERIFY_HOSTNAME=0 GET > https://localhost/webkdc-service/ > > return that Bad Request page? > > Oh, do you have multiple SSL-enabled virtual hosts on this same system? I > wonder if the wrong virtual host is handling localhost requests. > > -- > Russ Allbery <ea...@windlord.stanford.edu> > Technical Lead, ITS Infrastructure Delivery Group, Stanford University >