[
https://issues.apache.org/jira/browse/TIKA-3719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17525747#comment-17525747
]
Nick Burch commented on TIKA-3719:
----------------------------------
Those look like the steps needed. I'd suggest we create ours as something like
{{{color:#445588}keytool{color}{color:#000000} -genkeypair -alias
tika-ssl-testing -keyalg RSA -keysize 2048 -keypass tika-secret -storepass
tika-secret -validity 9999 -keystore test-ssl.keystore.p12 -storetype PKCS12
-ext SAN=DNS:localhost,IP:127.0.0.1 -dname "CN=localhost, OU=Tika
Testing"{color}}}
That will create a PKCS12 formatted keystore with a self-signed key+cert,
password of tika-secret, which can then be loaded for a test server{{{}{}}}
> Tika Server Ability to Run HTTPs
> --------------------------------
>
> Key: TIKA-3719
> URL: https://issues.apache.org/jira/browse/TIKA-3719
> Project: Tika
> Issue Type: Wish
> Components: tika-server
> Affects Versions: 2.3.0
> Reporter: Dan Coldrick
> Priority: Minor
>
> We need the ability to run TIKA server as a https end point, I can't see
> anything in the config that allows for this.
> Looks like I'm not the only one:
> [https://stackoverflow.com/questions/70355551/apache-tika-convert-apache-tika-server-rest-endpointsjax-rs-http-to-https]
>
> If anyone can point to some documentation on how it might be possible it
> would be really appreciated.
>
> Thanks
--
This message was sent by Atlassian Jira
(v8.20.7#820007)