You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when you install a certificate on a site it comes back and says that it detected an installed certificate, not like the other servers where it shows you the newly installed cerificate settings, if you try import the certificate it errors out with the following
System.NotSupportedException: The certificate key algorithm is not supported.
at System.Security.Cryptography.X509Certificates.PublicKey.get_Key()
at SolidCP.Providers.Web.Iis.SSLModuleService100.GetSSLCertificateFromX509Certificate2(X509Certificate2 cert)
at System.Linq.Enumerable.WhereSelectEnumerableIterator2.MoveNext() at System.Collections.Generic.List1..ctor(IEnumerable1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable1 source)
at SolidCP.Providers.Web.Iis.SSLModuleService100.GetServerCertificates(String certificateStoreName)
at SolidCP.Providers.Web.Iis.SSLModuleService100.GetServerCertificates()
at SolidCP.Providers.Web.Iis.SSLModuleService100.GetCurrentSiteCertificate(WebSite website)
at SolidCP.Providers.Web.Iis.SSLModuleService100.ImportCertificate(WebSite website)
Im not sure why this server is moaning like this, im busy testing this issue on other servers to see if its specific to this server. I have checked the certificate stor, made sure no certs exist, i also checked the wacs dir and removed the certs, but same issue.
The text was updated successfully, but these errors were encountered:
when you install a certificate on a site it comes back and says that it detected an installed certificate, not like the other servers where it shows you the newly installed cerificate settings, if you try import the certificate it errors out with the following
System.NotSupportedException: The certificate key algorithm is not supported.
at System.Security.Cryptography.X509Certificates.PublicKey.get_Key()
at SolidCP.Providers.Web.Iis.SSLModuleService100.GetSSLCertificateFromX509Certificate2(X509Certificate2 cert)
at System.Linq.Enumerable.WhereSelectEnumerableIterator
2.MoveNext() at System.Collections.Generic.List
1..ctor(IEnumerable1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable
1 source)at SolidCP.Providers.Web.Iis.SSLModuleService100.GetServerCertificates(String certificateStoreName)
at SolidCP.Providers.Web.Iis.SSLModuleService100.GetServerCertificates()
at SolidCP.Providers.Web.Iis.SSLModuleService100.GetCurrentSiteCertificate(WebSite website)
at SolidCP.Providers.Web.Iis.SSLModuleService100.ImportCertificate(WebSite website)
Im not sure why this server is moaning like this, im busy testing this issue on other servers to see if its specific to this server. I have checked the certificate stor, made sure no certs exist, i also checked the wacs dir and removed the certs, but same issue.
The text was updated successfully, but these errors were encountered: