At a high level, yes.
Depending exactly how your internal network is setup traffic may flow unencrypted through your internal network. eg
internet --https--> company network --http--> fme --http--> company network --https--> internet
But it is more likely to be https all the way through
Yes, I think it is pretty safe to assume HTTPS/TLS all the way here.
Since this communication is initiated by the FME Flow engine, using the HTTPS protocol the traffic would be encrypted.
Wireshark and Fiddler are a couple of tools you could use to 'confirm' this is the case, but I am very confident there's no issue here with unencrypted data being transmitted.
Our Dev Team made me aware of this:
https://docs.snowflake.com/user-guide/security-encryption-end-to-end
Yes, I think it is pretty safe to assume HTTPS/TLS all the way here.
Since this communication is initiated by the FME Flow engine, using the HTTPS protocol the traffic would be encrypted.
Wireshark and Fiddler are a couple of tools you could use to 'confirm' this is the case, but I am very confident there's no issue here with unencrypted data being transmitted.
Our Dev Team made me aware of this:
https://docs.snowflake.com/user-guide/security-encryption-end-to-end
Thank you for your answer. I believe this is exactly what we were looking for.