Sidebar

SFTP - Prime size must be multiple of 64, and can only range from 512 to 1024 (inclusive)

0 votes
5.9K views
asked Sep 1, 2017 by brandon-w-8204 (33,270 points)
I am getting an error in the qie log "Prime size must be multiple of 64, and can only range from 512 to 1024 (inclusive)" when connected to a SFTP site

1 Answer

0 votes
This error is because the SFTP site is using an SSL Key that is length 2048. Java 7 supports keys up to 1024 in length. To fix this upgrade to Java 8 or higher.
answered Sep 1, 2017 by brandon-w-8204 (33,270 points)
...