View previous topic :: View next topic |
Author |
Message |
santosh
Joined: 10 Jan 2019 Posts: 23
|
Posted: Thu Feb 07, 2019 5:09 am Post subject: System.Security.Cryptography.CryptographicException |
|
|
I am doing a local test of WinForms control licensing and I have run into an issue where the License Tracker is unable to update the remote server (I am running a local authentication service) after I added a few products and their variants. I get the popup "Authentication Server Error" with an exception "System.Security.Cryptography.CryptographicException: Bad Data.". I tried restarting both the authentication service and the tracker but I am still getting the same error.
The authentication server console window shows the following two lines:
Code: | Request started: "POST" http://localhost:2142/AuthenticationService.asmx
Request ended: http://localhost:2142/AuthenticationService.asmx with HTTP status 500.0 |
Error Popup:
|
|
Back to top |
|
|
Infralution
Joined: 28 Feb 2005 Posts: 5027
|
Posted: Sat Feb 09, 2019 12:21 am Post subject: |
|
|
Try uploading and running the Install.aspx page on the Authentication web site and select the option to Reset the configuration Key. This is the key that is used to secure communications between license tracker and the server. Resetting it tells the authentication server to accept a new key next time it receives a Configure request from License Tracker. _________________ Infralution Support |
|
Back to top |
|
|
santosh
Joined: 10 Jan 2019 Posts: 23
|
Posted: Sat Feb 09, 2019 1:49 am Post subject: |
|
|
I reinstalled ILS and the error went away. Thanks. |
|
Back to top |
|
|
|