How to use redis ( with client certificate requirement ) for session state in asp.net 4.8
harmesh
0
Reputation points
Hello,
We are currently using Redis for session state and SignalR, and everything is working fine because our current Redis server configuration allows connections without a client certificate.
However, we now have a new Redis server that requires a client certificate for connections. We have not found any way to specify certificate-related information in the web.config under the sessionState/providers node.
Any assistance to resolve this issue would be greatly appreciated.
Sign in to answer