I have a vendor that needs immunization transactions sent to them real-time via http post. Can I do this in a secure fashion with Cloverleaf 5.7?
Right now, I’m using the fileset-local protocol to send the messages to a file. I call a tcl proc that uses tclcurl to http post the messages to the vendor’s site. I’m concerned on how secure this method really is.
The vendor mentioned passing certificates; however, they can’t tell me any information about the certificate. Shouldn’t they provide that information?
Any help is appreciated.
Thanks.