Trustwave Rapid Response: CrowdStrike Falcon Outage Update. Learn More

Trustwave Rapid Response: CrowdStrike Falcon Outage Update. Learn More

Services
Capture
Managed Detection & Response

Eliminate active threats with 24/7 threat detection, investigation, and response.

twi-managed-portal-color
Co-Managed SOC (SIEM)

Maximize your SIEM investment, stop alert fatigue, and enhance your team with hybrid security operations support.

twi-briefcase-color-svg
Advisory & Diagnostics

Advance your cybersecurity program and get expert guidance where you need it most.

tw-laptop-data
Penetration Testing

Test your physical locations and IT infrastructure to shore up weaknesses before exploitation.

twi-database-color-svg
Database Security

Prevent unauthorized access and exceed compliance requirements.

twi-email-color-svg
Email Security

Stop email threats others miss and secure your organization against the #1 ransomware attack vector.

tw-officer
Digital Forensics & Incident Response

Prepare for the inevitable with 24/7 global breach response in-region and available on-site.

tw-network
Firewall & Technology Management

Mitigate risk of a cyberattack with 24/7 incident and health monitoring and the latest threat intelligence.

Solutions
BY TOPIC
Offensive Security
Solutions to maximize your security ROI
Microsoft Exchange Server Attacks
Stay protected against emerging threats
Rapidly Secure New Environments
Security for rapid response situations
Securing the Cloud
Safely navigate and stay protected
Securing the IoT Landscape
Test, monitor and secure network objects
Why Trustwave
About Us
Awards and Accolades
Trustwave SpiderLabs Team
Trustwave Fusion Security Operations Platform
Trustwave Security Colony
Partners
Technology Alliance Partners
Key alliances who align and support our ecosystem of security offerings
Trustwave PartnerOne Program
Join forces with Trustwave to protect against the most advance cybersecurity threats
Loading...
Loading...

ERRMSG: Browser reports ERR_SSL_KEY_USAGE_INCOMPATIBLE

Expand / Collapse


This article applies to:

  • MailMarshal SMTP 10.X
  • Installations with first 10.X install/upgrade of 10.0.3 or below

Symptoms:

  • Browsing to Management Console with Chrome or Edge
  • Browser reports error: ERR_SSL_KEY_USAGE_INCOMPATIBLE

Causes:

  • Current versions of the Chromium engine (used by Chrome and Edge) require specific usage flags in the certificate, in particular the "DigitalSignature" flag. Earlier releases of MailMarshal 10.X did not include these flags in the self signed certificates created at time of installation.

Resolution:

To resolve this issue, use a certificate with the expected flags.

  • You can use a certificate issued by a public Certificate Authority. 
  • You can use a self-signed certificate created in Windows Powershell.

Certificate creation in Powershell

To create a certificate in Powershell, run Powershell as administrator.
Use a command similar to the following. This command places the new certificate in the "Personal" store for the local computer.

new-selfsignedcertificate -dnsname "myMMserver" -subject "CN=myMMserver" `
-friendlyname "new-for-myMMserver" -KEYLENGTH 2048 `
-NotAfter $([datetime]::now.AddYears(5)) `
-CERTSTORELOCATION cert:\localmachine\my 



For more information about certificate creation options, see the Related Links below.

Binding the Console website

To apply a new certificate, open the IIS Manager on the MailMarshal Array Manager.

  • If you need to import a CA signed certificate, see the Server Certificates item on the server root page.
  • If you created a certificate with Powershell it will already be present.
To use the certificate:
  1. From the menu tree at left, expand Sites
  2. Select the MailMarshal Management Console site. From the right menu click Bindings
  3. Edit the binding and select your new certificate.
  4. Click OK.
After replacing the certificate, to ensure a new HTTPS connection you may need to fully close all browser windows and start again.


To contact Trustwave about this article or to request support:


Rate this Article:
     

Related Links



Add Your Comments


Comment submission is disabled for anonymous users.
Please send feedback to Trustwave Technical Support or the Webmaster
.