I have an application runs fine without SSL enabled.
However, once SSL is enabled on IIS 7, I got the following error "The underlying connection was closed: Could not establish relationship for SSL/TLS secure channel" whenever I run the Crystal Report.
I have created a self-signed certificate and configured the SSL port for the website hosted on IIS.
Furthermore, I have checked the 'Require SSL' in IIS' 'SSL Setting'.
The certificate I created is also under the 'trusted root certification authorities' category.
My machine is Windows 7 with SQL server 2008R2.
Not sure what is missing here.