Jump to content
  • 0

SolusVM Extra Secruity does not work in Blesta?


Question

Posted

I am using "htpasswd" API authorization in SolusVM, How can I add htpasswd username/password so my Blesta can access it?

 

https://documentation.solusvm.com/display/DOCS/Extra+Security+for+the+Admin+API

Htpasswd authentication

 

 

In other billing software I use this code in SolusVM module custom configuration:

<htpasswd-username>value</htpasswd-username>

<htpasswd-password>value</htpasswd-password>

 

 

Thanks,

Kunnu

 

5 answers to this question

Recommended Posts

  • 0
Posted
On 4/17/2017 at 6:24 AM, activa said:

SHare your solution for others  ...

This is not a big trick but this is not recommended, Must use different user/password and do not use password of your email account, solusvm, etc. (Must be unique)

 

Simply edit solusvm_api.php and add your htusername:htpasswd@ after http:// code.

 

htusername = Replace it with your username

htpasswd = Replace it with your ht password

 

Code should be look like 'http://user:pass@'

 

I think we can add more secure way and can add a feature to add this from SolusVM client area and use some encryption technology. (I am not sure because of I am not a developer ;(  .)

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...