You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@predictionio.apache.org by samuelebistoletti <gi...@git.apache.org> on 2016/08/22 10:44:54 UTC

[GitHub] incubator-predictionio issue #280: pio build returns with 'No subject altern...

GitHub user samuelebistoletti opened an issue:

    https://github.com/apache/incubator-predictionio/issues/280

    pio build returns with 'No subject alternative DNS name matching direct.prediction.io found.'

    pio build command returns with DNS error. I think this is related with websites issue.
    
    Exception in thread "Thread-0" javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No subject alternative DNS name matching direct.prediction.io found.
    	at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
    	at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949)
    	at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302)
    	at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296)
    	at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1509)
    	at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:216)
    	at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979)
    	at sun.security.ssl.Handshaker.process_record(Handshaker.java:914)
    	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062)
    	at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
    	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
    	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
    	at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
    	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
    	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1513)
    	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441)
    	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
    	at java.net.URL.openStream(URL.java:1045)
    	at scala.io.Source$.fromURL(Source.scala:140)
    	at scala.io.Source$.fromURL(Source.scala:130)
    	at io.prediction.workflow.UpgradeCheckRunner.run(WorkflowUtils.scala:400)
    	at java.lang.Thread.run(Thread.java:745)
    Caused by: java.security.cert.CertificateException: No subject alternative DNS name matching direct.prediction.io found.
    	at sun.security.util.HostnameChecker.matchDNS(HostnameChecker.java:204)
    	at sun.security.util.HostnameChecker.match(HostnameChecker.java:95)
    	at sun.security.ssl.X509TrustManagerImpl.checkIdentity(X509TrustManagerImpl.java:455)
    	at sun.security.ssl.X509TrustManagerImpl.checkIdentity(X509TrustManagerImpl.java:436)
    	at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:200)
    	at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124)
    	at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1491)


----

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-predictionio issue #280: pio build returns with 'No subject altern...

Posted by dszeto <gi...@git.apache.org>.
Github user dszeto commented on the issue:

    https://github.com/apache/incubator-predictionio/issues/280
  
    Thanks for reporting. This is fixed in the latest codebase. Despite this exception, all `pio` commands will still succeed at the end.
    
    By the way, please subscribe and post to user@predictionio.incubator.apache.org for further questions (instructions @ http://predictionio.incubator.apache.org/support/).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---