Jump to content

daneesv

Members
  • Posts

    13
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

daneesv's Achievements

Apprentice

Apprentice (3/14)

  • Collaborator Rare
  • One Month Later Rare
  • Week One Done Rare
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Thank you very much for your response! I'm glad I didn't cause any problems. The database is working again. However, for some reason, I wasn't able to log in to heliohost.org using the same password I always used (I'm sure I typed it correctly and hadn't changed it recently). What I did was reset the password and set it up again, and then I was able to log in without any issues. Best regards!
  2. I hope you're doing well. I have noticed that I can no longer access any of my services, including the website login. I suspect that my account or IP has been blocked. Recently, I was performing phone number verification on a database hosted on HelioHost. To do this, I used a PHP script that queried an external API and recorded the results in the database. I configured the script to perform verifications approximately every 30 to 40 seconds, trying to comply with the API's rate limits and minimize server load. I had no intention of violating any usage policies, and I sincerely apologize if my activity caused any issues. This was not an uncontrolled bot or malicious software—I was personally monitoring the process. If this caused any inconvenience, I truly regret it and will make sure not to run such processes on the server in the future. Instead, I will process the data locally and only upload the final results to HelioHost. Since I also have other important projects hosted on my account, I would greatly appreciate it if you could consider reactivating it. Thank you for your time and attention. I look forward to your response. Best regards, Dani Sebastián Vitale HelioHost Username: daneesv
  3. The problem has been resolved. Thank you very much for your attention. The Heliohost server rejects the SSL connection with AFIP because the DH (Diffie-Hellman) key is too small and is not considered secure. Heliohost has strict SSL security settings that block connections with small DH keys. The AFIP server uses an old or weak DH key, which causes Heliohost to reject the connection. OpenSSL on Heliohost is blocking connections with certain ciphers. The solution was to add the following context to the SOAP connection: 'stream_context' => stream_context_create([ 'ssl' => [ 'crypto_method' => STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT, 'verify_peer' => false, 'verify_peer_name' => false, 'ciphers' => 'DEFAULT:@SECLEVEL=1' ] ])
  4. Okay! Thanks! I'll try to solve the problem another way...
  5. I understand. What I want is to use an AFIP/Argentina web service that connects to URLs like https://wsaa.afip.gov.ar/ws/services/*** using SoapClient in PHP. This works correctly on other hosting providers, but on HelioHost, I get the error: "Fatal error: Uncaught Exception: SOAP Fault: HTTP Could not connect to host". I believe there is an issue with the certificate configuration, specifically with the values of curl.cainfo and openssl.cafile. Is it possible to enable these connections in any way? Thank you!
  6. Good day. I need to configure the following values in PHP: curl.cainfo = "/private/cacert.pem" openssl.cafile = "/private/cacert.pem" How can I do this? I have tried uploading php.ini, .user.ini, and .htaccess files, but the configuration is not applied. I am hosting an application that uses SOAP with cURL. How can I modify these values on HelioHost's shared hosting? Thank you!
  7. Hi! I get this message: Forbidden You don't have permission to access this resource. Ex. URL: https://daneesv.heliohost.us/lumos/ Thanks!
  8. Hello! I need to add a domain to the user "daneesv": "http://calesita.heliohost.us/" Thank you very much!
  9. Good morning! Is it possible to run a .py file from a scheduled task? When using the command "/usr/bin/python3.12 /home/daneesv.heliohost.us/httpdocs/index.py", I get the error: -: line 1: /usr/bin/python3.12: No such file or directory Thank you!
  10. That’s correct, I previously created an account with the username 'hypefy'. I won’t be using that account; the one I need to keep active is 'daneesv'. Thank you!
  11. a. HelioHost username: daneesv b. the server account is on: Johnnie (64.62.151.106) c. HelioHost main domain: daneesv.heliohost.us Good day, I hope you are doing well. Recently, I set up a new account on Helio Host. After a few days, it appears to have been suspended. I don't believe I have violated any of the Terms and Conditions. I kindly request a review so that my account can be reactivated. Thank you very much!
  12. Good day, I hope you are doing well. Recently, I set up a new account on Helio Host (the username is daneesv). After a few days, it appears to have been suspended. I don't believe I have violated any of the Terms and Conditions. I kindly request a review so that my account can be reactivated. Thank you very much! Sorry, I added a new ticket with the correct format.
×
×
  • Create New...