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:
parent
05d50d0910
commit
15255f7c12
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue