Difference between revisions of "Troubleshoot ASP.NET"
From MgmtWiki
(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 | ||
− | ** | + | ** [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
- 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