-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
repo/providerAkash provider-services repo issuesAkash provider-services repo issues
Description
Describe the bug
After Creating deployment and lease, when attempting to send manifest to provider using mtls
we get the following error
status: FAIL
error: Put "https://provider.rtx4090.wyo.eg.akash.pub:8443/deployment/23360540/manifest": tls: unable to verify certificate: (x509: "E7" certificate is not standards compliant)
To Reproduce
Steps to reproduce the behavior:
1.
provider-services tx deployment create sdl.yml \
--from akash1at3yx89tl48alvuwgvct62afuna6ypzfp384qn
provider-services tx market lease create \
--from akash1at3yx89tl48alvuwgvct62afuna6ypzfp384qn \
--dseq 23373574 \
--gseq 1 \
--oseq 1 \
--provider akash1tasw683g5zhnctkhy003ezwndum2vzzpg7s33h
provider-services send-manifest sdl.yml --from akash1at3yx89tl48alvuwgvct62afuna6ypzfp384qn --dseq 23373574 --auth-type=mtls
provider: akash1tasw683g5zhnctkhy003ezwndum2vzzpg7s33h
status: FAIL
error: Put "https://provider.rtx4090.wyo.eg.akash.pub:8443/deployment/23373574/manifest": tls: unable to verify certificate: (x509: “E7” certificate is not standards compliant)
Error: submit manifest to some providers has been failed
Expected behavior
A clear and concise description of what you expected to happen.
provider: akash1tasw683g5zhnctkhy003ezwndum2vzzpg7s33h
status: PASS
Additional context
On provider-services version 0.8.2
Metadata
Metadata
Assignees
Labels
repo/providerAkash provider-services repo issuesAkash provider-services repo issues
Type
Projects
Status
Released (in Prod)