Quantcast
Channel: linuxadmin: Expanding Linux SysAdmin knowledge
Viewing all articles
Browse latest Browse all 17854

389-ds Java console not working over https

$
0
0
<!-- SC_OFF --><div class="md"><p>I have a standalone 389-ds server with Directory server and Admin server on the same machine. Self-signed certificates have been used and confirmed working with </p> <pre><code>openssl s_client -connect target_server_fqdn:636 </code></pre> <p>And after editing /etc/openldap/ldap.conf on server running an ldapsearch to test TLS is also successful.</p> <pre><code>ldapsearch -x -ZZ &#39;(uid=testuser)&#39; </code></pre> <p>If I connect to the Java console using https://ldapserver_FQDN:9830 I get <a href="http://i.imgur.com/uUPt0YZ.png">this error</a></p> <p>I can however use the Admin Express link in web browser over https just fine which would seem to prove that SSL was setup ok.</p> <p>Anyone encountered this at all and know of a solution? I can use the commandline but its more time-consuming and I also need no-linux savvy users to maintain the user list.</p> <p>regards, Kiweegie.</p> </div><!-- SC_ON --> submitted by

Viewing all articles
Browse latest Browse all 17854

Trending Articles