sbertix / Swiftagram

A modern Swift wrapper for Instagram Private API.
Apache License 2.0
247 stars 35 forks source link

An SSL error has occurred and a secure connection to the server cannot be made #315

Open krisbitney opened 1 year ago

krisbitney commented 1 year ago

Swiftagram version 5.4.0

Describe the bug Cannot log in on ios simulator. I instead receive the exception An SSL error has occurred and a secure connection to the server cannot be made.

To reproduce Steps to reproduce the behavior:

Authenticator
    .keychain
    .basic(username: username, password: password)
    .authenticate()
    .sink(...)

Expected behavior expected to log in

Device and system iphone 14 / ios 16.2 (simulator)