Reporter |
![]() |
---|---|
Created | Aug 29, 2013 5:15:45 PM |
Updated | Aug 29, 2013 6:15:14 PM |
Priority | Normal |
Type | Bug |
State | Open |
Assignee | Alexander Volfman (Alexander.Volfman) |
Subsystem | Installer |
Fix versions | No Fix versions |
Fixed in builds | No Fixed in build |
Affected versions | No Affected versions |
Browser | Any Browser |
OS | Any OS |
Verified in build | Not verified |
Verified by | Nobody |
Reviewed by | No reviewed by |
Severity | Routine |
Upgraded from 5.0 (#7200) to 5.0.2 (#7368) and browser reports connection is not encrypted for https address to our YouTrack server.
Entries from server.xml that worked in previous version:
<Connector port="80" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="443" />
<Connector port="443" protocol="org.apache.coyote.http11.Http11NioProtocol" SSLEnabled="true"
maxThreads="150" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS"
keystoreFile="my-key-store-file"
keystorePass="my-password"
/>
Is there anything that I can do to get this re-enabled?
Entries from server.xml that worked in previous version:
<Connector port="80" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="443" />
<Connector port="443" protocol="org.apache.coyote.http11.Http11NioProtocol" SSLEnabled="true"
maxThreads="150" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS"
keystoreFile="my-key-store-file"
keystorePass="my-password"
/>
Is there anything that I can do to get this re-enabled?