Home > other >  Does http need ssl certificate?
Does http need ssl certificate?

Time:09-25

I have 2 microservices in different server and i tried to hit api using http from one to other. it get me like timeout response [server not response]. And i tried hit api using https and it get me error like "you need certificate". My question is does http need ssl or not ? Thanks

CodePudding user response:

HTTP no, HTTPS yes. Many blanks to satisfy system...

  • Related