When we engage with a client we need to get access to a product feed. More information on what we need in that feed can be found here.
In order to get the infrastructure in place for ongoing feeds when we get to a production-level integration, you will be provided with SFTP credentials your team can use to upload initial product feed files. Once we launch a production version of our visual search within your app, we'll want to have access to a regularly updated feed. We can pull these directly from your source, or from the SFTP directory. This usually entails an upload script to be built on your end.
As noted, we'll provide the credentials to access our server. There are a number of security considerations that we want you to be aware of.
Our provider recently updated their accepted SSL ciphers and algorithms removing some older, less secure options from the system.
The current algorithms supported are as follows:
===ssh-kex
curve25519-sha256@libssh.org
ecdh-sha2-nistp256
ecdh-sha2-nistp384
ecdh-sha2-nistp521
diffie-hellman-group-exchange-sha256
===ssh-key
ssh-rsa
===ssh-ciphers
aes128-ctr
aes192-ctr
aes256-ctr
===ssh-hmacs
hmac-sha2-256
hmac-sha2-512