|
Problem(Abstract) |
After recreating SSL certificates and keyrings, you
receive the following message at the Administrative Console:
error Failure Exit from -> SecurityManager::secureSocketInit
Socket descriptor: 252
gsk_secure_socket_init: 403 |
|
|
|
Resolving the
problem |
Verify your SSL certificate settings in the Administrative
Console by following this path:
System Administration > z/OS Location Service > SSL Settings
DefaultIIOPSSL (this is the repertoire being used)
Security > DefaultIIOPSSL > Key File Name > WTNDAKeyring
The keyring defined in ACF2 is WTNDAKeyring, according to the
above.
- Issue the equivalent ACF2 command from job BBOWBRAK. Following is the
RACF® command, but if you use ACF2 as your security product, the command
would be different.
RACDCERT ID(ASCR1) CONNECT (LABEL('BBOC001') RING(WASKeyring )
DEFAULT)
This connects the certificate to the keyring and set the
DEFAULT.
|
|
|
|
|
|
|