dcalixto
dcalixto

Reputation: 411

Add ssl certificate on heroku

i'm trying to add the ssl certificate on heroku but still show this message.

Resolving trust chain... failed
Unable to read server.pem file

anyone getting problem?

thank's

Upvotes: 1

Views: 471

Answers (1)

Sahil kalra
Sahil kalra

Reputation: 9034

This is a the default error message if anything goes wrong with add/update certificates call on heroku.

It may be some misspelling or incorrect command . you have to figure it out.

Can see following links for reference:

SSL Configuration Unable to read server.crt file

Heroku SSL Configuration Unable to read server.crt file

Configuring SSL for an App Heroku HTTPS

Upvotes: 2

Related Questions