Bumblebee
Bumblebee copied to clipboard
https support
A very easy to use gateway, but when will it support https?
client request gateway support, setting HttpConfig.json
"SSL": true,
"CertificateFile": "***.pfx",
"CertificatePassword": "******",
gateway request app server not support
那是否还是得使用nginx/IIS……作为client,配置好证书,转发到Bumblebee,Bumblebee再转发到各个app service?
Bumblebee对外是支持ssl的,只是内部转到app server不支持https转