jetfire icon indicating copy to clipboard operation
jetfire copied to clipboard

JetFire does not provide a mechanism for using client side certificates

Open nathanday opened this issue 7 years ago • 3 comments

More of a suggestion than a issue, I needed to use client side certificates, the way I got around this was to create a dictionary property on JFRWebSocket called additionalOutputStreamProperties which is then enumerated over applying the setProperty:forKey: for each entry to the output stream, adding something like this to JetFire would make it easy to handle any niche use case.

nathanday avatar May 24 '17 02:05 nathanday

Agreed this is the feature request. I believe this is related to the same request we got on https://github.com/daltoniam/Starscream/issues/271

acmacalister avatar Aug 12 '17 02:08 acmacalister

Is there any progress on this?

vkolosovsky avatar Nov 17 '17 09:11 vkolosovsky

@nathanday Did you achieve to use Client side certificates ? Can you share you code of WebSocket.swift ?

jarrillaga avatar Jan 15 '18 15:01 jarrillaga