HTTPS notification doesn't reach cygnus

為{幸葍}努か 提交于 2019-12-07 09:33:42

This problem has been solved The subscription reference is https://cygnus.domain.com/notify but Orion transform this in https://cygnus.domain.com:443/notify

We have a HAProxy to load balance requests. An ACL is present to accept the doamin cygnus.domain.com but no ACL is present to accept cygnus.domain.com:443

Modifying the ACL resolve the problem

  • Old ACL : acl IS_Cygnus hdr(host) -i cygnus.domain.com
  • New ACL : acl IS_Cygnus hdr_beg(host) -i cygnus.domain.com
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!