Thanks to Daniel Lang's blogpost we were able to encrypt our documents.
Since we are now in a multitenant situation(Multitenancy in RavenDb) and deployed ravendb within IIS 7.5
we want to encrypt all of the tenants.
Unfortunately we're getting a lot of errors (especially in the management studio):
The remote server returned an error: NotFound.
Our tenant databases are created, as we can see them on the file system. But within the management studio we cannot see them anymore.
To enable encryption we placed the encryption dll in the Plugins folder.
Do we need to make some extra configurations to get this to work?
Edit: steps for reproduce:
- Clean instance of ravendb configured, IIS 7.5
- Created an encryption dll, based on Daniel Lang's blog post
- Created a plugin folder and saved the encryption dll from step 2 in this folder
- Go to management studio and create some sample data for the default database
- Optional: create a tenant database and create some sample data