Re: tls with relayd (on 5.7) and key without password

2015-05-30 Thread Antonio Feitosa
Does not work for me. #/etc/relayd.conf relayd_addr=127.0.0.1 relayd_port=8080 prefork 10 http protocol httpfilter { # Return HTTP/HTML error pages to the client return error # Block disallowed sites match request label URL filtered! block request quick

Re: tls with relayd (on 5.7) and key without password

2015-05-30 Thread Antonio Feitosa
Someone else with that issue? 2015-05-30 17:28 GMT-03:00 Antonio Feitosa antonio@gmail.com: Does not work for me. #/etc/relayd.conf relayd_addr=127.0.0.1 relayd_port=8080 prefork 10 http protocol httpfilter { # Return HTTP/HTML error pages to the client return

Re: tls with relayd (on 5.7) and key without password

2015-05-03 Thread Comète
That works ! Thanks a lot ! 3 mai 2015 20:50 mxb a écrit:   Try to create symlink in /etc/ssl/private. ln -s mydomain.org (http://mydomain.org).key 1.2.3.4.key, where “1.2.3.4” is your address in $ext_addr.   //mxb     On 3 maj 2015, at 13:04, Comète wrote:  Hi, my tls key

tls with relayd (on 5.7) and key without password

2015-05-03 Thread Comète
Hi, my tls key has no password and i already use it for other stuff, so i try to enable TLS with relayd like this: http protocol http_tls { tls tlsv1 tls ca key /etc/ssl/private/mydomain.org.key password tls ca cert /etc/ssl/mydomain.org.crt } relay transptls { listen on

Re: tls with relayd (on 5.7) and key without password

2015-05-03 Thread mxb
Try to create symlink in /etc/ssl/private. ln -s mydomain.org http://mydomain.org/.key 1.2.3.4.key, where “1.2.3.4” is your address in $ext_addr. //mxb On 3 maj 2015, at 13:04, Comète com...@daknet.org wrote: Hi, my tls key has no password and i already use it for other stuff, so i try