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