CentOS 7.5 の Tableau Server 2018.2 でサーバー全体の SAML を構成した後、アプリケーションサーバーが起動しません。
既存の証明書の拡張子を .crt に変更します。
自己署名証明書を作成して、実際に証明書に問題があることを確認します。
注: 以下の解決方法は、商用の証明書が入手可能になるまでの間にのみ使用してください。 詳細については、「Tableau Server との双方向の外部 HTTP トラフィック用に SSL を構成する」の記事を参照してください。
openssl genrsa -out <yourcertname>.key 4096
openssl req -new -key <yourcertname>.key -out <yourcertname>.csr
openssl x509 -req -days 1825 -in <yourcertname>.csr -signkey <yourcertname>.key -out <yourcertname>.crt
.Key ファイルを作成します。
openssl.exe genrsa -out <yourcertname>.key 4096
openssl.exe req -new -key <yourcertname>.key -out <yourcertname>.csr -config ..\conf\openssl.cnf
openssl.exe x509 -req -days 1825 -in <yourcertname>.csr -signkey <yourcertname>.key -out <yourcertname>.crt
原因: org.springframework.beans.BeanInstantiationException: [com.tableausoftware.domain.user.saml.TabKeyManager] をインスタンス化できませんでした: コンストラクターが例外をスローしました; ネストされた例外は java.security.cert.CertificateException: 証明書を解析できませんでした: java.io.IOException: 不正なヘッダー:
001471620

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.