How to force Web AppBuilder to use HTTP instead of HTTPS? Unicorn Meta Zoo #1: Why another...
Why isn't everyone flabbergasted about Bran's "gift"?
Justification for leaving new position after a short time
How to open locks without disable device?
A Paper Record is What I Hamper
How long after the last departure shall the airport stay open for an emergency return?
How to avoid introduction cliches
Multiple options vs single option UI
Co-worker works way more than he should
How would I use different systems of magic when they are capable of the same effects?
Is Diceware more secure than a long passphrase?
Married in secret, can marital status in passport be changed at a later date?
What ability score does a Hexblade's Pact Weapon use for attack and damage when wielded by another character?
How to not starve gigantic beasts
Can I criticise the more senior developers around me for not writing clean code?
Is there any hidden 'W' sound after 'comment' in : Comment est-elle?
Are these square matrices always diagonalisable?
Are all CP/M-80 implementations binary compatible?
Passing args from the bash script to the function in the script
Israeli soda type drink
Could Neutrino technically as side-effect, incentivize centralization of the bitcoin network?
Map material from china not allowed to leave the country
What is a 'Key' in computer science?
What's the difference between using dependency injection with a container and using a service locator?
Could moose/elk survive in the Amazon forest?
How to force Web AppBuilder to use HTTP instead of HTTPS?
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraHow to customize code generated from Web Appbuilder for ArcGIS?Web AppBuilder Widget Configuration ValidationHow to load JQueryUI into Web AppBuilder?How to add a layer to Web AppBuilder at run-timeHow to change the default basemap in a Web AppBuilder app via code?Invalid redirect_URI Web AppBuilder Deployment from Server?Web Appbuilder consuming REST services without Web Map?How to set up geoprocessing service to fill out PDF form from within Web AppBuilderUsing Web AppBuilder Developer Edition with HTTP/HTTPS?Opening Web AppBuilder for ArcGIS Developer Edition - [yourmachinename]?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I have an out-of-the-box instance of ArcGIS Web AppBuilder developer edition - the startup.bat file is unmodified and includes the lines:
REM open the url in browser
START http://%FQDN%:%port%/%wabVirtualPath%
EXIT 0
However, when I start a new session on my PC, it runs as https://localhost:3344/webappbuilder - even if I forcibly change the URL to http:// it immediately reverts to https://
This is causing a problem when I try to access ArcGIS Server REST endpoints which are not served via https.
For example, when trying to add a sample layer via the Local Layer Widget I get an error message about insecure content:
I'm working in a corporate environment and don't have the option of serving my local layers via HTTPS, so I'd like to know whether it's possible to force Web AppBuilder to run on HTTP.
arcgis-web-appbuilder ssl
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have an out-of-the-box instance of ArcGIS Web AppBuilder developer edition - the startup.bat file is unmodified and includes the lines:
REM open the url in browser
START http://%FQDN%:%port%/%wabVirtualPath%
EXIT 0
However, when I start a new session on my PC, it runs as https://localhost:3344/webappbuilder - even if I forcibly change the URL to http:// it immediately reverts to https://
This is causing a problem when I try to access ArcGIS Server REST endpoints which are not served via https.
For example, when trying to add a sample layer via the Local Layer Widget I get an error message about insecure content:
I'm working in a corporate environment and don't have the option of serving my local layers via HTTPS, so I'd like to know whether it's possible to force Web AppBuilder to run on HTTP.
arcgis-web-appbuilder ssl
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
You won't be able to switch from https://...:3344 to http://...:3344 because the port will be associated with the protocol.
– nmtoken
Nov 28 '16 at 1:51
@nmtoken can I change that in the startup.bat file?
– Stephen Lead
Nov 28 '16 at 2:32
I expect you would need to change the port bindings on your web server, rather than on the application.
– nmtoken
Nov 28 '16 at 20:11
add a comment |
I have an out-of-the-box instance of ArcGIS Web AppBuilder developer edition - the startup.bat file is unmodified and includes the lines:
REM open the url in browser
START http://%FQDN%:%port%/%wabVirtualPath%
EXIT 0
However, when I start a new session on my PC, it runs as https://localhost:3344/webappbuilder - even if I forcibly change the URL to http:// it immediately reverts to https://
This is causing a problem when I try to access ArcGIS Server REST endpoints which are not served via https.
For example, when trying to add a sample layer via the Local Layer Widget I get an error message about insecure content:
I'm working in a corporate environment and don't have the option of serving my local layers via HTTPS, so I'd like to know whether it's possible to force Web AppBuilder to run on HTTP.
arcgis-web-appbuilder ssl
I have an out-of-the-box instance of ArcGIS Web AppBuilder developer edition - the startup.bat file is unmodified and includes the lines:
REM open the url in browser
START http://%FQDN%:%port%/%wabVirtualPath%
EXIT 0
However, when I start a new session on my PC, it runs as https://localhost:3344/webappbuilder - even if I forcibly change the URL to http:// it immediately reverts to https://
This is causing a problem when I try to access ArcGIS Server REST endpoints which are not served via https.
For example, when trying to add a sample layer via the Local Layer Widget I get an error message about insecure content:
I'm working in a corporate environment and don't have the option of serving my local layers via HTTPS, so I'd like to know whether it's possible to force Web AppBuilder to run on HTTP.
arcgis-web-appbuilder ssl
arcgis-web-appbuilder ssl
edited Feb 12 '18 at 4:01
Kirk Kuykendall
21.7k657145
21.7k657145
asked Nov 28 '16 at 1:24
Stephen LeadStephen Lead
14.2k1284188
14.2k1284188
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
You won't be able to switch from https://...:3344 to http://...:3344 because the port will be associated with the protocol.
– nmtoken
Nov 28 '16 at 1:51
@nmtoken can I change that in the startup.bat file?
– Stephen Lead
Nov 28 '16 at 2:32
I expect you would need to change the port bindings on your web server, rather than on the application.
– nmtoken
Nov 28 '16 at 20:11
add a comment |
You won't be able to switch from https://...:3344 to http://...:3344 because the port will be associated with the protocol.
– nmtoken
Nov 28 '16 at 1:51
@nmtoken can I change that in the startup.bat file?
– Stephen Lead
Nov 28 '16 at 2:32
I expect you would need to change the port bindings on your web server, rather than on the application.
– nmtoken
Nov 28 '16 at 20:11
You won't be able to switch from https://...:3344 to http://...:3344 because the port will be associated with the protocol.
– nmtoken
Nov 28 '16 at 1:51
You won't be able to switch from https://...:3344 to http://...:3344 because the port will be associated with the protocol.
– nmtoken
Nov 28 '16 at 1:51
@nmtoken can I change that in the startup.bat file?
– Stephen Lead
Nov 28 '16 at 2:32
@nmtoken can I change that in the startup.bat file?
– Stephen Lead
Nov 28 '16 at 2:32
I expect you would need to change the port bindings on your web server, rather than on the application.
– nmtoken
Nov 28 '16 at 20:11
I expect you would need to change the port bindings on your web server, rather than on the application.
– nmtoken
Nov 28 '16 at 20:11
add a comment |
1 Answer
1
active
oldest
votes
You can change the signininfo.json file under this path "arcgis-web-appbuilder-X.XWebAppBuilderForArcGISserver"
Change the portalUrl either to http or https, this will make the WAB to use either http or https
it's been a while since I looked at this problem (I've since moved on to using GeoServer instead :) but from memory, this change didn't have any effect. I'll check it again if I start using WAB again
– Stephen Lead
Mar 21 '17 at 22:31
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "79"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2fgis.stackexchange.com%2fquestions%2f219313%2fhow-to-force-web-appbuilder-to-use-http-instead-of-https%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can change the signininfo.json file under this path "arcgis-web-appbuilder-X.XWebAppBuilderForArcGISserver"
Change the portalUrl either to http or https, this will make the WAB to use either http or https
it's been a while since I looked at this problem (I've since moved on to using GeoServer instead :) but from memory, this change didn't have any effect. I'll check it again if I start using WAB again
– Stephen Lead
Mar 21 '17 at 22:31
add a comment |
You can change the signininfo.json file under this path "arcgis-web-appbuilder-X.XWebAppBuilderForArcGISserver"
Change the portalUrl either to http or https, this will make the WAB to use either http or https
it's been a while since I looked at this problem (I've since moved on to using GeoServer instead :) but from memory, this change didn't have any effect. I'll check it again if I start using WAB again
– Stephen Lead
Mar 21 '17 at 22:31
add a comment |
You can change the signininfo.json file under this path "arcgis-web-appbuilder-X.XWebAppBuilderForArcGISserver"
Change the portalUrl either to http or https, this will make the WAB to use either http or https
You can change the signininfo.json file under this path "arcgis-web-appbuilder-X.XWebAppBuilderForArcGISserver"
Change the portalUrl either to http or https, this will make the WAB to use either http or https
answered Mar 21 '17 at 18:21
Nathan WuNathan Wu
32413
32413
it's been a while since I looked at this problem (I've since moved on to using GeoServer instead :) but from memory, this change didn't have any effect. I'll check it again if I start using WAB again
– Stephen Lead
Mar 21 '17 at 22:31
add a comment |
it's been a while since I looked at this problem (I've since moved on to using GeoServer instead :) but from memory, this change didn't have any effect. I'll check it again if I start using WAB again
– Stephen Lead
Mar 21 '17 at 22:31
it's been a while since I looked at this problem (I've since moved on to using GeoServer instead :) but from memory, this change didn't have any effect. I'll check it again if I start using WAB again
– Stephen Lead
Mar 21 '17 at 22:31
it's been a while since I looked at this problem (I've since moved on to using GeoServer instead :) but from memory, this change didn't have any effect. I'll check it again if I start using WAB again
– Stephen Lead
Mar 21 '17 at 22:31
add a comment |
Thanks for contributing an answer to Geographic Information Systems Stack Exchange!
- 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%2fgis.stackexchange.com%2fquestions%2f219313%2fhow-to-force-web-appbuilder-to-use-http-instead-of-https%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
You won't be able to switch from https://...:3344 to http://...:3344 because the port will be associated with the protocol.
– nmtoken
Nov 28 '16 at 1:51
@nmtoken can I change that in the startup.bat file?
– Stephen Lead
Nov 28 '16 at 2:32
I expect you would need to change the port bindings on your web server, rather than on the application.
– nmtoken
Nov 28 '16 at 20:11