finos / legend

The Legend project
https://legend.finos.org
Apache License 2.0
1.28k stars 203 forks source link

Running legend sdlc locally on https #712

Closed shomil-maurya-db closed 1 year ago

shomil-maurya-db commented 1 year ago

Hi legend team, For some reasons, our requirement is to run legend sdlc locally on https server. For this I installed cert and placed in my trust-store. I did following config change and getting this error. image

image

akphi commented 1 year ago

The error message seems like a good hint, please try to read through this and follow: https://www.dropwizard.io/en/latest/manual/configuration.html#default

shomil-maurya-db commented 1 year ago

The error message seems like a good hint, please try to read through this and follow: https://www.dropwizard.io/en/latest/manual/configuration.html#default

Hi @akphi, I did same config and running server with this command "java -jar C:/Users/maursho/LEGEND/legend-sdlc/legend-sdlc-server/target/legend-sdlc-server-0.91.2-SNAPSHOT-shaded.jar server C:/Users/maursho/LEGEND/legend-sdlc/legend-sdlc-server/src/test/resources/config-sample.yaml" , still same issue image

shomil-maurya-db commented 1 year ago

The error message seems like a good hint, please try to read through this and follow: https://www.dropwizard.io/en/latest/manual/configuration.html#default

Hi @akphi @epsstan @beekemarie , this issue is resovled but while doing curl I am getting this error image