CLEANUP: examples: update sample file ssl.cfg

This one emitted an error due to the lack of "verify none" on the server line.
This commit is contained in:
Willy Tarreau 2015-10-13 15:44:31 +02:00
parent 05d50d0910
commit 15255f7c12
1 changed files with 1 additions and 1 deletions

View File

@ -22,5 +22,5 @@ backend mybackend
# a http backend
server s3 10.0.0.3:80
# a https backend
server s4 10.0.0.3:443 ssl
server s4 10.0.0.3:443 ssl verify none