Swiftagram icon indicating copy to clipboard operation
Swiftagram copied to clipboard

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

Open krisbitney opened this issue 2 years ago • 0 comments

  • [x] I've searched past issues and I couldn't find reference to this.

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)

krisbitney avatar Sep 09 '23 07:09 krisbitney