| 6 | 17:51 < jomat> and the problem appeared with a configuration change |
| 7 | 17:51 < jomat> Well, a forced config change |
| 8 | 17:51 < jomat> let me elaborate |
| 9 | 17:52 < jomat> i use apache+mod_gnutls+mod_proxy as a tls-termination for the unencrypted services behind the proxy |
| 10 | 17:53 < jomat> So I used to use "ProxyPass / http://172.22.173.237:9001/" |
| 11 | 17:53 < jomat> But that didn't work anymore since I updated to the git version |
| 12 | 17:53 < jomat> now I have to use "ProxyPass / https://172.22.173.237:9001/" |
| 13 | 17:54 < jomat> although 172.22.173.237:9001 is plaintext |
| 14 | 17:56 <@dkg> wait, when you say "the git version" you mean of mod_gnutls? |
| 15 | 17:56 < jomat> yeah |
| 16 | 17:58 <@dkg> but things were working before with the stock version in debian? |
| 17 | 17:59 <@dkg> how did you settle on needing https:// in ProxyPass? |
| 18 | 18:01 < jomat> The Debian version worked... I'll reproduce the log message |