You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to communicate with the Pact Mock Service over HTTPs when the secure flag is passed. This requires the library to obtain the certificate from the pactffi_get_tls_ca_certificate FFI call. See #5 for an example.
However, there seems to be a common issue with Dart and adding self-signed certificates:
Issue
It is possible to communicate with the Pact Mock Service over HTTPs when the secure flag is passed. This requires the library to obtain the certificate from the
pactffi_get_tls_ca_certificate
FFI call. See #5 for an example.However, there seems to be a common issue with Dart and adding self-signed certificates:
The text was updated successfully, but these errors were encountered: