Skip to main content

Posts

Showing posts from August, 2020
APIGateway SSL intermediate cert issue,while connecting to web server:- Hi Folks,  🙏 Namaste and Welcome to my blog 🙏 Hope this finds you safe and healthy!  Today I will explain about if you are getting issue to connect your newly create AWS API gateway to your running web server (My web server is tomcat8 running on ec2). First you need to check what is error for you in my case i am getting some missing intermediate ssl cert issue.  So for that you may ask to provide a complete ssl cert chain from your web server admin who have previously configure ssl cert for your web server , or if you are owner of that server yourself then no worry i will tell you how we can download intermediate cert from website and how can we configure it'. Stay here 😉 1) Download intermediate Cert 2) Move the downloaded cert to web server 3) Configure that new intermediate cert in your web server 4) Restart tomcat 5) Verify Intermediate Cert Installed properly or not with Online SSL checke...