SSL cipher strength
SSL cipher strength
Is it possible to set the cipher strength that the SSL cert uses? We had an external port scan report that it's currently using the lowest encryption level - I'd hope to improve on that so the report comes back without any complaints... 
Re: SSL cipher strength
I assume you are using a HTTPS connection from the LongReach app to the LongReach server.
You need to generate your private key and public key/X.509 certificate with a higher key strength.
If you are using LANSA Integer PKIEditor you need to edit the XXXXX.pki.prj file and change the strength property to 2048.
You need to generate your private key and public key/X.509 certificate with a higher key strength.
If you are using LANSA Integer PKIEditor you need to edit the XXXXX.pki.prj file and change the strength property to 2048.
Re: SSL cipher strength
The certificate wasn't privately created - I'm familiar with setting the cipher strength through apache but not through the Lansa PKI editor
Re: SSL cipher strength
I think one of the LANSA USA support guys helped you export your keys from IBMi DCM into a .p12 file, and then imported these keys from the .p12 file into a .jks file.
To increase the size of your keys you need to generate new keys.
To increase the size of your keys you need to generate new keys.