Content
LDAPS Integration not working
Added by Ritesh Behl almost 5 years ago
Hello All,
I have installed OpenProject on one of the UNIX Server. I enabled HTTPS protocol on the Web UI and it seems to be working fine.
Thereafter I tried to integrate OpenProject with LDAP. The LDAP integration worked fine, however when I tried to integrate on LDAPS , am getting the below error in logs -
Jan 13 16:45:14 Prod-Chef-App01.gur.aricent.com openproject-web-1.service[22258]: /opt/openproject/vendor/bundle/ruby/2.6.0/gems/net-ldap-0.16.1/lib/net/ldap/error.rb:26:in `warn_deprecation_message': Deprecation warning: Net::LDAP::ConnectionRefused will be deprecated. Use Errno::ECONNREFUSED instead. (StructuredWarnings::StandardWarning)
Jan 13 16:45:14 Prod-Chef-App01.gur.aricent.com openproject-web-1.service[22258]: /opt/openproject/vendor/bundle/ruby/2.6.0/gems/net-ldap-0.16.1/lib/net/ldap/error.rb:26:in `warn_deprecation_message': Deprecation warning: Net::LDAP::ConnectionRefused will be deprecated. Use Errno::ECONNREFUSED instead. (StructuredWarnings::StandardWarning)
Jan 13 16:45:14 Prod-Chef-App01.gur.aricent.com openproject-web-1.service[22258]: I, [2020-01-13T16:45:14.732200 #22368] INFO -- : method=GET path=/admin/ldap_auth_sources/1/test_connection format=html controller=LdapAuthSourcesController action=test_connection status=302 duration=8.64 view=0.00 db=1.21 location=https://openproject.intra.aricent.com/admin/ldap_auth_sources user=2
Jan 13 16:45:14 Prod-Chef-App01.gur.aricent.com openproject-web-1.service[22258]: I, [2020-01-13T16:45:14.790613 #22368] INFO -- : method=GET path=/admin/ldap_auth_sources format=html controller=LdapAuthSourcesController action=index status=200 duration=41.26 view=29.22 db=6.51 user=2
Any Idea what could be the issue.
Regards
Ritesh Behl