Getting Started with eMessage Connector and eMessage Agents > Running the Smoke Test > Troubleshooting the Smoke Test > Smoke Test Exception 5: File upload failure due to incorrect upload URL (hostname does not match SSL certificate CN)
Smoke Test Exception 5: File upload failure due to incorrect upload URL (hostname does not match SSL certificate CN)
This exception may occur as a result of Smoke Test 8, which attempts to send a file upload request to the Connector and then validate that the file is uploaded. In addition, refer to Troubleshooting the Smoke Test – Smoke Test 8 — Upload a File.
Here is the exception:
... ERROR c.t.s.p.emessage.EmessageSmokeTest -
Finished test 8/9: Send a file upload request message to the
eMessage Connector and then validate that the file is uploaded result=FAILURE
...
Error uploading file transfer for file=testfile.txturl=
....
Caused by: com.Thingworx.smoketest.ValidationException:
HTTP POST failed to URL=https://mycomputer:8081/upload?
...
Caused by: javax.net.ssl.SSLHandshakeException:
java.security.cert.CertificateException:
No subject alternative DNS name matching mycomputer found.
at sun.security.ssl.Alerts.getSSLException
...
Was this helpful?