Difference between revisions of "Troubleshoot ASP.NET"

From MgmtWiki
Jump to: navigation, search
(Certificate=)
(Certificate=)
Line 2: Line 2:
 
Errors found and fixed in the wild.
 
Errors found and fixed in the wild.
  
==Certificate===
+
==Certificate==
 
*error Interop+Crypto+OpenSslCryptographicException: error:2006D080:BIO routines:BIO_new_file:no such file  
 
*error Interop+Crypto+OpenSslCryptographicException: error:2006D080:BIO routines:BIO_new_file:no such file  
 
** [https://github.com/dotnet/runtime/issues/36333 The certificate file cannot be opened,] be sure it is in the right folder (/ASP.NET/Https/) and that you have permissions to open it
 
** [https://github.com/dotnet/runtime/issues/36333 The certificate file cannot be opened,] be sure it is in the right folder (/ASP.NET/Https/) and that you have permissions to open it

Revision as of 11:13, 9 June 2021

Full Title

Errors found and fixed in the wild.

Certificate

  • error Interop+Crypto+OpenSslCryptographicException: error:2006D080:BIO routines:BIO_new_file:no such file

References