Skip to content
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

[PRO]: Support for TLS 1.2 on Document Management API #6123

Open
1 task done
olavhaugen opened this issue Feb 24, 2025 · 0 comments
Open
1 task done

[PRO]: Support for TLS 1.2 on Document Management API #6123

olavhaugen opened this issue Feb 24, 2025 · 0 comments
Labels
Category: Pro The issue or pull request is related to the pro packages of Tiptap. Type: Bug The issue or pullrequest is related to a bug

Comments

@olavhaugen
Copy link

olavhaugen commented Feb 24, 2025

Affected Packages

n/a

Version(s)

n/a

Description of the Bug

I am integrating with the Tiptap Document Management API from my .NET backend running on my development Mac.

.NET on Mac unfortunately does not support TLS 1.3 yet, and thus I get TLS/SSL errors after unsuccessful handshake, as the Tiptap API only support TLS 1.3.

A possible workaround is that the Tiptap APIs add support for TLS 1.2.

My system is running:
.NET: 8.0
macOS: Sequoia 15.3.1

Browser Used

Chrome

Code Example (Preferred)

No response

Expected Behavior

Successful HTTPS handshake

Additional Context (Optional)

No response

Dependency Updates

  • Yes, I've updated all my dependencies.
@olavhaugen olavhaugen added Category: Pro The issue or pull request is related to the pro packages of Tiptap. Type: Bug The issue or pullrequest is related to a bug labels Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Pro The issue or pull request is related to the pro packages of Tiptap. Type: Bug The issue or pullrequest is related to a bug
Projects
None yet
Development

No branches or pull requests

1 participant