[GH-ISSUE #2] [request] allow for self signed certificates #1

Closed
opened 2026-02-28 00:40:07 +03:00 by kerem · 1 comment
Owner

Originally created by @shantanugadgil on GitHub (Jun 8, 2017).
Original GitHub issue: https://github.com/Telmate/proxmox-api-go/issues/2

When I try this with my Proxmox Server to start/stop a VM, I get the error msg:
x509: certificate is valid for ...

I suspect it would be because of the self-signed certificate.

My command:

./proxmox-api-go -debug start 105

This works with another server which has a valid certificate.

Regards,
Shantanu

Originally created by @shantanugadgil on GitHub (Jun 8, 2017). Original GitHub issue: https://github.com/Telmate/proxmox-api-go/issues/2 When I try this with my Proxmox Server to start/stop a VM, I get the error msg: `x509: certificate is valid for ...` _I suspect it would be because of the self-signed certificate._ My command: ``` ./proxmox-api-go -debug start 105 ``` This works with another server which has a valid certificate. Regards, Shantanu
kerem closed this issue 2026-02-28 00:40:07 +03:00
Author
Owner

@ggongaware commented on GitHub (Jul 11, 2018):

This is finally available using "-insecure" :

 ./proxmox-api-go -insecure start 105
<!-- gh-comment-id:404340298 --> @ggongaware commented on GitHub (Jul 11, 2018): This is finally available using "-insecure" : ``` ./proxmox-api-go -insecure start 105 ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxmox-api-go#1
No description provided.