#16307 closed defect (fixed)
Unable to retrieve wms layer list
Reported by: | sano | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 18.05 |
Component: | Core imagery | Version: | latest |
Keywords: | wms https ssl tls certificate security | Cc: |
Description (last modified by )
When trying to add imagery URL for WMS service https://zbgisws.skgeodesy.sk/zbgis_vodstvo_wms/service.svc/get?request=GetCapabilities&service=WMS I get "Could not retrieve WMS layer list" notification.
When testing the same URL in a browser the capabilities XML is returned.
Steps to reproduce:
- Open "Preferences"
- Scroll down to "Imagery preferences" section
- Click the WMS icon in the "Selected entries" section
- Provide the WMS URL into the "GetCapabilities URL" field
- Click "Get layers" button
I tried this with the latest dev version 13821 as well as with the production version.
Attachments (1)
Change History (9)
by , 7 years ago
Attachment: | Screen Shot 2018-05-23 at 06.10.59.png added |
---|
comment:1 by , 7 years ago
Description: | modified (diff) |
---|
comment:2 by , 7 years ago
Component: | Core → Core imagery |
---|
comment:3 by , 7 years ago
Keywords: | https ssl tls certificate security added |
---|
comment:4 by , 7 years ago
Used CA (CA Disig, trusted by Slovakian government) must be found by JOSM as it appears to not be included by default in Java:
sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:141) at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:126) at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280) at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:392) ... 154 more
comment:5 by , 7 years ago
Milestone: | → 18.05 |
---|
comment:6 by , 7 years ago
this seems to be a problem only for MacOS X, possibly limited to java version 1.8.0_171 (as reported by JOSM).
fixed typos