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

SSLSocketFactory with properties for third party applications #936

Open
fmarco76 opened this issue Feb 27, 2023 · 0 comments
Open

SSLSocketFactory with properties for third party applications #936

fmarco76 opened this issue Feb 27, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@fmarco76
Copy link
Member

Many applications can use use custom ssl socket factory for the communication so it is possible to create the socket with JSS and make the communication secure. However, many applications instantiate the factory from the class name and require a constructor with no parameters or a properties parameters.

As an example, from PostgreSQL driver documentation, it is possible to use a custom ssl socket factory but it is managed by the driver.

Therefore, using the current JSS code, it is needed to create a wrapper around the org.mozilla.jss.ssl.javax.JSSSocketFactory and use that for the appliocation.

An improvement would be to create a new ssl socket factory, or exetend the current one, so it can be loaded and managed automatically by third party applications.

@fmarco76 fmarco76 added the enhancement New feature or request label Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant