[
https://issues.apache.org/jira/browse/SOLR-5776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13971458#comment-13971458
]
Steve Davids commented on SOLR-5776:
------------------------------------
Jetty allows you to set the algorithm name but if further customization is
necessary you can set the SSLContext (which Jetty will then ignore all of the
set truststores/keystores/etc as that is configured in the SSLCotnext). The
SSLContext Builder (see SSLTestConfig) allows you to set your own SecureRandom
object - this will give you the hooks to provide your own SecureRandomSpi
implementation which is used to generate the random value (we can probably just
create a simple noop implementation).
> Look at speeding up using SSL with tests.
> -----------------------------------------
>
> Key: SOLR-5776
> URL: https://issues.apache.org/jira/browse/SOLR-5776
> Project: Solr
> Issue Type: Test
> Reporter: Mark Miller
> Assignee: Mark Miller
> Fix For: 4.9, 5.0
>
> Attachments: SOLR-5776.patch, SOLR-5776.patch
>
>
> We have to disable SSL on a bunch of tests now because it appears to sometime
> be ridiculously slow - especially in slow envs (I never see timeouts on my
> machine).
> I was talking to Robert about this, and he mentioned that there might be some
> settings we could change to speed it up.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]