Thursday, 2013-04-04

*** blackvipe has quit ()00:42
*** joevano has quit (Ping timeout: 258 seconds)04:16
*** joevano (~joevano@c-71-193-108-171.hsd1.in.comcast.net) has joined #wikid04:16
*** joevano has quit (Changing host)04:16
*** joevano (~joevano@bzflag/developer/JoeVano) has joined #wikid04:16
*** nowen (~nowen@99-174-93-102.lightspeed.tukrga.sbcglobal.net) has joined #wikid12:32
*** Philipp_ (d5b39ef2@gateway/web/freenode/ip.213.179.158.242) has joined #wikid19:21
Philipp_Hello nowen...19:23
nowenhi19:23
Philipp_I had no luck with reinstalling an blank centos 6.2 and the latest stable wikid release... still the same error, that the ldap service does not start automatically...19:24
nowenyeah, I'm pretty sure it is a permissions bug on our end.19:25
Philipp_but changing the permissions of /directory to root:root, starting the start-ds manually and disabling the firewall "solves" my problem...19:25
Philipp_but now: another error when testing an ldapsearch:19:26
Philipp_ERROR: java.io.IOException: PKCS12 key store mac invalid - wrong password or corrupted file.19:26
Philipp_have you ever seen the error message?19:26
nowenyes, it means that the passprhase is wrong for the cert19:28
Philipp_from which certificate? where do I have to store it? in the config?19:28
nowenin the Config/Enable Protocols/LDAP.  You need to enter the localhost passphrase19:29
Philipp_do I have to change the wAuthCAStorePW?19:30
joevanonowen: ok, my turn for support...19:31
joevano;-)19:31
nowenjoevano: about time ;-)19:31
joevanolets see how you juggle 2 of us19:31
nowenPhilipp_: LDAP_wauth_pass needs to be your localhost passphrase19:32
joevanoexample.jsp: get he following error when trying to access the page "The wClient connection to the server was NOT successfully established"19:32
joevanoin the logs I get ERROR: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?19:33
nowenjoevano: did you edit the page to change the passphrase?19:33
joevanoyes19:33
nowenjoevano: did you update the server and not re-edit?19:33
joevanono... still there19:33
nowenhmm. is your cert still valid?19:34
Philipp_ok, thank you... now I get an ldap reply...19:34
Philipp_next step for me is to connect my citrix access gateway...19:34
nowenis ldapsearch working?19:35
Philipp_do you know, which base-dn I do have to specify?19:35
Philipp_yes, ldapsearch is now working...19:35
nowenPhilipp_: we have reached the end of my ldap knowledge19:36
Philipp_ok, I'll try... will give you feedback19:36
nowenPhilipp_: you can see this page on how to do ldap & apache: http://www.wikidsystems.com/support/wikid-support-center/how-to/how-to-add-two-factor-authentication-to-the-seccubus-automated-vulnerability-scanner19:36
nowenjoevano: when did this start?19:39
joevanowe have never had that working...19:40
nowenahh19:40
nowendid you restart after editing? I assume so19:40
joevanojust now searching the page to test our certs19:40
joevanoyeah19:40
joevanoshould the port be 8389 or 8388? mine says 8389 and the line on the support site says 838819:44
nowen838819:56
joevanoyeah... weird, let me change that19:57
joevanonope still the same error20:01
nowenand you restarted aftward?20:01
nowenafterward?20:01
joevanoyes and my passphrase is correct because I copied it out of the file that holds it for autostarting the server20:02
nowenis that the same passphrase as the localhost?20:02
nowenhere's some clean code: http://pastebin.com/m3C5q4QG20:03
nowenI  have to go and get some children and take them to a place. I'll be back in about an hour20:03
joevanokk20:04
*** nowen has quit (Quit: Leaving.)20:04
joevanogetting "ERROR: javax.net.ssl.SSLHandshakeException: Received fatal alert: bad_certificate" in the logs20:24
joevanoso what certificate does that mean?20:24
joevanothis all checks out fine: http://www.wikidsystems.com/support/wikid-support-center/troubleshooting-faq/how-do-i-know-if-my-certificate-is-valid20:25
joevanois it the ssl certificate on the web interface?20:25
*** nowen (~nowen@99-174-93-102.lightspeed.tukrga.sbcglobal.net) has joined #wikid21:11
Philipp_hi nick... is there anywhere a documentation of the ldap components? how to connect to the directory service? authdn? basedn?21:16
joevanowelcome back nowen, did you look at the logs for when you were away?21:16
nowenPhilipp_: not really21:17
nowenjoevano: not yet21:17
joevanogot a cert error, but not sure what the means21:17
nowensame one?21:17
Philipp_does nobody use ldap? :-(21:17
joevanoERROR: javax.net.ssl.SSLHandshakeException: Received fatal alert: bad_certificate21:18
nowenjoevano: is there a little bomb icon?21:18
joevanoin the logs?21:18
nowenyeah, on the same line21:19
nowenif you click on it, it give the whole stacktrace21:19
joevanono no bombs, just filter icons21:20
joevanooh, this is new Couldn't validate the client certificate. Verify the validity and dates of the client cert.21:21
nowenthere we go21:21
nowendid you check the localhost cert with keytool?21:21
*** Philipp_ has quit (Quit: Page closed)21:21
joevanoi did... but ill check it again21:22
joevanomaybe I was looking with my "man eyes"21:22
joevanointCAKeys.p12  Valid from: Fri Apr 20 15:22:54 EDT 2012 until: Mon Apr 20 15:22:54 EDT 201521:25
joevanolocalhost.p12 Valid from: Fri Apr 20 10:01:39 EDT 2012 until: Sat Apr 20 10:01:39 EDT 201321:25
joevanogetting close on the localhost, but not quite21:26
joevanodate is correct on the server21:26
nowenyep21:26
nowendid you set up ADRegister?21:26
joevanono, I have not21:27
nowenand your code looks ok?21:27
joevanoyep replced it with what you pastebinned and put my server key and passphrase in... left changeme alone21:28
nowenodd21:29
nowenwell, you can re-create the localhost without any issues.  it might be interesting to see if that's it.  I don't imagine it is21:30
joevanohttp://pastebin.com/c1tT7Xni21:30
joevanohow do I go about that? through the configuratien tab, "Create LocalHost" cert link21:31
nowentry this: if there is a line return after the passphrase, delete it21:32
joevanooh... that may be pretty smart21:32
joevanonope21:36
joevanodidn't work21:36
nowenrats21:36
joevanoso use the create a LocalHost Cert on the config tab next?21:36
nowenyeah21:37
joevanoonly WAUTH and Radius are enabled... that ok?21:39
nowenyes21:41
joevanowell, I'll be...21:42
joevanoI thought there was no way that was it, but it was21:42
nowenhuh21:42
joevanonew local cert, restart and the page works21:43
joevanothanks, your a genius21:43
nowenyeah. that's weird though21:43
joevanoit is... though the guy who installed it was confused about the whole cert thing... maybe he created them out of order?21:44
nowenthat's not possible.  maybe the date was wrong on the server when it was created?21:44
joevanook... next question before you run21:45
nowenok21:45
joevanomaybe21:45
joevanowe are licensed for 75 clients is that a hard stop, we have 72 deployed21:45
nowennot too hard at this time :-)21:46
joevanotrying to collect all the outstanding activecards that we have and decommision that21:46
joevanoso as soon as I have a good #, I'll have you hit me up for some more $$21:46
nowensounds good to me21:47
nowenyou know, you could put the reg part of example.jsp behind active card login and have the users reg themselves21:47
joevanoJeff is sending out the "survey" tomorrow, so I should have a good idea in the next couple of weeks21:47
joevanoyeah, but the activecard tokens are starting to die and I just want to be rid of them21:48
joevanoeveryone just loves having it on their phone or PC21:48
nowenthey login with Activecard, register their WiKID token, throw away the card21:48
joevanono hunting around for another device21:49
joevanooh, thats a good idea21:49
joevanoos this example.jsp page, if I want to register another client (say my laptop, because I travel without my phone sometimes) I would use Add a Pre-Registration Code: setion?21:51
joevanoand not check override existing21:52
nowenwell, there are three options for plain registration:  registration, add device and add device without a passcode21:53
nowenthe last two register to an existing username21:53
joevanook21:53
nowenpre-reg is if you upload a list of pre-shared secrets and usernames to the server21:54
joevanoweird the "Find User by Name" fails looking for anyone21:54
nowenthen you give your users the pre-shared secrets21:54
joevanoyeah21:54
joevanothat makes sense21:54
nowendo you see 'Failed (No user returned)'?21:55
joevanoyes21:55
joevanobut the report buttons work21:55
joevanoi was just trying out something I could do now21:56
joevanook... last one because I am late leaving for home... way late21:57
nowenfind user is working for me21:57
joevanoweird, Ill play with it more tomorrow21:57
joevanowe are on 3.4 build 87-b1216, is it same to upgrade to the version on the downloads page?21:58
joevanolast time I asked you said to wait because of a bug that was being fixed21:58
joevanos/same/safe/21:58
nowenIt's pretty stable right now. Probably a good time to upgrade21:58
joevanoawesome... a task for tomorrow21:59
nowenthe recent change was to fix a pre-reg issue21:59
joevanoah21:59
nowenok21:59
joevanok, night21:59
nowenlater!21:59
*** nowen has quit (Quit: Leaving.)22:16

Generated by irclog2html.py 2.11.0 by Marius Gedminas - find it at mg.pov.lt!