-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cError:Optional(Error Domain=kCFErrorDomainCFNetwork Code=1 "(null)" UserInfo={_kCFStreamErrorCodeKey=1, _kCFStreamErrorDomainKey=12}) #458
Comments
@yusufonderd try this:
|
MQTTCFSocketTransport object has not 'path' properties. |
@yusufonderd updated the answer with the right transport |
@nathanmrtns Now I'm getting two different error when change tls value : When When |
@yusufonderd do you need a certificate to connect? |
No I'm using generated URL. This url already authorized. Not need a certificate. |
@yusufonderd I'm not sure, but I believe you have to change your AWS host config. |
Hi @nathanmrtns I see this log in xcode when connect socket :
Do you have any idea ? |
Hi @yusufonderd. As @nathanmrtns pointed, please check #433 to work with signed url. You will need to subclass |
Tracked in #433 |
I'm trying to connect aws signed url.
I give an exception :
cError:Optional(Error Domain=kCFErrorDomainCFNetwork Code=1 "(null)" UserInfo={_kCFStreamErrorCodeKey=1, _kCFStreamErrorDomainKey=12})
The text was updated successfully, but these errors were encountered: