cantaloupe icon indicating copy to clipboard operation
cantaloupe copied to clipboard

How to use Client Side certificate for retreiving files from image server?

Open kramer65 opened this issue 4 years ago • 0 comments

I'm currently connecting our Cantaloupe server to a new source server from which it will retrieve images. That connection requires manually adding a client side certificate though.

With curl a request works like this:

curl --http1.1 -i https://somehost.nl/somefile.pdf --cert thecert.pem

Does anybody know how I can make requests to one server always include this cert?

If this is currently not possible with Cantaloupe, can I add it somehow and send a PR? Would you have any pointers in where in the code I could add this?

kramer65 avatar May 28 '20 10:05 kramer65