Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  •  Ensure you are familiar with the content shared during the Connectivity Testing webinar (February 28, 2023). To watch a recording of the webinar, see section Connectivity Testing Webinar above.
  •  For this Projectathon, the following configuration options should be used:
    • TLS version 1.

      2 (For example

      Expand
      titleClick here for more on Certificate Authorities & Cipher Suites
      • For this Projectathon, you may use any Certificate Authority (e.g., Let's Encrypt) as long as you are configuring for TLS 1.2
      • The following cipher suites are supported when using TLS 1.2
      )
      • :
        • TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
        • TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
        • TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
        • TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
      • Additional details are documented in the Reference Architecture v0.1.1 DFT 
    • One-way TLS authentication (server-side TLS)
  •  

    Depending on your implementations, to confirm your connectivity, run a simple API transaction (e.g., retrieving a capability statement for CA:FeX) using the CA:FeX Simulators

For server-side implementations:

...