Monday 15 June 2015

ssl with django, celery, cloudamqp and heroku -



ssl with django, celery, cloudamqp and heroku -

i’m trying connect django heroku app cloudamqp on ssl. without works fine.

to utilize ssl in celery set broker_use_ssl settings variable true. unfortunately default 5672 port can’t handle ssl. tried set heroku config var cloudamqp_rabbitmq_amqp_port 443 , 5671 both homecoming unknown protocol. maybe miss or have hint.

thanks in advance

add port :5671 broker url.

django ssl heroku celery cloudamqp

No comments:

Post a Comment