Re: WebID Test Suite

On 4/6/11 11:19 AM, Joseph Idehen wrote:
> Hi Henry,
>
> Yes, I'm Kingsley's brother.
>
> I've attached details of my certificate ID.


Did you not place this: https://bblfish.net:8443/test/WebId/x509 in your 
browser?

Send him the output of that. Just paste the output in your response.


Kingsley
>
> Regards,
> Joseph
>
> ------------------------------------------------------------------------
> Subject: Re: WebID Test Suite
> From: henry.story@bblfish.net
> Date: Wed, 6 Apr 2011 16:04:50 +0200
> CC: kidehen@openlinksw.com; bergi@axolotlfarm.org; 
> public-xg-webid@w3.org; clerezza-dev@incubator.apache.org
> To: joidehen@hotmail.co.uk
>
> Hi Joseph,
>
> What does it return when you click on
>
> https://bblfish.net:8443/test/WebId/x509
>
>    That should show you the full certificate as printed out by the 
> default java toString method.
>
> Henry
>
> ps. Are you of Kingsley's family? :-)
>
> On 6 Apr 2011, at 15:55, Joseph Idehen wrote:
>
>     Hi,
>     I tested https://bblfish.net:8443/test/WebId with my certificate
>     id and I was able to see my certificate thus when I selected it
>     and clicked ok then I got the following:
>     The TLS connection was established. We do not test the basic TLS
>     connection.
>     No credentials available. Cannot tell how we came to accept identity
>     I'm not sure if I'm supposed to get the message above. Although it
>     indicates my TLS connection was successful.
>     Regards,
>     Jo
>
>     > Date: Tue, 5 Apr 2011 09:26:48 -0400
>     > From:kidehen@openlinksw.com <mailto:kidehen@openlinksw.com>
>     > To:henry.story@bblfish.net <mailto:henry.story@bblfish.net>
>     > CC:bergi@axolotlfarm.org
>     <mailto:bergi@axolotlfarm.org>;public-xg-webid@w3.org
>     <mailto:public-xg-webid@w3.org>;clerezza-dev@incubator.apache.org
>     <mailto:clerezza-dev@incubator.apache.org>
>     > Subject: Re: WebID Test Suite
>     >
>     > On 4/5/11 5:09 AM, Henry Story wrote:
>     > > I put an initial Clerezza servers up onbblfish.net
>     <http://bblfish.net/>with the WebId test endpoint running here:
>     > >
>     > >https://bblfish.net:8443/test/WebId[1]
>     > >
>     > > This will show you
>     > >
>     > > - the public key from the certificate you used, if any
>     > > - for each claimed WebId:
>     > > which were verified, failed or are still unverified
>     > > (that last option is to allow for asynchronous WebId checking )
>     > >
>     > > The code for this component is in the Subversion repository here
>     >
>     >https://svn.apache.org/repos/asf/incubator/clerezza/trunk/parent/platform.security.foafssl/test/
>     > >
>     > > Currently the User Interface for the WebID test component is
>     not good looking and it is not machine readable. What is most
>     needed to be able to run automated WebID tests is to make the
>     responses machine readable (excepting core SSL/TLS errors thrown
>     when for example the private key does not match the public key)
>     > >
>     > > So we can use
>     > > - the cert ontology to describe the certificate
>     > > - the test ontology to describe the tests on each webid
>     > >
>     > > That is the next piece I will work on.
>     > >
>     > > It will then be possible for someone to put together a test
>     agent for ISSUE-9 to try out things such as, connecting with
>     > >
>     > > - a certificate that works
>     > > - a certificate with no webid that works
>     > > - a certificate with some webids that work
>     > > - certificates with WebIDs whose profile is in only one of a
>     number of representations
>     > > + RDFa representation
>     > > + rdf/xml
>     > > + turtle
>     > > ( This can then be used to build a profile of server and see
>     what representations it understands)
>     > > - certificates that have expired, or that are too early
>     > > - testing of support for HTTP redirects of WebIDs (when we
>     have an idea what the behaviour should be)
>     > > - profiles using old and new ontology
>     > > - Profiles with short cache control directives (servers should
>     do a new http GET at some point - my server won't and I don't
>     think many will currently)
>     > > - others
>     > >
>     > > It could then use this to put up a report on the servers
>     abilities. Perhaps this report could also be in machine readable
>     format, so that test suites can be compared automatically.
>     > >
>     > > I'll work next on making my test endpoint machine readable.
>     > >
>     > > Henry
>     > >
>     > > [1] when it is more stable I'll move the whole instance to
>     port 443. The 8443 port is there as a reminder that any data
>     placed on this instance will be lost in a not too distant future
>     > > [2] The more fine tuned clerezza ui
>     ishttp://bblfish.net:8443/dashboard/
>     >
>     > Henry,
>     >
>     > Works fine with my "http:" scheme based WebID but doesn't seem
>     to do so
>     > with my "mailto:" and "acct:" scheme based WebIDs. Anyway, I'll
>     double
>     > check a few things on my side re. these non "http:" scheme based
>     WebIDs
>     > just in case something else is amiss.
>     >
>     >
>     > Kingsley
>     > >
>     > >
>     > > On 22 Mar 2011, at 23:20, bergi wrote:
>     > >
>     > >> Hi,
>     > >>
>     > >> I have created a little WebID test suite. It's based on JUnit
>     and apache
>     > >> HttpClient. To test your own webid implementation you have to
>     create an
>     > >> endpoint which outputs all valid agents comma seperated. In the
>     > >> default.properties file you have to change the endpoint to
>     your own url,
>     > >> the endpoint certificate to your own certificate in pem
>     format. The
>     > >> publish base url and path must point to a folder which is
>     accessable via
>     > >> your local file system and http. I'm using a local apache
>     with a hacked
>     > >> hosts file. Currently the following tests are included:
>     > >> - Default (single entry in subjectAtlNames)
>     > >> - MissingRdf (404 http error)
>     > >> - MultipleIDs (two entries in subjectAltNames)
>     > >> - WrongModulus (wrong modulus in rdf)
>     > >> - WrongPublicExponent (wrong public exponent in rdf)
>     > >>
>     > >> Issue:
>     > >>http://www.w3.org/2005/Incubator/webid/track/issues/9
>     > >>
>     > >> Download:
>     >
>     >>https://www.axolotlfarm.org/~bergi/projects/commons/test-webid-20110322.zip
>     <https://www.axolotlfarm.org/%7Ebergi/projects/commons/test-webid-20110322.zip>
>     > >>
>     > >> Regards,
>     > >> the bergi
>     > >>
>     > >>
>     > > Social Web Architect
>     > >http://bblfish.net/
>     > >
>     > >
>     > >
>     >
>     >
>     > --
>     >
>     > Regards,
>     >
>     > Kingsley Idehen
>     > President& CEO
>     > OpenLink Software
>     > Web:http://www.openlinksw.com <http://www.openlinksw.com/>
>     > Weblog:http://www.openlinksw.com/blog/~kidehen
>     <http://www.openlinksw.com/blog/%7Ekidehen>
>     > Twitter/Identi.ca: kidehen
>     >
>     >
>     >
>     >
>     >
>
>
> Social Web Architect
> http://bblfish.net/
>


-- 

Regards,

Kingsley Idehen	
President&  CEO
OpenLink Software
Web: http://www.openlinksw.com
Weblog: http://www.openlinksw.com/blog/~kidehen
Twitter/Identi.ca: kidehen

Received on Wednesday, 6 April 2011 15:30:34 UTC