elviejokike / flask-eureka

Flask Eureka Integration
MIT License
25 stars 18 forks source link

adding flag to enable https for healthcheck urls #8

Closed jr7square closed 6 years ago

jr7square commented 6 years ago

The protocol of the healthcheck urls were hardcoded to use http. This change makes it optional to use http or https.

jr7square commented 6 years ago

May need to install urllib3 in the travis pipeline...

elviejokike commented 6 years ago

Nicely done @jr7square