Opened 16 years ago
Last modified 13 years ago
#3567 closed enhancement
HTTPS Support — at Initial Version
Reported by: | !i! | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core imagery | Version: | latest |
Keywords: | SSL, HTTPS | Cc: |
Description
Dear, I wan't to use an HTTPS secured WMS provided by our city especialy for OSM.
java.lang.Exception: java.security.cert.CertificateException: No subject alterna tive names matching IP address 194.25.109.22 found Image couldn't be fetched: https://194.25.109.22/cgi-bin/mapserv?map=/usr/local/ apache2/wms/osm.map&service=wms&VERSION=1.1.1&REQUEST=GetMap&TRANSPARENT=true&FO RMAT=image/jpeg&LAYERS=strnam,lbsn06&SRS=EPSG:4326&WIDTH=600&HEIGHT=600&bbox=11. 4518413,53.5748399,11.4677910,53.5907896&width=500&height=499 at wmsplugin.WMSGrabber.fetch(WMSGrabber.java:70) at wmsplugin.Grabber.attempt(Grabber.java:68) at wmsplugin.WMSGrabber.run(WMSGrabber.java:48) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source ) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
(repeats 4 times)
It seems that WMS Plugin can't deal with. Is it a big issue to deal with? The certificate seem to be OK, cause my Firefox can deal with.
Note:
See TracTickets
for help on using tickets.