Shibboleth IdP (Tomcat6/OpenJDK1.6) Fresh Install Issues

Joaquin Menchaca jmenchaca at verticalresponse.com
Tue Oct 1 13:23:59 EDT 2013


Hello.

I found that if I go through the default 8080 port, I can get an "ok":

    lynx http://127.0.0.1:8080/idp/profile/Status


However, I am not able to go through 8443:

    lynx https://127.0.0.1:8443/idp/profile/Status

    Looking up 127.0.0.1:8443
    Making HTTPS connection to 127.0.0.1:8443
    Retrying connection without TLS.
    Looking up 127.0.0.1:8443
    Making HTTPS connection to 127.0.0.1:8443
    Alert!: Unable to make secure connection to remote host.

    lynx: Can't access startfile https://127.0.0.1:8443/idp/profile/Status

Is there anything else I can investigate?

My connector is configured as:

    <Connector port="8443"
           protocol="org.apache.coyote.http11.Http11Protocol"
          
SSLImplementation="edu.internet2.middleware.security.tomcat6.DelegateToApplicationJSSEImplementation"
           scheme="https"
           SSLEnabled="true"
           clientAuth="true"
           keystoreFile="/opt/shibboleth-idp/credentials/idp.jks"
           keystorePass="XXXXXXXXXXX" />


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20131001/361ce0bb/attachment.html 


More information about the users mailing list