motiv-labs / janus

An API Gateway written in Go
https://hellofresh.gitbooks.io/janus
MIT License
2.77k stars 319 forks source link

some error about https #415

Open ohohok opened 4 years ago

ohohok commented 4 years ago

[Short description of problem here]

Reproduction Steps:

  1. [First Step] I want my gateway to support https. I refer to the configuration in janus-tls under example, but my client will get the error message of ssl error protocol during the access process
  2. [Second Step] This situation is random, can be temporarily solved by restarting the gateway, I tried some methods on the Internet, such as modifying the system time, etc. can not completely solve this problem. Expected behavior:

[Successful access to my api]

Observed behavior:

[Browser randomness ssl error protocol error]

Janus version: [ 3.8.11-rc.4 ] OS and version: [ubuntu 16.04] Please help me solve my problem,thank you.