Navigation

    Netgate Discussion Forum
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search

    Haproxy err_incomplete_chunked_encoding

    pfSense Packages
    1
    1
    120
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      rlljorge last edited by rlljorge

      Hi ALL !

      After upgrade haproxy to version haproxy18-1.8.25 I am receiving the error err_incomplete_chunked_encoding on browser AND random blank pages.

      My config

      global
      	maxconn			40000
      	stats socket /tmp/haproxy.socket level admin  expose-fd listeners
      	gid			80
      	nbproc			1
      	nbthread			1
      	hard-stop-after		15m
      	chroot				/tmp/haproxy_chroot
      	daemon
      	tune.ssl.default-dh-param	2048
      	server-state-file /tmp/haproxy_server_state
      	
      
      frontend webapex-MASQ1
      	bind			XXX.XXX.XXX.XX:443 name XXX.XXX.XXX.XX:443   ssl crt-list /var/etc/haproxy/webapex-MASQ1.crt_list  
      	mode			http
      	log			global
      	option			dontlognull
      	option			log-separate-errors
      	option			http-keep-alive
      	option			forwardfor
      	acl https ssl_fc
      	http-request set-header		X-Forwarded-Proto http if !https
      	http-request set-header		X-Forwarded-Proto https if https
      	maxconn			10000
      	timeout client		90000
      	acl			URL	var(txn.txnhost) -m end -i MASQ1.com.br
      	acl			URL-PMG	var(txn.txnhost) -m end -i MASQ2.xx.xxxx.br
      	acl			aclcrt_webapex-MASQ1	var(txn.txnhost) -m reg -i ^([^\.]*)\.MASQ1\.com\.br(:([0-9]){1,5})?$
      	acl			aclcrt_webapex-MASQ1	var(txn.txnhost) -m reg -i ^MASQ1\.com\.br(:([0-9]){1,5})?$
      	acl			aclcrt_webapex-MASQ1	var(txn.txnhost) -m reg -i ^([^\.]*)\.MASQ2\.sp\.gov\.br(:([0-9]){1,5})?$
      	acl			aclcrt_webapex-MASQ1	var(txn.txnhost) -m reg -i ^MASQ2\.sp\.gov\.br(:([0-9]){1,5})?$
      	http-request set-var(txn.txnhost) hdr(host)
      	use_backend bk_k8s_webapex_ipv4  if   aclcrt_webapex-MASQ1
      
      
      backend bk_k8s_webapex_ipv4
      	mode			http
      	id			10125
      	log			global
      	cookie ORDS insert indirect nocache httponly
      	balance			roundrobin
      	timeout connect		900000
      	timeout server		3600000
      	retries			3
      	source ipv4@ usesrc clientip
      	server			k8s-05 192.168.224.10:30147 id 10102 check inter 1000  weight 1 
      	server			k8s-06 192.168.224.11:30147 id 10103 check inter 1000  weight 1 
      	server			k8s-02 192.168.224.13:30147 id 10104 check inter 1000  weight 1 
      
      

      Any idea?

      Regards

      Rodrigo

      1 Reply Last reply Reply Quote 0
      • First post
        Last post

      Products

      • Platform Overview
      • TNSR
      • pfSense
      • Appliances

      Services

      • Training
      • Professional Services

      Support

      • Subscription Plans
      • Contact Support
      • Product Lifecycle
      • Documentation

      News

      • Media Coverage
      • Press
      • Events

      Resources

      • Blog
      • FAQ
      • Find a Partner
      • Resource Library
      • Security Information

      Company

      • About Us
      • Careers
      • Partners
      • Contact Us
      • Legal
      Our Mission

      We provide leading-edge network security at a fair price - regardless of organizational size or network sophistication. We believe that an open-source security model offers disruptive pricing along with the agility required to quickly address emerging threats.

      Subscribe to our Newsletter

      Product information, software announcements, and special offers. See our newsletter archive to sign up for future newsletters and to read past announcements.

      © 2021 Rubicon Communications, LLC | Privacy Policy