Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. G25453
    G
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    G25453

    @G25453

    0
    Reputation
    3
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    G25453 Follow

    Best posts made by G25453

    This user hasn't posted anything yet.

    Latest posts made by G25453

    • RE: Not able to receive websocket data since 1 week

      @rajanprabu After changing password it worked

      posted in General Discussion
      G
      G25453
    • RE: smartConnect error

      @kkt237 Hardcoding the public ip works.
      String clientPublicIP = "10.21.13.45";
      A temporary workaround for the moment

      posted in General Discussion
      G
      G25453
    • RE: smartConnect error

      Same error
      sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed
      Parameter specified as non-null is null: method okhttp3.OkHttpClient.newCall, parameter request
      params.put("clientcode", clientCode);
      params.put("password", password);

      As of now, clientcode and password are sent in request.
      What other parameter is required ?

      posted in General Discussion
      G
      G25453