Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ssl:endpoint deprecated #122

Open
calebhaye opened this issue Sep 23, 2021 · 1 comment
Open

ssl:endpoint deprecated #122

calebhaye opened this issue Sep 23, 2021 · 1 comment

Comments

@calebhaye
Copy link

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

# [SSL Endpoint](https://devcenter.heroku.com/articles/ssl-endpoint) is a public address serving custom SSL cert for HTTPS traffic to a Heroku app. Note that an app must have the `ssl:endpoint` add-on installed before it can provision an SSL Endpoint using these APIs.

@mikehale
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants