gutterboy Posted May 14, 2014 Report Posted May 14, 2014 Hello, Just noticed this note in the docs: "Because each request contains your API key, and may contain additional sensitive information, you should only process requests remotely over a secure connection (i.e. only use HTTPS)" So what is the best method to make use of the API in your scripts if you don't have a SSL cert?
Michael Posted May 14, 2014 Report Posted May 14, 2014 you don't need a SSL for most scripts like cPanel.
gutterboy Posted May 15, 2014 Author Report Posted May 15, 2014 On 5/14/2014 at 7:54 PM, Licensecart said: you don't need a SSL for most scripts like cPanel. Not sure what you mean?
Ken Posted May 15, 2014 Report Posted May 15, 2014 On 5/14/2014 at 7:24 PM, gutterboy said: Hello, Just noticed this note in the docs: "Because each request contains your API key, and may contain additional sensitive information, you should only process requests remotely over a secure connection (i.e. only use HTTPS)" So what is the best method to make use of the API in your scripts if you don't have a SSL cert? Why are you unable to use SSL?
gutterboy Posted May 15, 2014 Author Report Posted May 15, 2014 On 5/15/2014 at 8:58 AM, Ken said: Why are you unable to use SSL? I didn't say I was unable, I said we don't have a SSL cert.
Michael Posted May 15, 2014 Report Posted May 15, 2014 On 5/15/2014 at 7:38 AM, gutterboy said: Not sure what you mean? on the cpanel module you use "use SSL" and go to https://cpaneldomain.com:2087 on Interworx https://licensecart.com:2334 no SSL for them scripts. But I can still use the SSL Function on the modules for security.
gutterboy Posted May 15, 2014 Author Report Posted May 15, 2014 On 5/15/2014 at 10:28 AM, Licensecart said: on the cpanel module you use "use SSL" and go to https://cpaneldomain.com:2087 on Interworx https://licensecart.com:2334 no SSL for them scripts. But I can still use the SSL Function on the modules for security. Thanks for the response, but I'm still unsure what you're talking about. Just not sure how this refers to using the API? http://docs.blesta.com/display/dev/API
Michael Posted May 15, 2014 Report Posted May 15, 2014 On 5/15/2014 at 10:38 AM, gutterboy said: Thanks for the response, but I'm still unsure what you're talking about. Just not sure how this refers to using the API? http://docs.blesta.com/display/dev/API Ok you're talking about the API, you don't need to use HTTPS:// on your own installation's API. However in the picture you can use that button for security and it doesn't need to have a SSL on your domain to connect to it.
Cody Posted May 15, 2014 Report Posted May 15, 2014 On 5/15/2014 at 9:28 AM, gutterboy said: I didn't say I was unable, I said we don't have a SSL cert. Use a self-signed cert if you don't want to purchase one. If you're not connecting to the API over a trusted local area network (i.e. http://localhost/api/) then you should absolutely use https. Self-signed certs should be no problem to create and use.
Mickey Posted May 16, 2014 Report Posted May 16, 2014 You could also get a free certificate from somewhere like https://www.startssl.com/ gutterboy 1
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now