Skip to content

Commit

Permalink
Try setting FINGERPRINT=NoCertCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Dec 29, 2024
1 parent 0e03b5f commit fbf6dd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/exasol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
env:
PERL5LIB: "${{ github.workspace }}/local/lib/perl5"
LIVE_EXASOL_REQUIRED: true
SQITCH_TEST_EXASOL_URI: db:exasol://sys:exasol@127.0.0.1:${{ job.services.exasol.ports[8563] }}/?Driver=Exasol;SSLCERTIFICATE=SSL_VERIFY_NONE
SQITCH_TEST_EXASOL_URI: db:exasol://sys:exasol@127.0.0.1:${{ job.services.exasol.ports[8563] }}/?Driver=Exasol;SSLCERTIFICATE=SSL_VERIFY_NONE&FINGERPRINT=NoCertCheck
run: prove -lvr t/exasol.t
5 changes: 3 additions & 2 deletions lib/sqitchtutorial-exasol.pod
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,9 @@ L</Connection Configuration> for details):
+ appschema .. ok

(If you see an error resolving the TLS certificate, you can disable
certificate verification by adding C<&SSLCERTIFICATE=SSL_VERIFY_NONE> to the
end of the URL. Only do this for testing!)
certificate verification by adding
C<&SSLCERTIFICATE=SSL_VERIFY_NONE&FINGERPRINT=NoCertCheck> to the end of the
URL. Only do this for testing!)

First Sqitch created registry tables used to track database changes. The
structure and name of the registry varies between databases (Exasol uses a
Expand Down

0 comments on commit fbf6dd1

Please # to comment.