Technote (troubleshooting)
Problem(Abstract)
Cannot Link an FTA via ssl
Symptom
the following error is displayed into logs:
The following error into logs :
14:45:11 06.11.2012|MAILMAN:+ AWSBCV082I Workstation FTALNX851-1,
message: AWSDEB009E La trasmissione dei dati non è possibile poiché il
collegamento è interrotto. Il seguente messaggio fornisce maggiori
dettagli sull'errore: No such file or directory.
14:45:11 06.11.2012|MAILMAN:+
14:45:12 06.11.2012|MAILMAN:+
14:45:12 06.11.2012|MAILMAN:+ AWSBCV082I Workstation FTALNX851-1,
message: AWSDEB045E Errore durante la creazione del contesto SSL locale.
Il seguente messaggio fornisce maggiori dettagli sull'errore:
error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad
decrypt.
Resolving the problem
verify that no extra characters (\n, etc) are contained into pwd file.
To verify extra characters please following this steps:
UNIX:
assume your password in $InTheBank$ in the file pwd.txt
$ od -c pwd.txt
0000000 $ I n T h e B a n k $ \n
you can see the extra char "\n"
You can delete the extra "\n" in this way
$ cat pwd.txt | tr -d "\n" > pwd_no_eol.txt
$ od -c pwd_no_eol.txt
0000000 $ I n T h e B a n k $
WINDOWS:
in Windows you need to use an editor that show you the line feed. In many case notepad is good.
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.