You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hello everyone,
after I installing Self-signed certificate my jira core is unreachable.
I receive following errors.
Connect jira from outer Server with Ip-Address:8443 and DNS-Name
http://mycompany.bla:8443/
error: Bad Request This combination of host and port requires TLS.
Connect jira from Server with DNS-Name
http://mycompany.bla:8443/
error: Bad Request This combination of host and port requires TLS.
And with
Ip-Address:8443
Error:
If I write extra https://mycompany.bla:8443 or https:// IP-Address:8443
the error is the same with database as above.
My jira uses Windowus active directory.
I took the same values for my jira certificate. as under in picture
Maybe this picture is helpful for you
I don't use appache. I used IP-Tables, but for now I deleted it.
Has anyone an Idea?
hi,
I suggest you to go back to your old configuration for DBCONF, and make the changes on the jira / bin / server.xml, add the this part before <Engine>.... </Engine>:
<Connector port="8443" disableUploadTimeout="true" acceptCount="100" useBodyEncodingForURI="true" protocol="org.apache.coyote.http11.Http11NioProtocol" maxHttpHeaderSize="8192" enableLookups="false" minSpareThreads="25" maxThreads="150" relaxedQueryChars="[]|{}^\`"<>" relaxedPathChars="[]|" keystoreType="JKS" keystorePass="changeit" keystoreFile="C:/Program Files/Atlassian/JIRA/keystore.jks" keyAlias="jira" clientAuth="false" sslEnabledProtocols="TLSv1,TLSv1.1,TLSv1.2,TLSv1.3" secure="true" scheme="https" SSLEnabled="true"/>
just be sure about the aliass and the password
Thank you for response,
But I receive the same Error with the Database.
This part (relaxedQueryChars="[]|{}^\`"<>") doesn't work in linux aber it is no problem. I wrote it for linux.
In my catalina.out file are following errors.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.