Code Monkey home page Code Monkey logo

Comments (5)

dfischer-tech avatar dfischer-tech commented on May 24, 2024

Thanks for contribution.
I cannot reproduce your error described above. For me, the TeleTAN could be generated perfectly, by ur setup.
Please provide next time the cwa-verification-server logs to check what went wrong to generate the teleTAN.

BTW: The individual adaptation of the configuration of Spring applications through YAML configuration in all backend components should remain individual. If there is an overlap with other components, change your local configuration.
I wouldn't recommend this as an issue.

from cwa-verification-server.

cpepis avatar cpepis commented on May 24, 2024

Hello @dfischer-tech,

There is no error in the cwa-verification-server log. I did it again with same results.

What do you mean about configuration? Shouldn't I change the ports?

from cwa-verification-server.

dfischer-tech avatar dfischer-tech commented on May 24, 2024

Hi @cpepi001,
configuration...Yes I mean all application.yml. And of course you have to adjust the ports.
Like i said it works local for me. I have no idea why ur Portal Server cannot find ur Verification Server on:
http://localhost:8082/version/v1/tan/teletan
Recheck the start of the VeriServer is fine and if for example the actuator is reachable.
like [http://localhost:8082/actuator/info]

from cwa-verification-server.

cpepis avatar cpepis commented on May 24, 2024

Hello,

When creating a client the root url should be http://localhost:8081/sso/login?

This is the result of [http://localhost:8082/actuator/info]:

{"build":{"artifact":"cwa-verification-server","name":"cwa-verification-server","time":"2020-10-16T07:49:20.866Z","version":"1.3.2-SNAPSHOT","group":"app.coronawarn.verification"}}

from cwa-verification-server.

dfischer-tech avatar dfischer-tech commented on May 24, 2024

Hi @cpepi001 ,
ok i think i know what is still missing, u have to set the spring Profiles like:

spring:
  application:
    name: cwa-verification-server
  profiles:
    active: internal,external

or as JVM System Parameter like:
-Dspring.profiles.active=internal,external

..sorry we didn't pay attention anymore because our cloud environments set this automatically.
Thanks for your contribution.

from cwa-verification-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.