Add support for SSL/TLS connection
See original GitHub issueI have a host where I can’t install Tika/Java and therefore I set up a dedicated Tika machine. On that machine I’m using nginx as a reverse proxy to forward the external port 8080 to the internal Tika port 9998 and this works fine.
But now I would also like to encrypt the connection between my host and the Tika machine - which is easy on the server side as I just have to add SSL to the nginx configuration.
I see that tika-python (the client side) uses requests
for making HTTP connections and I think it should not be too complicated to also support a Tika server url like https://tika.example.com:8443
.
Could this be implemented?
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Add SSL/TLS Support for an HTTP Connection - IBM
Add SSL /TLS support to the inbound node definition first and establish a session initiated by an HTTP client to an Sterling B2B...
Read more >What is SSL, TLS and HTTPS? - DigiCert
What is an SSL Certificate? SSL stands for Secure Sockets Layer and, in short, it's the standard technology for keeping an internet connection...
Read more >TLS & SSL connections - Google Workspace Admin Help
Google Workspace supports TLS versions 1.0, 1.1, 1.2, and 1.3. Set up TLS. By default, Gmail always tries to connect with TLS when...
Read more >Update to enable TLS 1.1 and TLS 1.2 as default secure ...
Describes an update that adds TLS 1.1 and TLS 1.2 to default security protocols in Windows Server 2012, Windows 7 SP1, and Windows...
Read more >Using SSL/TLS to encrypt a connection to a DB instance
AWS Region Certificate bundle (PEM) Certificate bundle (PKCS7)
US East (N. Virginia) us‑east‑1‑bundle.pem us‑east‑1‑bundle.p7b
US East (Ohio) us‑east‑2‑bundle.pem us‑east‑2‑bundle.p7b
US West (N. California) us‑west‑1‑bundle.pem us‑west‑1‑bundle.p7b
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
taken care of in #142 thank you @frennkie !
Been afk for a few days. Setting the environment variable does not help. I implemented a quick fix which makes this work for me. Please have a look at #142.