Difference between revisions of "Troubleshoot ASP.NET"

From MgmtWiki
Jump to: navigation, search
(Created page with "==Full Title== Errors found and fixed in the wild. ==Certificate=== *error Interop+Crypto+OpenSslCryptographicException: error:2006D080:BIO routines:BIO_new_file:no such file...")
 
(Certificate=)
Line 4: Line 4:
 
==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  
** 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
  
 
==References==
 
==References==
  
 
[[Category: Best Practice]]
 
[[Category: Best Practice]]

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