Could not create SSL/TLS secure channel - Help! #816
-
Many thanks in advance! Need help understanding what changed or what I need to do. On the morning of 5/5/25 my c# application that uses HttpWebRequest/HttpWebResponse to call "https://forecast.weather.gov/MapClick.php?lat=43.21&lon=-77.42&FcstType=dwml" was working fine. In the afternoon it started throwing the error "Could not create SSL/TLS secure channel." Did something on the weather.gov server side change? new security? anyone info on the change? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Hi, @mdrapps, the development team doesn't have full insight into operational changes. If this is still an issue, please contact OMB as noted in the welcome discussion sticky: #200 |
Beta Was this translation helpful? Give feedback.
-
I'm seeing a Let's Encrypt cert for that endpoint from my location, another cert might be issued from other edge servers. However, I do not see any edge server headers in the response. |
Beta Was this translation helpful? Give feedback.
-
Just closing out here. While the cipher update was rolled back, we will be eventually implementing the ciphers that were in place at a later date. A SCN will be issued and will be available at our API documentation page weather.gov/documentation. |
Beta Was this translation helpful? Give feedback.
Looks like you're right, api.weather.gov has an RSA cert now, it was ECDSA yesterday.
A minimum TLS 1.2 is mandated by government policy.