Hi.
We are trying to add some external references to public WMS services inside our portal (using New Item | URL).
When adding one of them, from the Spanish Catastro (https://ovc.catastro.meh.es/Cartografia/WMS/ServidorWMS.aspx), Portal shows an error message saying "error connecting to service". The log shows a couple of Severe error messages, saying:
We have no problems with other WMS services, and we can add the Catastro WMS service as a service connection in an ArcGIS PRO project.
According to Fiddler, the web request that is failing (with a "500 - Internal Server Error" code) is this one that gets launched by the item adding process:
https://our.server/portal/sharing/proxy?https://ovc.catastro.meh.es/Cartografia/WMS/ServidorWMS.aspx?SERVICE=WMS&REQUEST=GetCapabilities
Our DevOps people has tried the solution listed here (different problem, similar symptoms), but the error is still there.
Is there some way of checking that the certificates are working with Portal as they should?
Considering we are not sure the certificates solution is attacking the source of the problem, can we try some other thing in order to connect to this service?
We are using ArcGIS Enterprise 10.9.1 (build 28388).
Thanks