mprahl / ADReset

Not Maintained: ADReset is a self-service Active Directory password reset portal
GNU General Public License v3.0
62 stars 34 forks source link

Issues communicating with AD when using SSL #16

Open dkraklan opened 5 years ago

dkraklan commented 5 years ago

Hello,

When I initially setup ADReset I didn't have SSL enabled, however I went back and enabled SSL and is working as expected when loading pages,browsing,etc. However whenever ADReset needs to authenticate a user against AD to login it throws the error "The Username or Password is incorrect. Please try again."

If I go to the site without SSL I'm able to login with the same credentials that just failed.

mprahl commented 5 years ago

@dkraklan that is quite strange since the same code should be executing on both HTTP and HTTPS. Are there any additional logs or information you could provide?