在阿里云申请免费ssl证书,申请完成后下载tomcat类型证书
在resources目录下新建https目录,将证书pfx放入
修改bootstrap.yml
server:
port: 443
undertow:
buffer-size: 1024
direct-buffers: true
# ssl证书相关配置
ssl:
key-store: classpath:https/xxx.pfx
key-store-password: xxx
key-store-type: PKCS12 #tomcat是这种类型
在zuul启动类上加上@EnableZuulProxy
启动服务后访问https://xxx.com