Hello
We have many of these errors in the pop-log:
Exception negotiating SSL certificate: System.Security.Cryptography.CryptographicException: The specified network password is not correct.
at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr)
at System.Security.Cryptography.X509Certificates.X509Utils._LoadCertFromFile(String fileName, IntPtr password, UInt32 dwFlags, Boolean persistKeySet, SafeCertContextHandle& pCertCtx)
at System.Security.Cryptography.X509Certificates.X509Utils.LoadCertFromFile(String fileName, IntPtr password, UInt32 dwFlags, Boolean persistKeySet, SafeCertContextHandle pCertCtx)
at System.Security.Cryptography.X509Certificates.X509Certificate.LoadCertificateFromFile(String fileName, Object password, X509KeyStorageFlags keyStorageFlags)
at System.Security.Cryptography.X509Certificates.X509Certificate2..ctor(String fileName, String password)
at MailService.TcpServerLib.Common.PooledTcpItem.LoadAndCacheCertificate(db_system_binding_port_readonly setting, X509Certificate2& pfx, X509Certificate& cert)
at MailService.TcpServerLib.Common.PooledTcpItem.ConvertToSSL_Async(db_system_binding_port setting, Log log)
at MailService.TcpServerLib.Common.PooledTcpServer.InitializeSsl(Socket clientSocket, PooledTcpItem tcpItem, db_system_binding_port bindingPort)
00:24:40.340 [185.174.33.99][22750888] Exception negotiating SSL certificate: System.Security.Cryptography.CryptographicException: The specified network password is not correct.
The password in the bindings is okay. We entered it a few times, but it didn't help.
Then after entering the password and hitting the Save-Button, an error pops up saying, that this Port is already used of a different IP-Address. This is not true.
Any idea?
Thanks!