spark-ssl icon indicating copy to clipboard operation
spark-ssl copied to clipboard

Simple example showing how to set up SSL with Spark

Results 5 spark-ssl issues
Sort by recently updated
recently updated
newest added

Hello, This is more of a question than an issue, but I was wondering if you knew how to make a keystore if I have a server key file, server...

It would be good to show an example where a specific certificate is selected from the keystore by specifying the certificate alias. I am not sure this certificate selection/filtering by...

I used secure method in Spark and everything goes well. Is there any solution to redirect request which is sent via HTTP to HTTPS? ( Something like before filter that...

mvn exec:java -Dexec.mainClass=SslExample

Does Spark/Jetty support the keystore being in the classpath? Can't seem to get it to work.