MySQL query (over SSL) fails in IIS 7 using default AppPool identity
Posted
by Jon Tackabury
on Server Fault
See other posts from Server Fault
or by Jon Tackabury
Published on 2010-04-02T01:11:54Z
Indexed on
2010/04/02
1:13 UTC
Read the original article
Hit count: 507
I am trying to run a website locally in Windows 7 under IIS 7. I have the AppPool configured to use "Classic" mode, but connecting to a MySQL DB that requires SSL fails. If I change the identity to my user account it works perfectly. It fails when using the default "ApplicationPoolIdentity" account. Is there something I'm missing somewhere? Why would running a MySQL query over SSL fail for certain user accounts?
Update: This is the exception that the MySQL Connector is throwing:
"Reading from the stream has failed. Attempted to read past the end of the stream."
© Server Fault or respective owner