You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/11/29 14:36:11 UTC

[GitHub] [cloudstack-cloudmonkey] Arceoavs opened a new issue, #119: verifycert option does not disable certificate signed by unknown authority error

Arceoavs opened a new issue, #119:
URL: https://github.com/apache/cloudstack-cloudmonkey/issues/119

   I have an API Endpoint that is signed with an unknown authority. 
   According to the [Wiki Entry](https://github.com/apache/cloudstack-cloudmonkey/wiki/Usage), the `verifycert` should disable the "x509: certificate signed by unknown authority" error. This does not work as expected, since the error still occurs. 
   
   The `verifysslcert` from the [old wiki](https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+cloudmonkey+CLI) does not work either.
   
   Cloudmonkey Version: 6.2.0


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack-cloudmonkey] rohityadavcloud closed issue #119: verifycert option does not disable certificate signed by unknown authority error

Posted by "rohityadavcloud (via GitHub)" <gi...@apache.org>.
rohityadavcloud closed issue #119: verifycert option does not disable certificate signed by unknown authority error
URL: https://github.com/apache/cloudstack-cloudmonkey/issues/119


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack-cloudmonkey] rohityadavcloud commented on issue #119: verifycert option does not disable certificate signed by unknown authority error

Posted by GitBox <gi...@apache.org>.
rohityadavcloud commented on issue #119:
URL: https://github.com/apache/cloudstack-cloudmonkey/issues/119#issuecomment-1330829899

   Thanks for reporting @Arceoavs just to reconfirm, setting the verifycert option makes no difference for you in using cmk ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack-cloudmonkey] rohityadavcloud commented on issue #119: verifycert option does not disable certificate signed by unknown authority error

Posted by "rohityadavcloud (via GitHub)" <gi...@apache.org>.
rohityadavcloud commented on issue #119:
URL: https://github.com/apache/cloudstack-cloudmonkey/issues/119#issuecomment-1510716486

   @Arceoavs the old wiki docs are applicable only for the python based cloudmonkey, the new docs are here https://github.com/apache/cloudstack-cloudmonkey/wiki/Usage for cmk 6.2.0+
   
   Closing on the remark that this isn't a problem if you use the right parameter with cmk 6.2.0+


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack-cloudmonkey] Arceoavs commented on issue #119: verifycert option does not disable certificate signed by unknown authority error

Posted by GitBox <gi...@apache.org>.
Arceoavs commented on issue #119:
URL: https://github.com/apache/cloudstack-cloudmonkey/issues/119#issuecomment-1331384736

   Yes exactly. I get the error with and without setting the option. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack-cloudmonkey] nvazquez commented on issue #119: verifycert option does not disable certificate signed by unknown authority error

Posted by "nvazquez (via GitHub)" <gi...@apache.org>.
nvazquez commented on issue #119:
URL: https://github.com/apache/cloudstack-cloudmonkey/issues/119#issuecomment-1510687224

   Hi @Arceoavs I've tried replicating the issue on CMK 6.2.0 but I'm unable to replicate it with a self-signed certificate on the API endpoint. Can you please provide more information about the certificate and keystore generation on the CloudStack management server?
   
   ````
   Apache CloudStack 🐵 CloudMonkey 6.2.0
   Report issues: https://github.com/apache/cloudstack-cloudmonkey/issues
   
   (localcloud) 🐱 > set url https://10.0.34.173:8443/client/api
   (localcloud) 🐱 > sync
   🙈 Error: Get "https://10.0.34.173:8443/client/api?apiKey=<API_KEY>&command=listApis&listall=true&response=json&signature=<SIGNATURE>": x509: cannot validate certificate for 10.0.34.173 because it doesn't contain any IP SANs
   (localcloud) 🐱 > set verifycert false
   (localcloud) 🐱 > sync
   Discovered 693 APIs
   ````


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org