Tuesday, 2011-09-06

*** asofrank has quit (Ping timeout: 252 seconds)06:45
*** asofrank (~laszlof@wookie.tvog.net) has joined #wikid06:46
*** nowen (~nowen@adsl-74-176-212-133.asm.bellsouth.net) has joined #wikid12:49
*** Lake_Lurker (~Just@h16.160.17.98.dynamic.ip.windstream.net) has joined #wikid13:03
*** Lake_Lurker has parted #wikid (None)13:03
*** KeithDelande_Fir (410584de@gateway/web/freenode/ip.65.5.132.222) has joined #wikid17:17
nowenwelcome KeithDelande_Fir, let me know if you have any questions17:18
KeithDelande_FirHey Nick -- trying to integrate the HTML5 token into my system17:18
KeithDelande_FirSeem to have it almost working but...17:18
KeithDelande_FirI have dropped the .war file in and tomcat seems to have layed out the necessary structure and I can get to it by http://blah/HTML5Token/17:19
KeithDelande_FirI did the verify.jsp and it returned results that matched the docs17:19
KeithDelande_FirI've copied HTML5Token.html to HTML5TokenFS.html so I can play with that initial web page and I get the box with the js token in it17:20
KeithDelande_Firso all that is good17:20
nowenok17:20
KeithDelande_FirNow, it does the initial key exchange (where it counts up) and that finishes17:20
nowenok17:20
KeithDelande_Firbut then it won't return the page in the html page that tells it where to go - registrationPage17:21
KeithDelande_Firit sits there for about 10-15 seconds then I get17:21
KeithDelande_FirCommunication with the server FAILED.  The call failed on the server; see server logs for details17:21
KeithDelande_FirI looked in catalina.log and admin.[date].log and I see corresponding errors but nothing specific as to what/why it fails17:22
*** Embalmed has quit (Remote host closed the connection)17:23
KeithDelande_Firfor a test, I have http://www.wikidsystems.com/simple_reg_form in the page17:23
KeithDelande_FirI even tried copying that down with wget to my local system and pointing the page there but same result17:23
KeithDelande_FirI also tried www.google.com17:23
nowenso, the keys get generated.  Do you get prompted for a PIN?17:24
KeithDelande_Firno17:24
nowenwhat browser are you using?17:24
KeithDelande_FirIt counts up to about 20+ seconds and stops, saying Completed then I get that error about 10-15 seconds later17:24
KeithDelande_Firif I go back, the token box is blank but it has the border and header from the .css sheet, just the contents where it would say the text abut the token is blank17:25
KeithDelande_FirFirefox 6.0.117:25
*** Embalmed (embalmed@204.188.217.2) has joined #wikid17:26
nowencan you try again in a different browser or in private/icognito mode?17:26
KeithDelande_FirShould IE 8 work?17:26
nowenI don't think so, but I can't remember - or  keep up with the changes17:26
KeithDelande_Firwhat browsers are supported?17:27
nowenI think FF, Chrome and Opera work17:29
nowenmy guess is that it is something with your registration link17:30
nowenwhat do you have for the serverIP?17:30
KeithDelande_Firsame result in IE 817:31
KeithDelande_FirregistrationPage: "http://x.x.x.x/HTML5Token/simple_reg_form" is what's in my html form (I x'd out our IP)17:31
KeithDelande_Firand simple_reg_form is a direct wget from your site as a test17:32
KeithDelande_FirI can go to that same link directly and get a web page with the form17:32
nowenand is the Server IP the IP of your WiKID server?17:33
KeithDelande_Firyes17:33
nowenanything in the WiKIDAdmin logs?17:36
KeithDelande_Firwhere are those stored?  I'll take a look17:37
nowenin the web ui, on the top right corner is a link17:49
KeithDelande_Firx.x.191.149 - - "POST /HTML5Token/HTML5Token/HTML5TokenService HTTP/1.1" 500 -17:53
KeithDelande_Firthat error appears when I attempt it17:53
KeithDelande_Firx.x.191.149 is my client (my laptop's) IP17:53
nowenso, are you running the html5 war on the WiKID server?17:56
KeithDelande_Firyes18:00
nowenwhich isn't a problem. we're doing it too18:00
nowenare you using 127.0.0.1 as the server IP?18:00
KeithDelande_FirI dropped it in /opt/WiKID/webapps and did a wikidctl stop and start and it created everything in the webapps path under tomcat as expected18:01
KeithDelande_Firno, I was using the public IP18:01
nowentry using the localhost ip18:01
KeithDelande_Firalso I used www.wikidsystems.com/simple_reg_form and that didnt work either18:01
nowenthe Server IP field is different18:01
KeithDelande_Firok, I changed registrationPage to http://127.0.0.1/HTML5Token/simple_reg_form18:04
KeithDelande_Firsame result18:04
KeithDelande_Firand I confirmed simple_reg_form is in that dir18:04
nowensorry - not the registration field18:05
nowenthe Server IP field18:05
nowen<script>18:05
nowen        var WiKIDConfiguration = {18:05
nowen            domainCode: "127000000001",18:05
nowen            serverIP: "127.0.0.1",18:05
nowen            showRegCode: "true",18:05
nowen            registrationPage: "http://127.0.0.1:8888/register.html"18:05
nowenthe registration page can be anything, and should be externally route-able. the Server IP is how the html war app communicates with the WiKID server.18:09
KeithDelande_Firok, trying tha tnow18:20
KeithDelande_FirAH18:22
KeithDelande_Firprogress18:22
nowennice18:22
KeithDelande_FirI get some warnings about stopping the script from running, about 4 of them but then I get the PIN entry box18:22
KeithDelande_Firthat was in IE18:22
KeithDelande_FirFirefox was much faster and no warnings on script18:23
KeithDelande_Firok, PIn part worked perfectly18:26
KeithDelande_Firand then it properly took me to your simple_reg_form as expected18:26
nowenexcellent18:26
KeithDelande_Firso now I know it works and I'll point it back to my copy of simple_reg_form which I'll hack up for my purposes18:27
KeithDelande_Firthanks Nick!18:27
nowenno problem :)18:27
nowenthanks for using WiKID!18:27
nowenKeithDelande_Fir: know that it is still beta18:31
nowenand if the user clears their cache, the need to re-register.18:31
nowenlimitations of html518:39
KeithDelande_Firyeah, we assumed as much18:39
KeithDelande_Firfigured it had to be storing the key exchagen info somewhere in cache to not be prompting for that process each time18:40
nowenstill, from an ease-of-use perspective it is an interesting piece of software IMO18:40
KeithDelande_Firyes....we're having problems getting the java token rolled out at locations where we do not control the machine and it's locked down18:42
nowenhmm18:42
KeithDelande_Firso we are hoping to possibly introduce the html5 token as a workaround since it doesn't require either java or the token jar to be installed18:42
KeithDelande_Firas long as browser cache is kept persistent, we think it might work18:43
nowencould work,  hopefully they aren't using IE 6 :)18:43
KeithDelande_Firyeah, and they might be18:43
nowenare these partners or customers?18:43
KeithDelande_Fircustomers18:43
KeithDelande_Firwhere our employees work out fo18:43
KeithDelande_Firhospitals18:44
nowenso - your employee, their computer?18:44
KeithDelande_Firour employees sit onsite at these hospitals and use the hospital's systems but connect back to our mainframe to provide the services we provide as a vendor to the hospital18:44
nowengotcha18:45
KeithDelande_Firand they're very hard to convince we need to load software up18:45
KeithDelande_Firso we provide an extranet today via a web site (think a Juniper appliance) so that allw e need is port 80 access to a single url18:45
KeithDelande_Firthat box then negotiates all the internal stuff and provides clientless vpn if required18:46
KeithDelande_Firbut now that we need to add 2-factor for PCI compliance, we're back to loading things18:46
nowenyeah18:47
KeithDelande_Firthanks again Nick, off to continue to work this out and brand it for further testing18:50
nowencool18:50
*** KeithDelande_Fir has quit (Quit: Page closed)19:08
*** Lake_Lurker (~Just@h16.160.17.98.dynamic.ip.windstream.net) has joined #wikid19:50
*** Lake_Lurker has parted #wikid (None)19:50
*** Embalmed has quit (Remote host closed the connection)21:38
*** Embalmed (embalmed@204.188.217.2) has joined #wikid21:39
*** Embalmed has quit (Max SendQ exceeded)21:39
*** Embalmed (embalmed@204.188.217.2) has joined #wikid21:42
*** CowboyPride_ (~BartSimps@cpe-075-183-170-059.sc.res.rr.com) has joined #wikid22:46
*** CowboyPride has quit (Read error: Connection reset by peer)22:47
*** nowen has parted #wikid (None)22:48
*** Embalmed has quit (Read error: Connection reset by peer)23:03
*** Embalmed (embalmed@204.188.217.2) has joined #wikid23:04
*** Embalmed has quit (Remote host closed the connection)23:12
*** Embalmed (embalmed@204.188.217.2) has joined #wikid23:15

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