On 11/30/2017 01:54 PM, Salama Abdallah wrote: > Dear Jetty users, > > In our project we want to run Jetty HTTPS secured on Raspberry pi. By default > HTTPS configuration, HTTPS runs very slow on the Raspberry, so that the > solution > as you suggested to use the Conscrypt library for ssl. After a lot of work to > get the build successfully on Raspberry. I installed the shared resulted > shared > library (.so file) which was the only missing file required by the jetty > server) > in order to enable Jetty from loading it.
Did you compile the library yourself? If so maybe you'll have to tell the Linux linker where to find it by specifying the LD_LIBRARY_PATH variable when staring Jetty? -dirk _______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
