Replies: 6 comments 8 replies
-
Can I get an approve for my pull request? |
Beta Was this translation helpful? Give feedback.
-
@scottslewis !ENTRY org.eclipse.core.pki 2 0 2024-04-26 08:12:47.789 !ENTRY org.eclipse.core.pki 1 0 2024-04-26 08:12:47.819 !ENTRY org.eclipse.core.pki 1 0 2024-04-26 08:12:47.819 !ENTRY org.eclipse.core.pki 1 0 2024-04-26 08:12:47.854 !ENTRY org.eclipse.core.pki 1 0 2024-04-26 08:12:47.876 |
Beta Was this translation helpful? Give feedback.
-
@JavaJoeS question: is your PKI code going directly into an existing Eclipse plugin? And if so, which ones? |
Beta Was this translation helpful? Give feedback.
-
@scottslewis Here is an example from SSLContextHalper.java that I am testing;
|
Beta Was this translation helpful? Give feedback.
-
@scottslewis My implementation of PKI is not working with ECF . Technically once the SSLContext.setDefault(context) has been set, |
Beta Was this translation helpful? Give feedback.
-
@scottslewis I have a java program to load in the internal/ssl dir WOuld You like to see it before I load? package org.eclipse.ecf.internal.ssl; import java.io.InputStream; import javax.net.ssl.KeyManagerFactory; public enum ECFSSLContext {
} |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I see comments where people are asking for secure comms in ECF package, MY PKI package will work well in this case.
@scottslewis
After the addition of the SSLContextFactory it works well to trigger it and then reap the benefits of getting an
HttpsURLConnection.setDefaultSSLSocketFactory(socketFactory); The following packages contain url connections
that can be easily altered to get the benefits of the SSLContextFactory settings;
package org.eclipse.ecf.provider.filefransfer.browse
URLFileSystemBrowser.java
package org.eclipse.ecf.provider.filefransfer.retrieve
UrlConnectionRetrieveFileTransfer.java
Beta Was this translation helpful? Give feedback.
All reactions