❔ Trouble with C# certificates
Greetings,
In a local environment I have no issues at all.
When I push my Game Server (the client) to a hosted environment, I get an error saying the following:
I contacted Ravendb support and they said the following:
My assumption of this response is that I need to first install the certificate on said machine before I can use it.
The problem is that I don't have permissions to install a certificate on that machine.
I am wondering what can be done.
The following code is what I am using:
In a local environment I have no issues at all.
When I push my Game Server (the client) to a hosted environment, I get an error saying the following:
{"Type":"InvalidAuth","Message":"This server requires client certificate for authentication, but none was provided by the client. Did you forget to install the certificate?"}I contacted Ravendb support and they said the following:
Basically it's about the X509 certificate's private key. In a lot of platform you need to allow the app to load that certificate explicitly e.g. by providing its thumbprint.My assumption of this response is that I need to first install the certificate on said machine before I can use it.
The problem is that I don't have permissions to install a certificate on that machine.
I am wondering what can be done.
The following code is what I am using: