explanation for why idp does not work on Jetty webid-java6
authorHenry Story <henry.story@bblfish.net>
Wed, 23 May 2012 17:07:35 +0200
branchwebid-java6
changeset 210 9a082e5fd660
parent 209 85a63edddca9
child 211 026f86a7c229
explanation for why idp does not work on Jetty
README.markdown
--- a/README.markdown	Wed May 23 16:57:05 2012 +0200
+++ b/README.markdown	Wed May 23 17:07:35 2012 +0200
@@ -167,4 +167,10 @@
 others who don't have WebID to get going without needing to deploy TLS 
 services. Go to https://localhost:8443/srv/idp in your browser .
 
+This of course is not installed if you run as server on --http and it is
+disabled for Jetty, as in Jetty I have not found how to do TLS renegotiation
+so that the certificate does not need to be requested if the resource is not
+protected. (On such servers one needs authentication to happen on a different 
+port )
 
+