Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

500 Error When Enabling SSL for Secure LDAP #866

Open
@kellerisddev

Description

@kellerisddev

Description:

We are atttempting to implement secure LDAP connection in order to write back to Active Directory. I have the following configured in config/ldap.php

'port' => env('LDAP_PORT', 636), // SSL

'username' => env('LDAP_USERNAME', 'serviceaccount@localdomain'),
'password' => env('LDAP_PASSWORD', 'xxxxxxxxxxx'),

'use_ssl' => env('LDAP_USE_SSL', true),

Steps To Reproduce:

When I change config file to the above setting and clear the configuration cache and then attempt to login, I get a 500 internal server error. I am not sure how to identify the error in order to troubleshoot it further. We are running on Windows Server 2016 and our system administrator assures me that the server and DC's are all configured to allow secure LDAP.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions