pointerness
pointerness

Reputation: 323

camel-azure underlying protocol for azure blob https or http

Which protocol does the camel-azure component use internally? Are the calls HTTPS or HTTP? I need to decide whether or not to encrypt the blob content. I think it uses HTTPs by default. Did not find any option to override in the Azure documentation or the blob code

Upvotes: 1

Views: 86

Answers (1)

pointerness
pointerness

Reputation: 323

answering this on my own. BlobServiceUtil.prepareStorageBlobUri uses HTTPS

Upvotes: 2

Related Questions