Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
@braddjwinter: What’s the output of <pre>sudo ls /etc/apache2/sites-available</pre>?
@Tural: It is free however it will appear as “untrusted” in all browsers since it’s self-signed and not signed by a trusted CA.
I get the following error after following this tutorial:
SSL received a record that exceeded the maximum permissible length. (Error code: ssl_error_rx_record_too_long)
@analoguecolour: Are you starting from a fresh server or is this something that you have already set up? Is there something else listening on port 443?
Make sure you enabled the SSL configuration:
<pre> a2ensite default-ssl service apache2 reload </pre>
Are there any errors in “/var/log/apache2/error.log” ?
I have done steps 1 & 2, and checked that I was able to https://localhost. Why do I need to continue with steps 3 & 4 if I’m already able to stablish a secured connection?
root@cloud:/home/def# gedit /etc/apache2/sites-available/default-ssl
(gedit:3266): Gtk-WARNING **: Calling Inhibit failed: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
(gedit:3266): Gtk-WARNING **: Calling Inhibit failed: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
(gedit:3266): Gtk-WARNING **: Calling Inhibit failed: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files root@cloud:/home/def# sudo a2ensite default ERROR: Site default does not exist! root@cloud:/home/def#
Kamaln7 asked someone for:
sudo ls /etc/apache2/sites-available 000-default.conf default-ssl default-ssl.conf
What is the problem? Can anyone help me?