Forum
Issues when register
3 years ago by [email protected]
Hi,
I am trying to register with an application with the end point "https://aboktpp.cnb.cz/psd2-cobs/cobs/2.0/applications" However, I can not connect to the server and keep on encountering the error said "Failed to connect to aboktpp.cnb.cz port 443: Connection refused".
The curl script I used is as follows:
curl --request POST
--url https://aboktpp.cnb.cz/psd2-cobs/cobs/2.0/applications
--key qwac.key --cert qwac.pem
--header "Content-Type: application/json"
--data '{
"clientName": "TestApp",
"applicationType": "web",
"scopes": [
"aisp", "pisp"
],
"redirectUris": [
"https://enablebanking.com/auth_redirect"
]
}'
Could you please give me som advice about how to deal with this issue?
Regards,
Zetong Zhao
