passifox icon indicating copy to clipboard operation
passifox copied to clipboard

KeePassHttp not sending passwords

Open billrvolz opened this issue 11 years ago • 1 comments

Windows 7, Chrome 35.0.1916.114 m, KeePass .2.26, KeyPassHttl 1.8.3, ChromeIpass 2.6.7

UserID/passwords are not being transferred from KeePass to the fields. Cntl-V in KeePass and global Cntl-Alt-A both work. I tried changing the port and no help.

In Developer mode, I'm seeing this in the console:

Error in response handler for browserAction.setIcon: No tab with id: 232. _generated_background_page.html:1 Failed to load resource http://localhost:19455/ KeePassHttp: NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'http://localhost:19455/'. keepass.js:294 Error: 0 keepass.js:314 Could not connect to keepass keepass.js:324 Failed to load resource http://localhost:19455/ KeePassHttp: NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'http://localhost:19455/'. keepass.js:294 Error: 0 keepass.js:314 Could not connect to keepass

And Netstat is showing this: TCP [::1]:19455 bill-net:55233 ESTABLISHED TCP [::1]:55233 bill-net:19455 ESTABLISHED

All help welcome. Thanks

billrvolz avatar May 24 '14 00:05 billrvolz

I had this same problem and the reason was because all my browsers were redirecting http://localhost:19445 to httpS://localhost:19445. When I deleted "localhost" domain from the HSTS browser cache the connection from the plugin to keepass have been restored. (more technical details: the reason to have localhost in hsts was I have local apache and a site using hsts.)

nedich avatar Jul 18 '17 11:07 nedich