At first this didn't work as we received an asn1 error: "tls: failed to parse certificate from server: asn1: structure error: tags don't match" I did some digging in our CA setup and it turned out that the keys of the CA and intermediate CA were encrypted with Elliptic curve crypto...
In one of my SSIS Interface I have to Merge data from a Oledb source and a Flat file source.But after I read from the flat file I have do a basic validation of the file for the length of header,detail and trailer records and then process further.The above Validation I am doing withi...