heroku / platform-api

Ruby HTTP client for the Heroku API
MIT License
214 stars 85 forks source link

ssl:endpoint deprecated #122

Open calebhaye opened 2 years ago

calebhaye commented 2 years ago

SSL Endpoint is deprecated (https://devcenter.heroku.com/changelog-items/2145), yet it's still mentioned as a requirement for this api call.

https://github.com/heroku/platform-api/blob/d857d0b67b533f9f57c4a267a490c2ca69313cd8/lib/platform-api/client.rb#L647

mikehale commented 2 years ago

SSL Endpoint was always a bit weird in that you had to create the add-on first, then add a cert after to actually get it working. We've deprecated the add-on, and consequently you won't be able to create "endpoint" certificates anymore. Instead of using SSL Endpoint you should now use Heroku SSL: https://devcenter.heroku.com/articles/ssl.