From 1b263cfafb03c02ed4f0916fb499590e9e4a0144 Mon Sep 17 00:00:00 2001 From: Rob Winch <362503+rwinch@users.noreply.github.com> Date: Fri, 12 Sep 2025 14:39:43 -0500 Subject: [PATCH] Fix Keberos Docs http:// Issue gh-17879 --- .../servlet/authentication/kerberos/appendix.adoc | 4 ++-- .../pages/servlet/authentication/kerberos/samples.adoc | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/modules/ROOT/pages/servlet/authentication/kerberos/appendix.adoc b/docs/modules/ROOT/pages/servlet/authentication/kerberos/appendix.adoc index 42d32c69f7..d71ebb988d 100644 --- a/docs/modules/ROOT/pages/servlet/authentication/kerberos/appendix.adoc +++ b/docs/modules/ROOT/pages/servlet/authentication/kerberos/appendix.adoc @@ -201,8 +201,8 @@ This was tested using `Windows Server 2012 R2` ==== Internet is full of good articles and videos how to setup Windows AD but these two are quite usefull -http://www.rackspace.com/knowledge_center/article/installing-active-directory-on-windows-server-2012[Rackspace] and -http://social.technet.microsoft.com/wiki/contents/articles/12370.windows-server-2012-set-up-your-first-domain-controller-step-by-step.aspx[Microsoft +https://www.rackspace.com/knowledge_center/article/installing-active-directory-on-windows-server-2012[Rackspace] and +https://social.technet.microsoft.com/wiki/contents/articles/12370.windows-server-2012-set-up-your-first-domain-controller-step-by-step.aspx[Microsoft Technet]. ==== diff --git a/docs/modules/ROOT/pages/servlet/authentication/kerberos/samples.adoc b/docs/modules/ROOT/pages/servlet/authentication/kerberos/samples.adoc index 910658b907..db9a7eb89d 100644 --- a/docs/modules/ROOT/pages/servlet/authentication/kerberos/samples.adoc +++ b/docs/modules/ROOT/pages/servlet/authentication/kerberos/samples.adoc @@ -172,7 +172,7 @@ Default application is configured as shown below. app: user-principal: user2@EXAMPLE.ORG keytab-location: /tmp/user2.keytab - access-url: http://neo.example.org:8080/hello + access-url: https://neo.example.org:8080/hello ---- @@ -192,8 +192,8 @@ to empty values which disables a use of keytab file. If operation is succesfull you should see below output with `user1@EXAMPLE.ORG`. [source,text] ---- - +