-
-
Notifications
You must be signed in to change notification settings - Fork 764
Cert.Load() Error on shared hosting #846
Comments
Since you haven't provided any details on the error - it is hard to tell you how to fix it. |
in this method where the certificate is read from the stream in shared hosting environment it gives error. Get following error... Server Error in '/' Application. Access denied. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Security.Cryptography.CryptographicException: Access denied. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [CryptographicException: Access denied. [TargetInvocationException: Exception has been thrown by the target of an invocation.] [HttpException (0x80004005): Exception has been thrown by the target of an invocation.] |
Sounds like this: #849 (comment) |
Partially yes its same but is there a way to still use IdentityServer without using Certificate or is that madatory? |
A certificate is mandatory for identity tokens - optional for access tokens. |
We have resolved the certificate issue however we have another issue.. we get following error. Error we get allow access screen where we say yes Error |
you need to turn on logging. Otherwise we can't help you. |
loggin is turned on.. shall i give the log file? |
No you should have a look yourself - it is the last error in the log. |
Not able to load Cert.Load() on a shared hosting environment.
Is there any way to bypass that?
The text was updated successfully, but these errors were encountered: