google-nomulus/proxy/src
Weimin Yu 736f788eea
Use CA cert in tests (#475)
* Use CA cert in tests

Our tests were using a self-signed cert created by a netty utility.
That cert is not CA, and cannot be used with newer JDK versions
(starting from u242 with Ubuntu openjdk).

Now we generate a unsafe cert for tests. The new cert,
SelfSignedCaCertificate, needs to be made test-only.
To do so we need to refactor both prober and proxy.
2020-02-07 10:23:24 -05:00
..
main Use the correct certificate provider type (#427) 2020-01-06 16:19:50 -05:00
test Use CA cert in tests (#475) 2020-02-07 10:23:24 -05:00