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

HTTP Upload Failed #238

Open
tpreclik opened this issue Nov 19, 2023 · 0 comments
Open

HTTP Upload Failed #238

tpreclik opened this issue Nov 19, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@tpreclik
Copy link

Describe the bug
I have a prosody server where the upload url is configured as a subdomain of the server's domain. So #37 should be fulfilled. The server uses a certificate signed with a private CA. It is the same certificate as the one used by the jabber server. Connection to the jabber server works but when sending for example an image then the upload to the http server fails without any more detailed error message. A conversations.im client using the same server has no problems sending the image. Sending the image via another xmpp server with a certificate signed by a trusted CA works. Adding the personal CA to the trust store of iOS and trusting the CA does not make a difference. In addition http is disabled for uploads at the xmpp server in favor for https.

To Reproduce
Setup prosody with mod_http_upload and cert signed by a custom CA. Disable http interfaces in favor for https. Try to send image (from within the app or by sharing).

Expected behavior
Send image.

Details (please complete the following information):

  • Siskin Version: 7.3.3
  • iOS version 16.7.1
  • iPhone model iPhone 14
@tpreclik tpreclik added the bug Something isn't working label Nov 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant