Skip to content

Commit 0816576

Browse files
committed
Polishing.
See #1503
1 parent 0cd9b43 commit 0816576

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spring-data-cassandra/src/test/resources/testcontainer-cassandra-v5.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1553,7 +1553,7 @@ crypto_provider:
15531553
# **NOTE** this default configuration is an insecure configuration. If you need to
15541554
# enable server-to-server encryption generate server keystores (and truststores for mutual
15551555
# authentication) per:
1556-
# http://download.oracle.com/javase/8/docs/technotes/guides/security/jsse/JSSERefGuide.html#CreateKeystore
1556+
# https://download.oracle.com/javase/8/docs/technotes/guides/security/jsse/JSSERefGuide.html#CreateKeystore
15571557
# Then perform the following configuration changes:
15581558
#
15591559
# Step 1: Set internode_encryption=<dc|rack|all> and explicitly set optional=true. Restart all nodes
@@ -1611,7 +1611,7 @@ server_encryption_options:
16111611
# **NOTE** this default configuration is an insecure configuration. If you need to
16121612
# enable client-to-server encryption generate server keystores (and truststores for mutual
16131613
# authentication) per:
1614-
# http://download.oracle.com/javase/8/docs/technotes/guides/security/jsse/JSSERefGuide.html#CreateKeystore
1614+
# https://download.oracle.com/javase/8/docs/technotes/guides/security/jsse/JSSERefGuide.html#CreateKeystore
16151615
# Then perform the following configuration changes:
16161616
#
16171617
# Step 1: Set enabled=true and explicitly set optional=true. Restart all nodes
@@ -1689,7 +1689,7 @@ user_defined_functions_enabled: false
16891689
#
16901690
# It is strongly recommended to download and install Java Cryptography Extension (JCE)
16911691
# Unlimited Strength Jurisdiction Policy Files for your version of the JDK.
1692-
# (current link: http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html)
1692+
# (current link: https://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html)
16931693
#
16941694
# Currently, only the following file types are supported for transparent data encryption, although
16951695
# more are coming in future cassandra releases: commitlog, hints
@@ -1724,7 +1724,7 @@ transparent_data_encryption_options:
17241724
# will use them to make sure other replicas also know about the deleted rows.
17251725
# With workloads that generate a lot of tombstones, this can cause performance
17261726
# problems and even exaust the server heap.
1727-
# (http://www.datastax.com/dev/blog/cassandra-anti-patterns-queues-and-queue-like-datasets)
1727+
# (https://www.datastax.com/dev/blog/cassandra-anti-patterns-queues-and-queue-like-datasets)
17281728
# Adjust the thresholds here if you understand the dangers and want to
17291729
# scan more tombstones anyway. These thresholds may also be adjusted at runtime
17301730
# using the StorageService mbean.

0 commit comments

Comments
 (0)