My server is using TLS SNI to host multiple secure certificates on the same machine. Prince apparently doesn't support that and doesn't render the images at all. My understanding is that TLS is SSL4 except it was different enough that it needed to be renamed.
Here's the entry from the log file. This server hosts the same application several times (environments are at different versions) ... edge.domain.com has the latest/greatest code, staging.domain.com is predeploy testing, http://www.domain.com is production, etc.... we added an SSL certificate to edge because we've had some issues where SSL was causing a problem once we deployed to production. We wanted not to be surprised in production so we added a cert to edge.
warning: SSL: certificate subject name 'www.domain.com' does not match target host name 'edge.domain.com'
Here's the entry from the log file. This server hosts the same application several times (environments are at different versions) ... edge.domain.com has the latest/greatest code, staging.domain.com is predeploy testing, http://www.domain.com is production, etc.... we added an SSL certificate to edge because we've had some issues where SSL was causing a problem once we deployed to production. We wanted not to be surprised in production so we added a cert to edge.
warning: SSL: certificate subject name 'www.domain.com' does not match target host name 'edge.domain.com'