Forum Discussion

Zdenda's avatar
Zdenda
Icon for Cirrus rankCirrus
Jun 06, 2016

/sys/crypto/cert not supported in API REST in 11.5.4??

Hi, our LB stopped responding properly to API REST call related to SSL certificates after upgrade to 11.5.4.

We use GET

https://192.168.2.10/mgmt/tm/sys/crypto/cert
to get bunch of SSL certs stored in LB. This is normally working on LBs having 11.5.3 version, but not here with 11.5.4 version. What has changed and why??

Thanks, Zdenek

2 Replies

  • Btw I get 400 Bad request and content is:

     

    {
      "code": 400,
      "message": "Input length = 1",
      "restOperationId": 3409935,
      "errorStack": [
        "java.nio.charset.MalformedInputException: Input length = 1",
        "at java.nio.charset.CoderResult.throwException(CoderResult.java:277)",
        "at java.nio.charset.CharsetDecoder.decode(CharsetDecoder.java:798)",
        "at com.f5.rest.common.RestHelper$2.run(RestHelper.java:1896)",
        "at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)",
        "at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)",
        "at java.lang.Thread.run(Thread.java:722)\n"
      ]
    }

    Interesting is that I can get list of virtuals using API Rest, but not list of ssl certs.

     

    • Zdenda's avatar
      Zdenda
      Icon for Cirrus rankCirrus
      even GET https://192.168.2.10/mgmt/tm/sys/crypto/key works fine. Is that some kind of bug?