zgx created MASSEMBLY-905:
-----------------------------
Summary: The springboot project is packaged and cannot be accessed
over HTTPS, only over HTTP
Key: MASSEMBLY-905
URL: https://issues.apache.org/jira/browse/MASSEMBLY-905
Project: Maven Assembly Plugin
Issue Type: Bug
Affects Versions: 3.1.0
Reporter: zgx
Attachments: assemble.xml, pom.xml
1: one of my simple springboot projects, running in an IDE such as eclipse, is
accessible over HTTP or HTTPS
2: through other plug-ins (such as maven-war-plugin) packaged as war, HTTP or
HTTPS can be accessed
3: you can access either HTTP or HTTPS by packaging a jar with other plug-ins
(such as the spring-boot-maven-plugin)
4: the assembly plugin is packaged into multiple jars, HTTP is available, HTTPS
is not available, and Google Chrome prompts ERR_SSL_VERSION_OR_CIPHER_MISMATCH
The project startup command is as follows
java -Djava.ext.dirs=../lib;$JAVA_HOME/jdk/lib/ext
-Dcom.ibm.jsse2.overrideDefaultTLS=true com.zgx.FixApplication
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)