Skip to content

Commit

Permalink
Do not verify ssl on servers
Browse files Browse the repository at this point in the history
  • Loading branch information
phansch committed Oct 7, 2017
1 parent 1d0f1e9 commit f068d20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ task :html_proofer do
opts = {
url_ignore: [/localhost/],
empty_alt_ignore: true,
file_ignore: [/slides/]
file_ignore: [/slides/],
ssl_verifyhost: 0
}
HTMLProofer.check_directory(build_dir, opts).run
end

0 comments on commit f068d20

Please sign in to comment.