jetfire
jetfire copied to clipboard
JetFire does not provide a mechanism for using client side certificates
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.
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
Is there any progress on this?
@nathanday Did you achieve to use Client side certificates ? Can you share you code of WebSocket.swift ?