mirror of https://github.com/ansible/ansible.git
add self-signed https endpoint for ansible-test (#73463)
* introduce self-signed.ansible.http.tests * forwarding of port 444 * forward port 8444 to port 444 on http test container * Fix port forwarding for Windows under docker * add changelog fragment Co-authored-by: Jordan Borean <jborean93@gmail.com>pull/73491/head
parent
bd18be6c0c
commit
8f887b7adb
@ -0,0 +1,2 @@
|
|||||||
|
minor_changes:
|
||||||
|
- ansible-test - add https endpoint for ansible-test
|
||||||
@ -1,4 +1,5 @@
|
|||||||
badssl_host: wrong.host.badssl.com
|
badssl_host: wrong.host.badssl.com
|
||||||
|
self_signed_host: self-signed.ansible.http.tests
|
||||||
httpbin_host: httpbin.org
|
httpbin_host: httpbin.org
|
||||||
sni_host: ci-files.testing.ansible.com
|
sni_host: ci-files.testing.ansible.com
|
||||||
badssl_host_substring: wrong.host.badssl.com
|
badssl_host_substring: wrong.host.badssl.com
|
||||||
|
|||||||
Loading…
Reference in New Issue