esl / MongoosePush

MongoosePush is a simple Elixir RESTful service allowing to send push notification via FCM and/or APNS.
Apache License 2.0
108 stars 24 forks source link

Is it possible to disable SSL certificate for http endpoint? #199

Closed RomanOlegovich closed 7 months ago

RomanOlegovich commented 2 years ago

Can I remove certificate options from prod.exs to disable httpS.

aleklisi commented 2 years ago

Hello, If I understand correctly, you can do it in the same fashion as you would in any phoenix project. Just remove the https section from the config/prod.exs config. See this article on enabling and endorsing SSL, and just not do what they say.

pawlooss1 commented 7 months ago

Closing the issue due to lack of activity.