You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tested this (even using paperless.app.internal as hostname) and it worked as expected.
Is the Paperless web UI really accessible from that machine at https://paperless.app.internal?
If you have to append a port like :8080, you will also have to specify that port in Paperparrot. For local https to work, your Mac has to trust the root certificate used to sign the certificate your paperless server is using.
Marcel in the Paperparrot Discord also noted that apparently some flags have to be set when generating a self signed certificate for them to be trusted by iOS (the same likely applies to macOS):
# Used for extensions to the self-signed cert OpenSSL is going to generate for us
x509_extensions = x509_extensions
[x509_extensions]
basicConstraints = CA:true
keyUsage = digitalSignature
extendedKeyUsage = serverAuth
subjectKeyIdentifier = hash
Describe the bug
Adding a Server with an internal available Hostname results in an error "A server with the specified hostname could not be found".
The DNS Servers are correctly configured and available on the system and points to an internal DNS:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Server was found and added.
Screenshots
Environment(please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: