Re: ProtonJ2 loading key + trust from a jar

2023-01-27 Thread Timothy Bish
On 1/27/23 09:18, Segesten, Henrik wrote: Hi I am using ProtonJ2 as client for connecting to a broker which uses private key authentication and a custom trust store. I have managed to accomplish this by setting: options.sslOptions().sslEnabled(true);

ProtonJ2 loading key + trust from a jar

2023-01-27 Thread Segesten, Henrik
Hi I am using ProtonJ2 as client for connecting to a broker which uses private key authentication and a custom trust store. I have managed to accomplish this by setting: options.sslOptions().sslEnabled(true); options.sslOptions().keyStoreLocation(keyStoreLocation);