-
Notifications
You must be signed in to change notification settings - Fork 10
Adding support for Client TLS #55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
I think this works but I've been unable to test as I can't get the JS in master to build at the moment and I've not had a chance to dig into what's going on: |
|
Gave up with trying to fix the lint and commented it out of the build, but I have tested this with mTLS now and it does work as desired. |
Look at this commit : Gecka-Apps@1c3ac47 |
I've recently migrated to using Mutual TLS for my setup, which broke the roundcube addon. Looking at the logs it's because when roundcube would be logging in, it's not using a TLS certificate so Apache is rejecting the connection.
The only solution I can see for this is to extend this addon to support using TLS auth with its own certificate.
Still a WIP but feedback sought throughout.