pygmystack / pygmy-legacy

Use pygmystack/pygmy instead
https://github.com/pygmystack/pygmy
MIT License
25 stars 16 forks source link

Local SSL Support #11

Closed dasrecht closed 1 year ago

dasrecht commented 6 years ago

We saw several use cases where local SSL support would be needed, as a lot of sites are built and ran ssl-only.

Part of pygmy already supports ssl, due to the recent changes on how we build the containers this is broken.

derpaschi commented 6 years ago

This is definitively a use case for us. Nearly all of our production sites are ssl only.

ocean90 commented 6 years ago

💯 HTTPS is also required for quite a few new browser features which are only available for HTTPS.

AlexSkrypnyk commented 6 years ago

@Schnitzel @twardnw Is there any chance this can be addressed any time soon?

ocean90 commented 6 years ago

Note that Google Chrome is now labeling any website not using HTTPS as "not secure". It's only a local site, yet quite annoying.

ocean90 commented 5 years ago

I have been told that the current issue is with pygmy that it needs to support legacy and lagoon containers since not everyone has already switched to the lagoon containers. But those who haven't switched would probably also not update their pygmy version. So, if semantic versioning is followed, 1.0.0+ could only support lagoon containers and if you require support for legacy containers you'd install 0.9.x.

gem install pygmy -v '~> 0.9' # legacy
gem install pygmy -v '~> 1.0' # lagoon
tobybellwood commented 1 year ago

handling in https://github.com/pygmystack/pygmy/issues/381