-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Well, OpenPeppol uses different PKIs for APs and SMP - see https://openpeppol.atlassian.net/wiki/spaces/OPMA/pages/193069072/Introduction+to+the+revised+PKI+Certificate+infrastructure+and+issuing+process for a graphical representation. Your error indicates, that you wanted to send a message to yourself - so you run client and server on the same machine. Correct? Is my assumption correct, that you haven't setup an SMP so far, where you register your receiving capabilities? Correct? In this scenario, you cannot use Also your error incdicates a problem with the "trust store" configuration:
For initial testing, I recommend you leave the defaults as they are. This truststore is part of application and you don't need to build it. See https://github.com/phax/peppol-commons/tree/master/peppol-commons/src/main/resources/truststore |
Beta Was this translation helpful? Give feedback.
-
Thankyou Philip, It Works for me But we throw when pMode is null, I just need some clarifications regarding profiles , Is there any link or doc for that. what is profile and pModes |
Beta Was this translation helpful? Give feedback.
Well, OpenPeppol uses different PKIs for APs and SMP - see https://openpeppol.atlassian.net/wiki/spaces/OPMA/pages/193069072/Introduction+to+the+revised+PKI+Certificate+infrastructure+and+issuing+process for a graphical representation.
Your error indicates, that you wanted to send a message to yourself - so you run client and server on the same machine. Correct?
Is my assumption correct, that you haven't setup an SMP so far, where you register your receiving capabilities? Correct?
In this scenario, you cannot use
MainPhase4PeppolSender
because it expects an SMP entry and is configured that this client sends to be my test receiver (9915:helger
). Instead try to useMainPhase4PeppolSenderLoc…