-
Posts
26479 -
Joined
-
Last visited
-
Days Won
946
Everything posted by Krydos
-
You should do a malware/virus scan of your computer, and when you're certain the spam emails won't happen again you may pick one account to be unsuspended. You can download a full backup of both accounts from https://heliohost.org/backup/ if you wish.
-
Both of your accounts attempted to send about 6000 spam emails. As it says in our terms of service you aren't allowed to send spam from our servers. Did you receive written permission from an administrator to have more than one account?
-
Like it says in the email you get when your account is created, and like it says on your dashboard every time you login: DNS editing on your own isn't finished yet. Uncheck the wildcard box as it's not supported yet.
-
Does it work now?
-
Another password reset link has been emailed to you.
-
You'll need to renew your account now https://heliohost.org/renew/
-
SSL connection to mysql database via remote site
Krydos replied to jaysaurus's topic in Customer Service
I tested it out a bit myself, and here is what I came up with #!/usr/bin/python3.10 from __future__ import print_function import sys import mysql.connector from mysql.connector.constants import ClientFlag print("Content-Type: text/html\n\n") config = { 'user': 'krydos_test', 'password': '<removed>', 'database': 'krydos_test', 'host': 'tommy2.heliohost.org', 'client_flags': [ClientFlag.SSL] } cnx = mysql.connector.connect(**config) cur = cnx.cursor(buffered=True) cur.execute("show status like 'ssl_cipher'") print(cur.fetchone()) print("<br>") cur.execute("select * from test") result = cur.fetchall() for row in result: print(row) cur.close() cnx.close() You can see the script in action at https://krydos2.heliohost.org/mysql_ssl.py which is running on Johnny and connecting securely to a MySQL database on Tommy. Please note: There are no ca.pem or any other client keys or client certificates needed. -
SSL connection to mysql database via remote site
Krydos replied to jaysaurus's topic in Customer Service
Well, I think the guides you're following assume that the server certificate is self-signed, which explains why you think you need to include the ca.pem and everything. Our certificate is issued by Let's Encrypt (not self-signed) and any modern OS should accept secure connections to it without needing the chain. And no, we're not going to give you the key because then the SSL is compromised and actually less secure than not using SSL at all. -
You've been emailed a link to reset your password.
-
SSL connection to mysql database via remote site
Krydos replied to jaysaurus's topic in Customer Service
Try this https://krydos.heliohost.org/ca.txt -
SSL connection to mysql database via remote site
Krydos replied to jaysaurus's topic in Customer Service
The MySQL server doesn't use the SSL certificate for your domain. MySQL's SSL is configured with the certificate for the domain tommy2.heliohost.org. Use that for your host. -
You still can't use password authentication to send emails through Gmail. You have to use xoauth to send through Gmail, or use some other service other than Gmail to use password authentication.
-
If you use the Brave browser you can now donate to us by clicking the triangle shape while viewing heliohost.org or helionet.org or Plesk, and then click send contribution. If you have auto-contribute enabled you can donate to us simply by using our website and forum as you normally would. If you're not familiar with the Brave browser check out https://privacytests.org/ Brave is based on Chromium just like Chrome and Edge is, but has a built in ad-blocker and annoyance blocker that is better than most extensions you can install on any of the other browsers. You can even get paid to visit websites if you enable the option in the settings and set up a crypto wallet. As a non-profit that is fully funded by advertising revenue and donations we appreciate you viewing our ads to help us stay in business, but if you use an ad-blocker this is a great way to support us with donations instead of viewing the ads. You can even disable the Brave shields to view our ads and auto-contribute while using our website at the same time for double the donations. Let us know if you have any questions.
-
- 1
-
-
What mail server are you using to send now?
-
SSL connection to mysql database via remote site
Krydos replied to jaysaurus's topic in Customer Service
What host are you using? 65.19.141.77? 2001:470:1:1ee::2002? tommy2.heliohost.org? Your domain? Something else? -
SSL connection to mysql database via remote site
Krydos replied to jaysaurus's topic in Customer Service
What host are you using? Is the Django app running on our servers? -
SSL connection to mysql database via remote site
Krydos replied to jaysaurus's topic in Customer Service
MySQL or PostgreSQL? -
A password reset link has been emailed to you.
-
Yes, I see the new subscription, and I have linked it to your VPS. Everything should be good to go now. Thanks!
-
[HH#184825] one domain would need to be changed
Krydos replied to HelioHost's topic in Email Support
Sorry for the delay, Google flagged your email as spam. See https://helionet.org/index/topic/57530-hh676253-my-domain-would-need-to-be-changed/?do=findComment&comment=253736 -
[HH#663357] one domain would need to be changed
Krydos replied to HelioHost's topic in Email Support
Sorry for the delay, Google flagged your email as spam. See https://helionet.org/index/topic/57530-hh676253-my-domain-would-need-to-be-changed/?do=findComment&comment=253736 -
[Solved] Does support[at]heliohost.org still works
Krydos replied to neptunus's topic in Escalated Requests
The first two support tickets got flagged as spam by Google. Every few days I check the spam box and flag things as not spam. Not sure why Google thinks your emails are spam. -
The domain tehnokraat.tk has been removed from your account and the domain mydigitallife.tk has been added. When you remove a domain most of the time the directory is deleted as well, so I made a full backup for you just in case you hadn't done so yourself recently. If you need it the full backup from immediately before the domain change can be downloaded from https://heliohost.org/backup/ Let us know if you need help with anything else.
-
If you recall you requested to cancel your VPS here https://helionet.org/index/topic/55863-hh690317-payment/?do=findComment&comment=252629 Once a VPS is canceled we can't just start billing you again. You have to set up a new subscription with this link https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=THF8VD8EDCSMC
-
Sounds good. I'm going to mark this ticket as solved. Let us know if you need help with anything else.
