David Moorhouse
David Moorhouse

Reputation: 1665

Cannot Load OpenSSL in IIS

I am using xmlsec to sign XML documents. This works fine on my development machine when I'm running a local executable. However when I compile this to run as an ISAPI dll (under a local instance of IIS 7 on Windows 10) I get an error when making the call to

xmlSecCryptoDLLoadLibrary('openssl') 

I have checked the permissions on the xmlsec and openssl binaries and made sure the IIS_IUSRS (the application pool virtual user) has execute rights.

What else should I be checking to get this working (NB: it has to be deployed via IIS)

Upvotes: 1

Views: 44

Answers (0)

Related Questions