0

I am trying the web API sample application provided in SDK. SDK version is 3.2. I have installed SDK, Digital Persona Lite Client and driver. When I open web page then it does not show me the device and in the browser console, it shows:

POST https://127.0.0.1:9001/connect net::ERR_SSL_VERSION_OR_CIPHER_MISMATCH

if I go to https://127.0.0.1:52181/get_connection I see:

{"endpoint":"https://127.0.0.1:9001/?web_sdk_id=556e6cc7-19f7-40db-82d4-59ef33433cfc&web_sdk_minport=9001&web_sdk_port=9001&web_sdk_secure=true&web_sdk_username=LvRZWhIxZtU&web_sdk_password=F3AD340EDFB7E403&web_sdk_salt=C9EEB4BDEFEA6BBFBD0CCAFF323E88D4AEBB12EC830C6224A785883E547942BE"}

In firefox I am seeing error if I try to access address with port 9001:

An error occurred during a connection to 127.0.0.1:9001. Cannot communicate securely with peer: no common encryption algorithm(s).

Error code: SSL_ERROR_NO_CYPHER_OVERLAP

Alamzaib Farooq
  • 190
  • 2
  • 18
  • Could you please share your SDK with me? I am also integrating Digital Persona U.are.U but I don't have the SDK. It will be a big help if you share this SDK with me. – Ubaid Hussain Jun 10 '22 at 14:37
  • @UbaidHussain Do not implement it on the web. You will not succeed it will only capture your finger but will not compare. The required engine does not work on the web. Instead, create the desktop app using WCF. Also, using this device on web is security threat. Use apis and submit result there. – Alamzaib Farooq Jun 10 '22 at 19:22
  • The compare feature is gonna run on server and in web we are just gonna capture the template – Ubaid Hussain Jun 11 '22 at 06:42
  • @UbaidHussain you can search my name on fb and send me a message. – Alamzaib Farooq Jun 13 '22 at 10:54

1 Answers1

0

After banging my head for 3 days I found the solution.

  • Install Digtal Persona Client
  • Install SDK
  • Go to device manager -> In Biometric Devices right click on device -> Seelct update drive -> Select browse from my computer -> Select let me pick from my device -> Select URU 4500 Fingerprint Reader (Not WBF).
  • Now important part repair Digital Persona Client and restart.
Alamzaib Farooq
  • 190
  • 2
  • 18