anoo2niem

Results 6 comments of anoo2niem

Hi mholt, apologies for not filling out the template. This is the output of `curl -v -k https://pagermon.home` on caddy version `2.7.6`; ``` * Trying 192.168.1.171:443... * Connected to pagermon.home...

Hi, The error only occurs on my end with the combination of pagermon and the latest version (2.7.6) of caddy. When i reverse proxy from this vm for example to...

Log output of 2.7.6 (ERR_HTTP2_PROTOCOL_ERROR): ``` Jan 31 21:58:09 anoo-standardpci440fxpiix1996 caddy[39848]: {"level":"debug","ts":1706734689.9989781,"logger":"events","msg":"event","name":"tls_get_certificate","id":"46a30f98-bd00-437f-b8ff-18c83e88d812","origin":"tls","data":{"client_hello":{"CipherSuites":[4865,4867,4866],"ServerName":"pagermon.home","SupportedCurves":[29,23,24,25,256,257,258,259,260],"SupportedPoints":null,"SignatureSchemes":[1027,1283,1539,515,2052,2053,2054,1025,1281,1537,513],"SupportedProtos":["h3"],"SupportedVersions":[772],"RemoteAddr":{"IP":"192.168.1.17","Port":54339,"Zone":""},"LocalAddr":{"IP":"192.168.1.171","Port":443,"Zone":""}}}} Jan 31 21:58:09 anoo-standardpci440fxpiix1996 caddy[39848]: {"level":"debug","ts":1706734689.9990916,"logger":"tls.handshake","msg":"choosing certificate","identifier":"pagermon.home","num_choices":1} Jan 31 21:58:09 anoo-standardpci440fxpiix1996 caddy[39848]: {"level":"debug","ts":1706734689.9991052,"logger":"tls.handshake","msg":"default certificate selection results","identifier":"pagermon.home","subjects":["pagermon.home"],"managed":true,"issuer_key":"local","hash":"30f89b2cfa041c19edb65f1facf746afb3e2127014b6bbd4d8fe8ef2a79cbeb3"} Jan 31...

Hi again, In one of your previous posts, u mentioned that u could benefit from doing a git bisect. I didn't know what it was, and i've read me in...

@WeidiDeng After commenting out `res.render(path.join(__dirname,'themes',theme, 'views', 'global', 'error'), { title: title });` in app.js, i can confirm it working and not receiving ERR_HTTP2_PROTOCOL_ERROR using commit 4de2c1c65e48a68046817bdc074a25c1750fd38d. Many thanks!