diff options
Diffstat (limited to 'src/test/resources/https/https-test.properties')
-rw-r--r-- | src/test/resources/https/https-test.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/https/https-test.properties b/src/test/resources/https/https-test.properties index 34b7222e..7614e177 100644 --- a/src/test/resources/https/https-test.properties +++ b/src/test/resources/https/https-test.properties @@ -34,7 +34,7 @@ server.ssl.key-password=testpass ### In order to be user friendly when HTTPS is enabled, ### you can add another HTTP port that will be automatically redirected to HTTPS ### by enabling this parameter (server.http.port) and set it to another port (80 or 8080, 8090, etc ...) -server.http-to-https-redirection.port=10080 +server.http-to-https-redirection.port=${clamp.it.tests.http-redirected} ### HTTP Example: ###-------------- |