Apereo CAS site can't be reached
I'm trying to deploy an Apereo CAS server for development/integration purposes. I've tried deploying both using the suggested docker image, and on a fresh 18.04 ubuntu installation.
In both cases I create a keystore in /etc/cas/keystore, with password changeit, and domain localhost in the docker case, and the public domain in the installation in the cloud.
The service seems to run with no issues, printing a READY message in ascii in the terminal console.
Port access is enabled for ports 8433, 8080.
However I don't seem to be able to access this from any browser. I've tried http://domain:8080/cas and https://domain:8433/cas or removing the cas appendix in the url.
I've tried with versions ranging from 5.2.2, 5.3.2, and the latest 6.0.0-RC4-SNAPSHOT.
Am I missing something? Thanks!
java single-sign-on cas
add a comment |
I'm trying to deploy an Apereo CAS server for development/integration purposes. I've tried deploying both using the suggested docker image, and on a fresh 18.04 ubuntu installation.
In both cases I create a keystore in /etc/cas/keystore, with password changeit, and domain localhost in the docker case, and the public domain in the installation in the cloud.
The service seems to run with no issues, printing a READY message in ascii in the terminal console.
Port access is enabled for ports 8433, 8080.
However I don't seem to be able to access this from any browser. I've tried http://domain:8080/cas and https://domain:8433/cas or removing the cas appendix in the url.
I've tried with versions ranging from 5.2.2, 5.3.2, and the latest 6.0.0-RC4-SNAPSHOT.
Am I missing something? Thanks!
java single-sign-on cas
add a comment |
I'm trying to deploy an Apereo CAS server for development/integration purposes. I've tried deploying both using the suggested docker image, and on a fresh 18.04 ubuntu installation.
In both cases I create a keystore in /etc/cas/keystore, with password changeit, and domain localhost in the docker case, and the public domain in the installation in the cloud.
The service seems to run with no issues, printing a READY message in ascii in the terminal console.
Port access is enabled for ports 8433, 8080.
However I don't seem to be able to access this from any browser. I've tried http://domain:8080/cas and https://domain:8433/cas or removing the cas appendix in the url.
I've tried with versions ranging from 5.2.2, 5.3.2, and the latest 6.0.0-RC4-SNAPSHOT.
Am I missing something? Thanks!
java single-sign-on cas
I'm trying to deploy an Apereo CAS server for development/integration purposes. I've tried deploying both using the suggested docker image, and on a fresh 18.04 ubuntu installation.
In both cases I create a keystore in /etc/cas/keystore, with password changeit, and domain localhost in the docker case, and the public domain in the installation in the cloud.
The service seems to run with no issues, printing a READY message in ascii in the terminal console.
Port access is enabled for ports 8433, 8080.
However I don't seem to be able to access this from any browser. I've tried http://domain:8080/cas and https://domain:8433/cas or removing the cas appendix in the url.
I've tried with versions ranging from 5.2.2, 5.3.2, and the latest 6.0.0-RC4-SNAPSHOT.
Am I missing something? Thanks!
java single-sign-on cas
java single-sign-on cas
edited Nov 13 '18 at 16:48
gabouy
asked Nov 13 '18 at 16:00
gabouygabouy
4561512
4561512
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Create a keystore file thekeystore
under /etc/cas
. Use the password changeit
for both the keystore and the key/certificate entries.
- Ensure the keystore is loaded up with keys and certificates of the server.
Please change the keystore name to thekeystore. Make sure your keystore under the directory /etc/cas/and your cas.properties is under the directory /etc/cas/config in ubuntu not your cas poject folder {cas_HOME}/etc/cas . Try accessing https://domain:8443/cas.
This is working for me. hope this helps
add a comment |
I'm embarrassed to acknowledge this, but the cause was a typo in the port.
Expected port is 8443, and not 8433.
Having fixed that, it works now. Thanks!
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53284888%2fapereo-cas-site-cant-be-reached%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Create a keystore file thekeystore
under /etc/cas
. Use the password changeit
for both the keystore and the key/certificate entries.
- Ensure the keystore is loaded up with keys and certificates of the server.
Please change the keystore name to thekeystore. Make sure your keystore under the directory /etc/cas/and your cas.properties is under the directory /etc/cas/config in ubuntu not your cas poject folder {cas_HOME}/etc/cas . Try accessing https://domain:8443/cas.
This is working for me. hope this helps
add a comment |
Create a keystore file thekeystore
under /etc/cas
. Use the password changeit
for both the keystore and the key/certificate entries.
- Ensure the keystore is loaded up with keys and certificates of the server.
Please change the keystore name to thekeystore. Make sure your keystore under the directory /etc/cas/and your cas.properties is under the directory /etc/cas/config in ubuntu not your cas poject folder {cas_HOME}/etc/cas . Try accessing https://domain:8443/cas.
This is working for me. hope this helps
add a comment |
Create a keystore file thekeystore
under /etc/cas
. Use the password changeit
for both the keystore and the key/certificate entries.
- Ensure the keystore is loaded up with keys and certificates of the server.
Please change the keystore name to thekeystore. Make sure your keystore under the directory /etc/cas/and your cas.properties is under the directory /etc/cas/config in ubuntu not your cas poject folder {cas_HOME}/etc/cas . Try accessing https://domain:8443/cas.
This is working for me. hope this helps
Create a keystore file thekeystore
under /etc/cas
. Use the password changeit
for both the keystore and the key/certificate entries.
- Ensure the keystore is loaded up with keys and certificates of the server.
Please change the keystore name to thekeystore. Make sure your keystore under the directory /etc/cas/and your cas.properties is under the directory /etc/cas/config in ubuntu not your cas poject folder {cas_HOME}/etc/cas . Try accessing https://domain:8443/cas.
This is working for me. hope this helps
edited Nov 14 '18 at 16:55
answered Nov 14 '18 at 9:23
Reactive_learnerReactive_learner
717
717
add a comment |
add a comment |
I'm embarrassed to acknowledge this, but the cause was a typo in the port.
Expected port is 8443, and not 8433.
Having fixed that, it works now. Thanks!
add a comment |
I'm embarrassed to acknowledge this, but the cause was a typo in the port.
Expected port is 8443, and not 8433.
Having fixed that, it works now. Thanks!
add a comment |
I'm embarrassed to acknowledge this, but the cause was a typo in the port.
Expected port is 8443, and not 8433.
Having fixed that, it works now. Thanks!
I'm embarrassed to acknowledge this, but the cause was a typo in the port.
Expected port is 8443, and not 8433.
Having fixed that, it works now. Thanks!
answered Nov 14 '18 at 14:55
gabouygabouy
4561512
4561512
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53284888%2fapereo-cas-site-cant-be-reached%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown