FEMA changed their URL August 1 to a secured URL. When I try to add it to my server connection I get an error. See attached.
https://hazards.fema.gov/gis/nfhl/rest/services/public/NFHL/MapServer/
Thanks for the link. I too was not able to create a connection to this server, but we'll take a look into it.
Any news on this?
Edit: I have fixed my issue, turns out our application loads our maps in a couple of different areas and in one of the areas we were setting the SecurityProtocol, but not in the other.
I'm having this same issue.
Our application is built on .Net 4.5 and I've tried every SecurityProtocol (Tls12, Tls, Tls11, Ssl3), and none of them work. I found online somebody said to true ServicePointManager.Expect100Continue = true; but that doesn't help either.
We're using this address: public/NFHLWMS (MapServer)
I also tried this one
https://hazards.fema.gov/gis/nfhl/services/public/NFHLWMS/MapServer/WMSServer
and
https://hazards.fema.gov/gis/nfhl/rest/services/public/NFHL/MapServer
None of it works.
Thanks for any help anybody can provide.
I actually had the same problem and just found that issue went away with the newly released version of ArcGIS for AutoCAD 370. Now it works with no problem!
This is the URL I'm using
https://hazards.fema.gov/gis/nfhl/services/public/NFHLWMS/MapServer/WMSServer
Glad you noticed! We saw David's original comment and were able to incorporate the fix into AFA370
Thanks for being on top of it!