Link to home
Start Free TrialLog in
Avatar of Member_2_6492660_1
Member_2_6492660_1Flag for United States of America

asked on

Event ID 15021 Repeating on my Web Farm Server

Windows 2012 R2 Web Farm
NLB and Kemp

I started getting this event on NODE 2 repeating over and over.

I restarted IIS  by doing IISRESET   still the event continues.

Log Name:      System
Source:        Microsoft-Windows-HttpEvent
Date:          1/20/2020 09:08:21
Event ID:      15021
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      SERVER-N2.mydom.com
Description:
An error occurred while using SSL configuration for endpoint 0.0.0.0:443.  The error status code is contained within the returned data.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Microsoft-Windows-HttpEvent" Guid="{7b6bc78c-898b-4170-bbf8-1a469ea43fc5}" EventSourceName="HTTP" />
    <EventID Qualifiers="49152">15021</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2020-01-20T14:08:21.922564700Z" />
    <EventRecordID>788632</EventRecordID>
    <Correlation />
    <Execution ProcessID="4" ThreadID="2212" />
    <Channel>System</Channel>
    <Computer>SERVER-N2.mydom.com</Computer>
    <Security />
  </System>
  <EventData>
    <Data Name="DeviceObject">\Device\Http\ReqQueue</Data>
    <Data Name="Endpoint">0.0.0.0:443</Data>
    <Binary>000004000200300000000000AD3A00C00000000000000000000000000000000000000000000000005F0000C0</Binary>
  </EventData>
</Event>

Open in new window


Any ideas?
ASKER CERTIFIED SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dfke
dfke

Hi,

Like David mentioned above you may want to check your certificate. Select your SSL certificate and set your binding to use https.

Generally:

  • Open IIS manager.
  • Select your website and click 'Bindings' in the right frame.
  • Select https and click on 'Edit'.
  • Select the SSL certificate that you want to use and click 'OK'.
  • Restart IIS.

As for Kemp specifically read up here.

Cheers
Avatar of Member_2_6492660_1

ASKER

Dave/DFKE,

Thanks for the reply's.

I never had a SSL on this before just wondering why it is thinking I did ?

I just updated the cert about a month or so ago.

I do redirect HTTP to HTTPS on the Kemp.

Will look into getting SSL for my Web Services   I will post results

Thanks
Guys,

I already had a cert on my exchange servers    I just exported the cert and imported it onto both my web servers.

Then imported it to my kemp    now kemp has all green and my web site is back online both internal and external.


Thanks for all the help
Hi Thomas,

Good to hear that your problem has been solved!

Cheers