Hi Caroline,

In the past where I have had issues here I have created a custom SSL config, I 
think many forget that its possible to customise the SSL config in this way and 
this can solve some of the issues where the SSL config in controller or 
execution environment is not quite right for your outcome.

ie.

- name: Get stuff
  environment:
    OPENSSL_CONF: /path/to/your/custom/openssl.cnf
  ansible.builtin.uri:
    ….
  
And within the SSL config set MinProtocol & CipherString or update in Protocol.

I should think this will help.

Regards

Steve Maher


> On 23 Jul 2024, at 23:19, Garri Djavadyan <g.djavad...@gmail.com> wrote:
> 
> ansible.builtin.uri 

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/0333F06D-5BBE-48D0-8226-2B980366CC3E%40gmail.com.

Reply via email to