<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello.<br>
    <br>
    I found that if I go through the default 8080 port, I can get an
    "ok":<br>
    <br>
    <blockquote>lynx <a class="moz-txt-link-freetext" href="http://127.0.0.1:8080/idp/profile/Status">http://127.0.0.1:8080/idp/profile/Status</a><br>
    </blockquote>
    <br>
    However, I am not able to go through 8443:<br>
    <br>
    <blockquote>lynx <a class="moz-txt-link-freetext" href="https://127.0.0.1:8443/idp/profile/Status">https://127.0.0.1:8443/idp/profile/Status</a><br>
      <br>
      Looking up 127.0.0.1:8443<br>
      Making HTTPS connection to 127.0.0.1:8443<br>
      Retrying connection without TLS.<br>
      Looking up 127.0.0.1:8443<br>
      Making HTTPS connection to 127.0.0.1:8443<br>
      Alert!: Unable to make secure connection to remote host.<br>
      <br>
      lynx: Can't access startfile
      <a class="moz-txt-link-freetext" href="https://127.0.0.1:8443/idp/profile/Status">https://127.0.0.1:8443/idp/profile/Status</a><br>
    </blockquote>
    Is there anything else I can investigate?<br>
    <br>
    My connector is configured as:<br>
    <br>
    &nbsp;&nbsp;&nbsp; &lt;Connector port="8443"<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; protocol="org.apache.coyote.http11.Http11Protocol"<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
SSLImplementation="edu.internet2.middleware.security.tomcat6.DelegateToApplicationJSSEImplementation"<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; scheme="https"<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SSLEnabled="true"<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; clientAuth="true"<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; keystoreFile="/opt/shibboleth-idp/credentials/idp.jks"<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; keystorePass="XXXXXXXXXXX" /&gt;<br>
    <br>
    <br>
  </body>
</html>