Skip to content
Snippets Groups Projects
Commit 4c5229b6 authored by Luis Contreras's avatar Luis Contreras
Browse files

Fixing certificate validation

parent c9240bbd
No related branches found
No related tags found
1 merge request!4Resolve INFRA-8704
Pipeline #175735 passed
...@@ -103,9 +103,10 @@ ...@@ -103,9 +103,10 @@
tags: tags:
- jmasar-test - jmasar-test
- name: check that we can connect to the jmasar service on port 80 - name: check that we can connect to the jmasar service on port 443
uri: uri:
url: http://{{ jmasar_server_name }}/version url: https://{{ jmasar_server_name }}/version
validate_certs: false
register: jmasar_web_request register: jmasar_web_request
until: jmasar_web_request.status == 200 until: jmasar_web_request.status == 200
retries: 10 retries: 10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment