I deployed moon2 helm chart on my Kuberntes cluster, i deployed cert-manager with letsencrypt .
When i launch my automated test (wrote with c# language with playwright framework), i got the following error:
Microsoft.Playwright.PlaywrightException : WebSocket error: unable to get local issuer certificate
=========================== logs ===========================
<ws connecting> wss://somefqdn.com/playwright/chromium/playwright-1.27.1?enableVNC=true&enableVideo=true&headless=false&videoName=Creation_Compte_Cks_c_Card_Block_134506_UTC.mp4&name=Creation_Compte_Cks_c_Card_Block_134506_UTC&sessionTimeout=10m
<ws error> error unable to get local issuer certificate
<ws connect error> wss://somefqdn.com/playwright/chromium/playwright-1.27.1?enableVNC=true&enableVideo=true&headless=false&videoName=Creation_Compte_Cks_c_Card_Block_134506_UTC.mp4&name=Creation_Compte_Cks_c_Card_Block_134506_UTC&sessionTimeout=10m unable to get local issuer certificate
<ws disconnected> wss://somefqdn.com/playwright/chromium/playwright-1.27.1?enableVNC=true&enableVideo=true&headless=false&videoName=Creation_Compte_Cks_c_Card_Block_134506_UTC.mp4&name=Creation_Compte_Cks_c_Card_Block_134506_UTC&sessionTimeout=10m code=1006 reason=
PS: with JavaScript + Playwright ==> it works fine
Any idea please on how to fix the issue ?