read-write-web / rww-play

read write web Play
59 stars 19 forks source link

First start: No matching keys #168

Closed jibe-b closed 7 years ago

jibe-b commented 8 years ago

HI,

right after installing and running in Eclipse

` run -Dhttps.port=8443 -Dhttps.trustStore=noCA -Dakka.loglevel=DEBUG -Dakka.debug.receive=on -Drww.root.container.path=test_www -Dhttp.hostname=localhost

`

then reaching https://localhost:8443/2013/ which asks for a certificate, which is then sent to the server (by browser),

I get no matching keys.

I am new to WebId authentication process, how can I store certificates to enable authentication?

Full log:

No matching keys
rww.ldp.auth.WebIDVerificationFailure: No matching keys
    at rww.ldp.auth.WebIDVerifier$$anonfun$verifyWebID$1.apply(WebIDVerifier.scala:154)
    at rww.ldp.auth.WebIDVerifier$$anonfun$verifyWebID$1.apply(WebIDVerifier.scala:152)
    at scala.concurrent.Future$$anonfun$flatMap$1.apply(Future.scala:251)
    at scala.concurrent.Future$$anonfun$flatMap$1.apply(Future.scala:249)
    at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:32)
    at akka.dispatch.BatchingExecutor$AbstractBatch.processBatch(BatchingExecutor.scala:55)
    at akka.dispatch.BatchingExecutor$BlockableBatch$$anonfun$run$1.apply$mcV$sp(BatchingExecutor.scala:91)
    at akka.dispatch.BatchingExecutor$BlockableBatch$$anonfun$run$1.apply(BatchingExecutor.scala:91)
    at akka.dispatch.BatchingExecutor$BlockableBatch$$anonfun$run$1.apply(BatchingExecutor.scala:91)
    at scala.concurrent.BlockContext$.withBlockContext(BlockContext.scala:72)
    at akka.dispatch.BatchingExecutor$BlockableBatch.run(BatchingExecutor.scala:90)
    at akka.dispatch.TaskInvocation.run(AbstractDispatcher.scala:40)
    at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:397)
    at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
    at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
    at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
    at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)