Forum Discussion
LDAP over SSL using third party SSL
I can test connect on port 636 without any errors but can not on port 50001
- Arif_ShaikhSep 11, 2021Copper ContributorThis is a domain controller.
- Sanjay78Sep 16, 2021Copper ContributorPlease check Windows Firewall on same server if If port is blocked or temporary Turn off the Firewall using below command. If you have third party AV firewalll you also need disable it.
Netsh Advfirewall set allprofile state off.- Arif_ShaikhSep 21, 2021Copper Contributor
I have already added rule to allow incoming traffic on port 50000-50001. I turned off the firewall completely and it still same error. It also register following error in event logs:
Log Name: System
Source: Schannel
Date: 21/09/2021 9:56:03 PM
Event ID: 36870
Task Category: None
Level: Error
Keywords:
User: SYSTEM
Computer: DC3.domain.com
Description:
A fatal error occurred when attempting to access the TLS server credential private key. The error code returned from the cryptographic module is 0x8009030D. The internal error state is 10001.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Schannel" Guid="{1F678132-5938-4686-9FDC-C8FF68F15C85}" />
<EventID>36870</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x8000000000000000</Keywords>
<TimeCreated SystemTime="2021-09-21T11:56:03.877877700Z" />
<EventRecordID>24833</EventRecordID>
<Correlation ActivityID="{307C8C55-9B87-0002-638C-7C30879BD701}" />
<Execution ProcessID="812" ThreadID="1708" />
<Channel>System</Channel>
<Computer>DC3</Computer>
<Security UserID="S-1-5-18" />
</System>
<EventData>
<Data Name="Type">server</Data>
<Data Name="ErrorCode">0x8009030d</Data>
<Data Name="ErrorStatus">10001</Data>
</EventData>
</Event>