You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: