Not able to hit dynamodb endpoint

Hello,
I am trying to use Liquibase DynamoDb extension with Pro license key. I am able to run liquibase cli commands to my DynamoDBLocal endpoint however can’t connect to DynamoDb service.
I am using windows machine. I have imported AWS global root cert to my JRE 1.8 keystore as well.

PS C:\GIT\DHP\DHP.DynamoDb.SampleApplication\tools\liquibase> liquibase update --changelog-file=Music3YAML_table_changelog.yml --defaults-file liquibase.properties --url https://dynamodb.ap-southeast-2.amazonaws.com

ERROR: Exception Details
ERROR: Exception Primary Class: SunCertPathBuilderException
ERROR: Exception Primary Reason: unable to find valid certification path to requested target
ERROR: Exception Primary Source: DynamoDB null

Unexpected error running Liquibase: Could not query for long

  • Caused by: Connection to https://dynamodb.ap-southeast-2.amazonaws.com was unsuccessful. Please check your configuration properties.
  • Caused by: Unable to execute HTTP request: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

Any suggestion?

@bhattn2 thanks for posting. It looks like you are running behind a transparent proxy that is not importing the cert you need correctly. This article might be able to help you resolve the issue: