|
POST
|
I am installing Portal internal to a domain. Because it is all internal there is no need for SSL. I am finding it almost (if not completely) impossible to configure Portal without SSL. Within Portal itself on the security page I have unchecked the 'Allow access to the portal through HTTPS only.' The issue seems to really be with WebAdapter. When I go to register the Portal with Web Adapter I give it the address: http://mymachine:7080 (instead of 7443). This works for doing the registration, however, when it registers the Portal it still gives it the Url: https://mymachine/arcgis/home. What I want is the Url to be: http://mymachine/arcgis/home. So no matter what I do it will send me to the SSL port when I try to connect. Which then give a certificate warning When I install WebAdapter I tell it to use Port 80. Using version 10.4 of Server, Portal, WebAdapter Is it possible to get this working with everything on Port 80. I find it really annoying the esri wants me to add a level of security which is not needed and requires I either install a Windows domain Cert Authority (a complete pain), get a public certificate (expensive and requires I use public names inside my domain), or live with cert warnings (which means users call the help desk constantly). Thanks -Joe
... View more
03-04-2016
04:32 AM
|
2
|
14
|
6830
|
|
IDEA
|
Currently a sync service (used to generate a replica) only allows a single layer per feature class. So you cannot have two layers that point to the same feature class but filter based on definition query. This really needs to change. Having a setup with multiple layers pointing to the same feature class is a pretty standard approach for defining a map. It is possible you can have maps with numerous layers based on the same feature class and currently this would mean an individual serveice and replica for each
... View more
02-18-2016
09:44 AM
|
22
|
5
|
3336
|
|
POST
|
Yes that would be nice. Unfortunately, as far as I have ever been able to figure out it is not possible. I think for Portal to reach its potential this is a necessity.
... View more
02-05-2016
12:02 PM
|
0
|
1
|
3510
|
|
POST
|
I think when you say, 'not connected to the network' you mean outside the domain. That may be a better description
... View more
02-05-2016
10:41 AM
|
2
|
4
|
1031
|
|
POST
|
There is really not an easy answer because it all depends on how your IT has things setup. If your want to share things publicly you should look at using WebAdapter. This will allow requests to come in on port 80 which is usually more acceptable to IT. I would then suggest they create a subdomain (e.g., ags.yourcompany.com) which points to the WebAdapter machine and open up port 80. That makes stuff accessible at: http://ags.yourcompany.com/arcgis/rest/services/ To go direct to the AGS machine you would need to open port 6080, the rest is basically the same If you need to use SSL that gets into some other things
... View more
02-05-2016
09:00 AM
|
1
|
15
|
2519
|