Skip to content

Commit

Permalink
17419 FIX check-httpv2: add options to disable certificates & to conn…
Browse files Browse the repository at this point in the history
…ect to physical host

With this werk, we have introduced two new optional parameters.

1. short option: -D,  long option: --disable-cert

You should think very carefully before using this parameter. If
invalid certificates are trusted, any certificate for any
certificate for any site will be trusted for use. This includes
expired certificates. This also introduces significant
vulnerabilities, and should only be used as a last resort.

2. short option: -p, long option: --server

With this option, the behaviour is similar to the --resolve
parameter used with curl. It will resolve to the phsyical
address given.

Change-Id: I025a41e361ad872f43cf27ff62f07d7e9827ec53
  • Loading branch information
TribeGav authored and loocars committed Dec 16, 2024
1 parent 68737b8 commit 4e63404
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .werks/17419.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[//]: # (werk v2)
# check-httpv2: add options to disable certificates & to connect to physical host

key | value
---------- | ---
date | 2024-12-13T08:47:53+00:00
version | 2.4.0b1
class | fix
edition | cre
component | checks
level | 1
compatible | yes

With this werk, we have introduced two new optional parameters.

1. short option: -D, long option: --disable-cert

You should think very carefully before using this parameter. If
invalid certificates are trusted, any certificate for any
certificate for any site will be trusted for use. This includes
expired certificates. This also introduces significant
vulnerabilities, and should only be used as a last resort.

2. short option: -p, long option: --server

With this option, the behaviour is similar to the --resolve
parameter used with curl. It will resolve to the phsyical
address given.

0 comments on commit 4e63404

Please sign in to comment.