DX Application Performance Management

  • 1.  Problems with PPack for WebServers 10.3

    Posted Dec 01, 2016 11:11 AM

    Hello Community.

    I have a problem with some webserver upgraded with TLS1.2

     

    Now I cannot monitor the webservers and I get this error

     

    12/01/16 05:05:22 PM CET [ERROR] [WebServerMonitor] Could not get metrics from server : https://x.x.x.x:443 Could be due to unsupported protocol or cipherSuite being used
    javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
    at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Unknown Source)
    at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Unknown Source)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.recvAlert(Unknown Source)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(Unknown Source)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(Unknown Source)
    at com.sun.net.ssl.internal.ssl.AppOutputStream.write(Unknown Source)
    at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
    at java.io.BufferedOutputStream.flush(Unknown Source)
    at org.apache.commons.httpclient.HttpConnection.flushRequestOutputStream(HttpConnection.java:831)
    at org.apache.commons.httpclient.HttpMethodBase.writeRequest(HttpMethodBase.java:1979)
    at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:997)
    at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:400)
    at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:173)
    at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:430)
    at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:326)
    at com.wily.webservermonitor.AWebServerMonitor$Executor.run(AWebServerMonitor.java:125)

     

    Do you have an idea how to solve this?

     

    Thanks

    Luca Razzi



  • 2.  Re: Problems with PPack for WebServers 10.3

    Broadcom Employee
    Posted Dec 01, 2016 11:25 AM

    Take a look at the wiki for the version you are using and compare the supported cyphersuites.



  • 3.  Re: Problems with PPack for WebServers 10.3

    Broadcom Employee
    Posted Dec 01, 2016 12:00 PM

    Converting to a Question for wider audience



  • 4.  Re: Problems with PPack for WebServers 10.3

    Broadcom Employee
    Posted Dec 01, 2016 12:05 PM

    Ciao Luca,

     

    In addition to Davis' suggestion please check below TEC DOC that seems to match the error you are having:

     

    Knowledge Base Articles 

     

    Not seeing Web Server metrics.

     

    Cheers

    Jose



  • 5.  Re: Problems with PPack for WebServers 10.3
    Best Answer

    Posted Dec 01, 2016 12:30 PM

    Hello community.

    The problem is solved.

    We had an error because we started the PowerPack with jre 1.6.

    Now we have started the PP with java 1.7 and magically everything goes right. The https Connection was done using jre1.6 and this did not support TLS1.2. Now with jre 1.7 TLS v1.2 is supported.

     

    Thanks

     

    Luca