You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But it is not possible to set host verification algorithm. We tried to set it as an uri parameter (hostnameVerificationAlgorithm) which is normally used by vertx but this does not work either.
Expected behavior
You can configure hostnameVerificationAlgorithm the same way as you can configure sslMode.
Actual behavior
You can only configure sslMode but not hostnameVerificationAlgorithm
To Reproduce
No reproducer. It is sufficient to set sslMode without an existing db.
Describe the bug
When using reactive-pg-client it is not possible to use sslMode verify_full because it fails with:
But it is not possible to set host verification algorithm. We tried to set it as an uri parameter (hostnameVerificationAlgorithm) which is normally used by vertx but this does not work either.
Expected behavior
You can configure hostnameVerificationAlgorithm the same way as you can configure sslMode.
Actual behavior
You can only configure sslMode but not hostnameVerificationAlgorithm
To Reproduce
No reproducer. It is sufficient to set sslMode without an existing db.
Configuration
Environment (please complete the following information):
Output of
uname -a
orver
Darwin LMUCM870527 19.6.0 Darwin Kernel Version 19.6.0: Tue Nov 10 00:10:30 PST 2020; root:xnu-6153.141.10~1/RELEASE_X86_64 x86_64
Output of
java -version
openjdk version "11.0.10" 2021-01-19 LTS
OpenJDK Runtime Environment Corretto-11.0.10.9.1 (build 11.0.10+9-LTS)
OpenJDK 64-Bit Server VM Corretto-11.0.10.9.1 (build 11.0.10+9-LTS, mixed mode)
Quarkus version or git rev
1.13.1.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)3.6.3
The text was updated successfully, but these errors were encountered: