I’m trying to use cfhttp to connect to Google Map’s Geocoding API, and am
getting the following error
“Unknown host: Host name ‘maps.googleapis.com’ does not match the
certificate subject provided by the peer (CN=*.googleapis.com, O=Google
Inc, L=Mountain View, ST=California, C=US)”
This appears to be an error with Lucee not handling a multi-domain cert
correctly. I found the following bug which appears to be the issue I’m
experiencing
I should have noted as well that I’m using the following version of Java
1.8.0_45 (Oracle Corporation) 64bitOn Friday, February 26, 2016 at 9:57:38 AM UTC-5, eddie b wrote:
I’m trying to use cfhttp to connect to Google Map’s Geocoding API, and am
getting the following error
“Unknown host: Host name ‘maps.googleapis.com’ does not match the
certificate subject provided by the peer (CN=*.googleapis.com, O=Google
Inc, L=Mountain View, ST=California, C=US)”
This appears to be an error with Lucee not handling a multi-domain cert
correctly. I found the following bug which appears to be the issue I’m
experiencing