Using a SSL certificate with Alias name 1 during Recording throws the error in DevTest Portal
search cancel

Using a SSL certificate with Alias name 1 during Recording throws the error in DevTest Portal

book

Article ID: 202494

calendar_today

Updated On:

Products

CA Cloud Test Mobile CA Application Test

Issue/Introduction

Customers would like to leverage a DigiCert SSL certificate during the creation of a recording/VS through portal and get the errors  "Your recording session has become invalid because of the following error: Recording session not found: 7330A623188F11EBBA1A005056819135. Your recording session will be reset." or "404 Page Not Found" as in the below screenshots.

10.6 & 10.7 Versions:

10.8 version:

 

Environment

Release : 10.x

Component : CA Service Virtualization

Cause

Keystore had a Privatekeyentry with alias name "1" caused the issue. The Alias name of keystore used with recorder should have a minimum of 3 characters.

 

Resolution

Updating the alias using the below keystool changealias command, the issue will be resolved. 

"c:\Program Files\Java\jdk1.8.0_241\bin\keytool.exe" -changealias -alias sslcert -destalias sslsert_new -keystore newkeystore.jks