Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JDBC connection problems when both secure port and secure=true specified. #178

Closed
jeber-ibm opened this issue May 14, 2024 · 2 comments · Fixed by #184
Closed

JDBC connection problems when both secure port and secure=true specified. #178

jeber-ibm opened this issue May 14, 2024 · 2 comments · Fixed by #184
Assignees
Labels
bug Something isn't working

Comments

@jeber-ibm
Copy link
Member

Recreate.

$ java -Djavax.net.ssl.trustStore=cacerts -jar /QIBM/Proddata/os400/jt400/lib/jt400.jar 'jdbc:as400:localhost:9471;secure=true'
Warning: Exception 'java.sql.SQLNonTransientConnectionException: The application requester cannot establish the connection. (Unable to connect to the port.)' connecting to jdbc:as400:localhost:9471;secure=true using null

@jeber-ibm
Copy link
Member Author

jeber-ibm commented Jun 14, 2024

Corresponding test issue is IBM/JTOpen-test#100

@jeber-ibm jeber-ibm linked a pull request Jun 21, 2024 that will close this issue
@jeber-ibm
Copy link
Member Author

Problem only exists in newer code. Changes made with pull request 184.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant