Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Fatal error when run jetty server with Conscrypt on Raspberry pi

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


Back to the top