0

I am running an elastic beanstalk application and have enabled SSL using AWS Certificate Manager.

However when entering "https://example.com" into the browser approximately only 50% of the time does the page show as 'secure' in Google or Firefox.

Secure:

enter image description here

Not secure:

enter image description here

Would anyone be able to provide any information on how I can isolate the cause of this problem, or have any ideas about what might be causing this to act in an intermittent manner?

jww
  • 83,594
  • 69
  • 338
  • 732
Edward Atkins
  • 338
  • 3
  • 12
  • What seems to be happening (based on my extremely limited view from those 2 screenshots) is that your site is allowing both access to HTTP:// and HTTPS://. You're going to need to force HTTPS, have a look at the thread I linked. https://stackoverflow.com/questions/14693852/how-to-force-https-on-elastic-beanstalk – jonzlin95 Jul 21 '17 at 23:58
  • Your "secure" and "not secure" origins are different. Based on the information you provided, you cannot compare them. Please post the URLs you are *really* using. Or post the output of `openssl s_client -connect : -tls1 -servername | openssl x509 -text -noout` for both URLs. – jww Jul 23 '17 at 02:50

0 Answers0