no-sessionid.d 552 B

123456789101112131415
  1. Long: no-sessionid
  2. Help: Disable SSL session-ID reusing
  3. Protocols: TLS
  4. Added: 7.16.0
  5. Category: tls
  6. Example: --no-sessionid $URL
  7. ---
  8. Disable curl's use of SSL session-ID caching. By default all transfers are
  9. done using the cache. Note that while nothing should ever get hurt by
  10. attempting to reuse SSL session-IDs, there seem to be broken SSL
  11. implementations in the wild that may require you to disable this in order for
  12. you to succeed.
  13. Note that this is the negated option name documented. You can thus use
  14. --sessionid to enforce session-ID caching.