question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow support for AWS SSL Certificates

See original GitHub issue

tl:dr; Please enable HTTPS protocol when there is no SSL Cert or key file given, for load balancer support.

mup is broken for AWS users that are using the Elastic Load Balancer and DNS at Route53 (Amazons DNS provider) which in turn provides SSL certificates. This was working in previous versions of mupx but in this latest mup SSL from AWS is not supported as it requires a CRT file.

There is no file provided by AWS, simply the SSL cert is on the load balancer and the App must be accessed via HTTPS protocol.

This was working fine with the force-ssl package from atmosphere, but in the latest version we cannot deploy with just setting https the nginx gives a 503 gateway errror in this configuration.

Please fix so we have the option of just allowing SSL via protocol specification of the env var

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:18 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
LevanArabulicommented, Mar 23, 2018

Resolved, classic ELB doesn’t support WebSockets/DDP. Use new Application Load Balancer type instead. For more details check #914.

0reactions
sontncommented, Sep 19, 2018

@thirtyfoursoft try using the SSL from Route 53 mate

Hi Tom, can I have your email address? Thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

AWS Certificate Manager – Amazon Web Services
Provision and manage SSL/TLS certificates with AWS services and connected resources · Simplify the process of obtaining certificates. · Use no-cost certificates ......
Read more >
AWS Certificate Manager - AWS Documentation
AWS Certificate Manager (ACM) handles the complexity of creating, storing, and renewing public and private SSL/TLS X.509 certificates and keys that protect ...
Read more >
Step 4: Enable HTTPS traffic and verify the certificate
Enable HTTPS traffic and verify the certificate that your Linux web server is using for SSL/TLS offload with AWS CloudHSM.
Read more >
Requirements for using SSL/TLS certificates with CloudFront
If you're using AWS Certificate Manager (ACM), we recommend that you use AWS Identity and Access Management permissions to restrict access to the...
Read more >
AWS Certificate Manager FAQs | Amazon Web Services
SSL /TLS certificates allow web browsers to identify and establish encrypted network connections to web sites using the Secure Sockets Layer/Transport Layer ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found