Skip to content

Commit

Permalink
Update port for SSL/TLS on http monitor (elastic#5773)
Browse files Browse the repository at this point in the history
the port is usually 443 for SSL
  • Loading branch information
ugosan authored and dedemorton committed Jan 3, 2018
1 parent dfdeca7 commit c1a7bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heartbeat/docs/heartbeat-options.asciidoc
Expand Up @@ -422,7 +422,7 @@ Example configuration:
-------------------------------------------------------------------------------
- type: http
schedule: '@every 5s'
urls: ["https://myhost:80"]
urls: ["https://myhost:443"]
ssl:
certificate_authorities: ['/etc/ca.crt']
supported_protocols: ["TLSv1.0", "TLSv1.1", "TLSv1.2"]
Expand Down

0 comments on commit c1a7bd2

Please sign in to comment.