You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@apache.org> on 2019/02/20 19:40:00 UTC

[jira] [Commented] (MASSEMBLY-905) The springboot project is packaged and cannot be accessed over HTTPS, only over HTTP

    [ https://issues.apache.org/jira/browse/MASSEMBLY-905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16773322#comment-16773322 ] 

Michael Osipov commented on MASSEMBLY-905:
------------------------------------------

The Assembly plugin does not download anything, Maven does. If you have certificate problems, these aren't Maven problems. Check your certs and CAs.

> 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
>            Priority: Critical
>              Labels: HTTPS, SSL
>             Fix For: waiting-for-feedback
>
>         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 com.zgx.FixApplication



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)