apisix err_ssl_protocol_error 是一个在使用 Apache APISIX 时可能遇到的 SSL 协议错误。这个错误通常表明在 SSL/TLS 握手过程中出现了问题。下面是对这个错误的具体分析、可能的原因、解决方案以及调试建议。 一、apisix err_ssl_protocol_error 错误的具体含义 err_ssl_protocol_error
apisix创建https 总结了下apisix 使用https 的问题和方法 1、apisix 默认https 端口是9443 2、apisix 需要上传证书后才可以使用https 否二curl测试会报错 SSL routines:CONNECT_CR_SRVR_HELLO 3、apisix 上传证书方法 我是使用的自签名证书,注意自签名证书的Common Name 要写你的域名。 自签名证书可以参考自签名证书...
local code, err = set_upstream(route, api_ctx) if code then core.log.error("failed to set upstream: ", err) core.response.exit(code) end local server, err = load_balancer.pick_server(route, api_ctx) if not server then core.log.error("failed to pick server: ", err) return core....
# ref: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip externalTrafficPolicy: Cluster type: LoadBalancer annotations: lb.kubesphere.io/v1alpha1: openelb protocol.openelb.kubesphere.io/v1alpha1: layer2 eip.openelb.kubesphere...
Proxy Protocol Dubbo 代理:基于 Tengine,可以实现 Dubbo 请求的代理。 HTTP(S) 反向代理 SSL:动态加载SSL 证书。 全动态能力 热更新和热插件: 无需重启服务,就可以持续更新配置和插件。 代理请求重写: 支持重写请求上游的host、uri、schema、enable_websocket、headers信息。
Proxy Protocol Dubbo 代理:基于 Tengine,可以实现 Dubbo 请求的代理。 HTTP(S) 反向代理 SSL:动态加载 SSL 证书。 全动态能力 热更新和热插件: 无需重启服务,就可以持续更新配置和插件。 代理请求重写: 支持重写请求上游的host、uri、schema、enable_websocket、headers信息。 输出内容重写: 支持自定义修改返回内容...
更多详情可参考最新的[config-default.yaml](https://github.com/apache/apisix/blob/master/conf/config-default.yaml)文件。 移除多个已废弃配置 在3.0 新版本中,我们把许多之前标记为deprecated的配置进行了清理。 在静态配置中,移除了以下若干字段: 移除apisix.ssl中的enable_http2和listen_port(#7717) ...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
9182 # APISIX listening port for HTTPS traffic with PROXY protocol.# enable_tcp_pp: true # Enable the PROXY protocol when stream_proxy.tcp is set.# enable_tcp_pp_to_upstream: true # Enable the PROXY protocol.enable_server_tokens:true# If true, show APISIX version in the `Server` respons...
# This port can only receive http request with proxy protocol, but node_listen & port_admin # can only receive http request. If you enable proxy protocol, you must use this port to # receive http request with proxy protocol listen_https_port: 9182 # The port with proxy protocol for http...