Article Content
Article Number | 000037161 |
Applies To | RSA Product Set : SecurID RSA Product/Service Type: Authentication Agent for PAM RSA Version/Condition: 8.0.x Platform : Linux< |
Issue |
#OPERATION_MODE :: To enable the agent operating mode choose one of the option. # :: 0 UDP Protocol # :: 1 SID REST Service # :: 2 MFA REST Service # default value is 0 OPERATION_MODE=1
INFO (../src/ConnectionHandler/ConnectionHandler.cpp:355) - Connecting to Server: https://am83p.vcloud.local:6666/mfa/v1_1/authn ERROR (../src/ConnectionHandler/ConnectionHandler.cpp:359) - Failed to connect.Curl error code: 60 |
Cause | The issue is due to an incorrect SSL root certificate from the Authentication Manger primary server being used on the client where the Authentication Agent for PAM is installed. Error - Failed to connect.Curl error code: 60 |
Resolution | To resolve this issue, follow the steps below:
CA_CERT_FILE_PATH=/var/ace/AM84RootCA.cer
(../src (../src/ConnectionHandler/ConnectionHandler.cpp:355) - Connecting to Server: https://am83p.vcloud.local:6666/mfa/v1_1/authn (../src/ConnectionHandler/ConnectionHandler.cpp:425) - Successfully got response! (../src/ConnectionHandler/ConnectionHandler.cpp:444) - The response is {"context":{"authnAttemptId":"53034944-93fd-4163-8401-f3368126c487","messageId":"a05a90fe-417f-47fe-8771-83d281f787ab","inResponseTo":"acd947a0-295f-11e9-8c89-005056011612"},"credentialValidationResults":[{"methodId":"SECURID","methodResponseCode":"SUCCESS","methodReasonCode":null,"authnAttributes":[]}],"attemptResponseCode":"SUCCESS","attemptReasonCode":"CREDENTIAL_VERIFIED","challengeMethods":{"challenges":[{"methodSetId":null,"requiredMethods":[]}]}} (../src/auth/MFAVerifyProcessor.cpp:143) - processing response from AM for Verify Request (../src/auth/MFAVerifyProcessor.cpp:240) - completed processing response from AM for Verify Request (../src/auth/AuthnHandler.cpp:61) - Result prompt string: Authentication Success |
Notes | See libcurl error codes for detailed information on CURL errors. |